- Home
- Bioconductor 3.23
- Software Packages
- MSstatsConvert (development version)
MSstatsConvert
This is the development version of MSstatsConvert; for the stable release version, see MSstatsConvert.
Import Data from Various Mass Spectrometry Signal Processing Tools to MSstats Format
Bioconductor version: Development (3.23)
MSstatsConvert provides tools for importing reports of Mass Spectrometry data processing tools into R format suitable for statistical analysis using the MSstats and MSstatsTMT packages.
Author: Mateusz Staniak [aut, cre], Devon Kohler [aut], Anthony Wu [aut], Meena Choi [aut], Ting Huang [aut], Olga Vitek [aut]
Maintainer: Mateusz Staniak <mtst at mstaniak.pl>
citation("MSstatsConvert")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("MSstatsConvert")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("MSstatsConvert")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.