Skip to content

grubermar/MS-EmpiRe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS-EmpiRe

Mass Spectrometry analysis using Empirical and Replicate based statistics.

MS-EmpiRe is a R package for quantitative analyses of Mass Spectrometry proteomics data. It allows highly sensitive and specific identitification of differentially abundant proteins between different experimental conditions.

Installation

Dependencies

MS-EmpiRe requires the R package Biobase from Bioconductor. Biobase can be installed from the R command line using the following commands:

source("https://bioconductor.org/biocLite.R")
biocLite("Biobase")

Installing MS-EmpiRe

You can install MS-EmpiRe directly from github using the R package devtools.

Installing devtools:

install.packages("devtools")

Loading devtools:

library(devtools)

Installing MS-EmpiRe:

install_github("zimmerlab/MS-EmpiRe")

Loading MS-EmpiRe:

library(msEmpiRe)

License

MS-EmpiRe is released under the GNU Affero General Public License. See LICENSE for further details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%