Description Usage Arguments Details Warning Author(s) References Examples
View source: R/TransformMSnSet.R
Convert MSnSet class into the required input format for MSstats
1 2 | transformMSnSetToMSstats(ProteinName,PeptideSequence, PrecursorCharge, FragmentIon,
ProductCharge,IsotopeLabelType, Bioreplicate,Run, Condition, data)
|
data |
name of dataset with MSnSet class |
ProteinName |
name of column in the MSnSet that contains protein information. If not assigned, "ProteinAccession" column will be used. |
PeptideSequence |
name of column in the MSnSet that contains information of peptide sequence. If not assigned, "PeptideSequence" column will be used. |
PrecursorCharge |
name of column in the MSnSet that contains information of peptide charge. If not assigned, "charge" will be used. |
FragmentIon |
name of column in the MSnSet that contains information of transition. If not assigned, value of "NA" will be used. |
ProductCharge |
name of column in the MSnSet that contains information of transition charge. If not assigned, value of "NA" will be used. |
IsotopeLabelType |
name of the column in |
Bioreplicate |
name of the column in |
Run |
name of the column in MSnSet that contains information of experimental MS runs. If not assigned, "file" column will be used. |
Condition |
names of the columns in |
raw : See MSnSet
for the general format on the proteomics. Condition must be specified. Intensity should not be specified, as this information is extracted automatically from the assayData component of the MSnSet.
The types of experiment that MSstats can analyze are LC-MS, SRM, DIA(SWATH) with label-free or labeled synthetic peptides. MSstats does not support for metabolic labeling or iTRAQ experiments.
Ching-Yun Chang, Meena Choi, Olga Vitek.
Maintainer: Meena Choi (mnchoi67@gmail.com)
Meena Choi, Ching-Yun Chang, Timothy Clough, Daniel Broudy, Trevor Killeen, Brendan MacLean and Olga Vitek. "MSstats: an R package for statistical analysis of quantitative mass spectrometry-based proteomic experiments" Bioinformatics, 30(17):2524-2526, 2014.
Ching-Yun Chang, Paola Picotti, Ruth Huttenhain, Viola Heinzelmann-Schwarz, Marko Jovanovic, Ruedi Aebersold, Olga Vitek. "Protein significance analysis in selected reaction monitoring (SRM) measurements." Molecular & Cellular Proteomics, 11:M111.014662, 2012.
Timothy Clough, Safia Thaminy, Susanne Ragg, Ruedi Aebersold, Olga Vitek. "Statistical protein quantification and significance analysis in label-free LC-M experiments with complex designs" BMC Bioinformatics, 13:S16, 2012.
Gatto, L. and Lilly, K.S. (2012). MSnbase-an R Bioconductor package for isobaric tagged mass spectrometry data visualization, processing and quantitation. Bioinformatics, 28, 288-289.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.