View source: R/3.2_read_proteingroups.R
guess_maxquant_quantity | R Documentation |
Guess maxquant quantity from snames
guess_maxquant_quantity(x)
x |
character vector |
string: value from names(MAXQUANT_PATTERNS)
# file
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
guess_maxquant_quantity(file)
# character vector
x <- "Ratio M/L normalized STD(L)_E00(M)_E01(H)_R1"
guess_maxquant_quantity(x)
x <- "Ratio M/L STD(L)_E00(M)_E01(H)_R1"
guess_maxquant_quantity(x)
x <- "LFQ intensity E00.R1"
guess_maxquant_quantity(x)
x <- "Reporter intensity corrected 0 STD(0)E00(1)E01(2)_R1"
guess_maxquant_quantity(x)
x <- "Reporter intensity 0 STD(0)E00(1)E01(2)_R1"
guess_maxquant_quantity(x)
x <- "Intensity H STD(L)_E00(M)_E01(H)_R1"
guess_maxquant_quantity(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.