diff --git a/README.md b/README.md index 14a92ff..8f0b8ef 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. \ No newline at end of file +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.