Skip to content

Code and data accompanying Advanced Imaging Mass Spectrometry 2019 (AIMS.2019) R workshop

Notifications You must be signed in to change notification settings

NHPatterson/aimsMSRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass Spectrometry Research Center AIMS.2019 R package

This is the R package accompanying the AIMS R data analysis course, it will give uses a very brief introduction to the open-source Cardinal in R for basic data pre-processing and analysis tasks and includes some MSRC in-house developed functions for data analysis.

Installation

Please download and install R followed by RStudio.

  1. Download and install latest version of R for your platform

  2. Download and install latest version of RStudio Desktop for your platform

For MacOS users:

  1. Download and install Xquartz for the imager depenency

Getting started for the first time

Open RStudio and run the following lines in the R Console to install the necessary packages:

##Cardinal must be installed before any other steps!!
if (!requireNamespace("BiocManager", quietly=TRUE))
  install.packages("BiocManager")

BiocManager::install("Cardinal")

##install R package devtools to install from github
install.packages('devtools')

##install the aimsMSRC package
require(devtools)
install_github('nhpatterson/aimsMSRC')

#load package
require(aimsMSRC)

What's next?

About

Code and data accompanying Advanced Imaging Mass Spectrometry 2019 (AIMS.2019) R workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published