Description Usage Arguments Value
View source: R/read_maxquant.R
Read in a 'proteinGroups.txt' file output by MaxQuant, and convert it to a CF-MS chromatogram matrix, in which each protein is a row and each fraction is a column.
1 2 3 4 5 | read_maxquant(
filepath,
identifiers = c("protein groups", "genes"),
quant_mode = c("iBAQ", "MS1 intensity", "MaxLFQ", "spectral counts", "ratio")
)
|
filepath |
path to the proteinGroups.txt file |
identifiers |
one of |
quant_mode |
the protein quantitations to use; one of |
a numeric matrix with proteins in rows and fractions in columns,
and a 'metadata'
attribute containing metadata from the
proteinGroups file for each row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.