View source: R/transform_MSstats_OpenSWATH.R
transform_MSstats_OpenSWATH | R Documentation |
This functions transforms the column names from a data frame in MSstats format to a data frame with column names used by the OpenSWATH output. The original table needs to contain at least the 10 columns defined by MSstats: ProteinName, PeptideSequence, PrecursorCharge, Fragmentation, ProductCharge, IsotopeLabelType, Condition, BioReplicate, Run, Intensity.)
transform_MSstats_OpenSWATH(data)
data |
A data frame containing the SWATH data in the MSstats format |
The data frame in the appropriate format.
Peter Blattmann
Choi M, Chang CY, Clough T, Broudy D, Killeen T, MacLean B, Vitek O. MSstats: an R package for statistical analysis of quantitative mass spectrometry-based proteomic experiments.Bioinformatics. 2014 Sep 1;30(17):2524-6. doi: 10.1093/bioinformatics/btu305.
data("MSstats_data", package="SWATH2stats")
transformed <- transform_MSstats_OpenSWATH(MSstats_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.