extract_features {autonomics} | R Documentation |
Extract features
extract_features(object, extractor)
object |
SummarizedExperiment |
extractor |
logical/numeric vector |
SummarizedExperiment
require(magrittr) file <- download_data('billing16.proteingroups.txt') object <- read_proteingroups(file, plot=FALSE) (object %<>% extract_features(c(5,4)))