Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prafols authored Oct 28, 2016
1 parent 96352de commit f2d5c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rMSI is an R package for mass spectrometry (MS) imaging data handling and visual
The package is a multi-platform tool that has been tested on Linux, MAC and Windows systems.
It provides an optimized data model to allow loading large MS imaging datasets in low resource computers. MS data is stored in the hard disk drive (HDD) but rMSI is able to access data as if it where kept in computer’s memory using a virtual memory technology. The package also provides a graphical user interface (GUI) to facilitate MS imaging data exploration in R platform. The main rMSI GUI allows representing up to three MS ions spacial distribution, direct access to pixel spectrum and other usefull features. See and screenshot below.

![alt text](https://github.com/prafols/rMSI/images/screenShotrMSI_RGB.png "rMSI Main GUI")
![alt text](https://github.com/prafols/rMSI/blob/master/images/screenShotrMSI_RGB.png "rMSI Main GUI")

### Installation
##### Rtools (Windows only)
Expand Down Expand Up @@ -31,4 +31,4 @@ Then simply tell devtools to install rMSI from github latest release:
```R
> devtools::install_github("prafols/rMSI", ref = "0.3")
```
This will install rMSI package and all of its dependencies in your R environment. Then you can access to its functions by loading the rMSI package or through the `::` operator.
This will install rMSI package and all of its dependencies in your R environment. Then you can access to its functions by loading the rMSI package or through the `::` operator.

0 comments on commit f2d5c71

Please sign in to comment.