fvalues {autonomics} | R Documentation |
Get fvar values
fvalues(object, fvar)
object |
SummarizedExperiment |
fvar |
feature variable |
fvar values
file <- download_data('billing16.proteingroups.txt') object <- read_proteingroups(file, plot=FALSE) head(fvalues(object, 'feature_name')) fvalues(object, NULL)