View source: R/preprocess_MaxQuant.R
read_MaxQuant | R Documentation |
Imports a MaxQuant (Cox and Mann, 2008) peptides.txt file and converts it into an MSnSet
object (Gatto et al., 2012).
read_MaxQuant(file, pattern = "Intensity ", remove_pattern = TRUE, shiny = FALSE, message = NULL)
file |
The name of a MaxQuant peptides.txt file. For more details about how this argument can be specified, see |
pattern |
A character string containing a regular expression that will be matched to the file's header. The columns matching the expression should be the columns containing the peptide intensity values. Defaults to "Intensity ". |
remove_pattern |
A logical indicating whether the expression in "pattern" should be removed from the column names in the resulting |
shiny |
A logical indicating whether this function is being used by a Shiny app. Setting this to |
message |
Only used when |
An object of class MSnSet
.
Gatto L, Lilley KS. MSnbase - an R/Bioconductor package for isobaric tagged mass spectrometry data visualization, processing and quantitation. Bioinformatics. 2012 Jan 15;28(2):288-9. https://doi.org/10.1093/bioinformatics/btr645.
Cox, J. and Mann, M. MaxQuant enables high peptide identification rates, individualized p.p.b.-range mass accuracies and proteome-wide protein quantification. Nat Biotechnol, 2008, 26, pp 1367-72. http://www.nature.com/nbt/journal/v26/n12/full/nbt.1511.html.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.