fvalues | R Documentation |
Get fvar values
fvalues(object, fvar)
object |
SummarizedExperiment |
fvar |
feature variable |
fvar values
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
head(fvalues(object, 'feature_id'))
fvalues(object, NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.