split_by_svar {autonomics} | R Documentation |
Split by svar
split_by_svar(object, svar = subgroup)
object |
SummarizedExperiment |
svar |
svar to split on |
list of SummarizedExperiment
file <- download_data('fukuda20.proteingroups.txt') object <- read_proteingroups(file, impute=FALSE, plot = FALSE) split_by_svar(object)