View source: R/3.8_read_compounddiscoverer.R
guess_compounddiscoverer_quantity | R Documentation |
Guess compound discoverer quantity from snames
guess_compounddiscoverer_quantity(x)
x |
character vector |
string: value from names(COMPOUNDDISCOVERER_PATTERNS)
## Not run:
# file
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
guess_compounddiscoverer_quantity(file)
## End(Not run)
# character vector
x <- "Area: 20230908_F143_HILICNEG.raw (F11)"
guess_compounddiscoverer_quantity(x)
x <- "Norm. Area: 20230908_F143_HILICNEG.raw (F11)"
guess_compounddiscoverer_quantity(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.