View source: R/3.2_read_proteingroups.R
dequantify | R Documentation |
Drop quantity ('Reporter intensity').
Encode {channel}
as suffix.
dequantify(x, quantity = guess_maxquant_quantity(x), verbose = FALSE)
x |
|
quantity |
|
verbose |
|
Ratio H/L WT(L).KD(H).R1 -> WT(L).KD(H).R1{H/L}
LFQ intensity WT.R1 -> WT.R1
Reporter intensity 0 WT(126).KD(127).R1 -> WT(1).KD(2).R1{1}
character
dequantify(c('Ratio H/L WT(L).KD(M).OE(H).R1', # Ratios
'Ratio M/L WT(L).KD(M).OE(H).R1'))
dequantify(c('Ratio H/L normalized WT(L).KD(M).OE(H).R1', # Norm. Ratios
'Ratio M/L normalized WT(L).KD(M).OE(H).R1'))
dequantify(c('LFQ intensity WT.R1', # LFQ intensity
'LFQ intensity KD.R1'))
dequantify(c('Reporter intensity 1 WT(126).KD(127).R1', # Rep.intensities
'Reporter intensity 2 WT(126).KD(127).R1'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.