.read_maxquant_proteingroups | R Documentation |
Read proteingroups/phosphosites as-is
.read_maxquant_proteingroups(
file,
quantity = guess_maxquant_quantity(file),
verbose = TRUE
)
.read_maxquant_phosphosites(
file,
profile,
quantity = guess_maxquant_quantity(file),
verbose = TRUE
)
file |
proteingroups / phosphosites file |
quantity |
string |
verbose |
TRUE / FALSE |
profile |
proteingroups file |
data.table
profile <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
fosfile <- system.file('extdata/billing19.phosphosites.txt', package = 'autonomics')
prodt <- .read_maxquant_proteingroups(file = profile)
fosdt <- .read_maxquant_phosphosites( file = fosfile, profile = profile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.