Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Nov 15, 2023
1 parent 36bdbda commit 391fd82
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)
<!-- badges: end -->

A few functions for analyzing [MS-DIAL](http://prime.psc.riken.jp/compms/msdial/main.html) alignments in R.

**Note**: This package is not created or endorsed by the creators of MS-DIAL.
A few functions for analyzing mass spectrometry alignments in R. Currently, MS-DIAL `.txt` alignment files are supported.

### Installation

Currently it's recommended to install mzinspectr directly from GitHub.
It's recommended to install mzinspectr directly from GitHub.

```
install.packages("devtools")
Expand All @@ -23,10 +21,9 @@ It can also be installed via [R Universe](https://ethanbass.r-universe.dev/):
install.packages("mzinspectr", repos="https://ethanbass.r-universe.dev/", type="source")
```

### Exporting alignments from MS-DIAL.

### Exporting your alignment

Export your alignment from MS-DIAL by selecting the `Export:Alignment Result` menu.
Export your alignment from MS-DIAL by selecting the `Export:Alignment Result` menu. Select Area or Height as appropriate.

### Reading alignment into R

Expand Down

0 comments on commit 391fd82

Please sign in to comment.