Description Usage Arguments Value
View source: R/subset_descendants.R
subset a SummarizedExperiment to which ontology tags have been bound using 'bind_formal_tags', obtaining the 'descendants' of the class of interest
1 2 3 4 5 6 7 | subset_descendants(
se,
onto,
class_name,
class_tag,
formal_cd_name = "label.ont"
)
|
se |
SummarizedExperiment instance |
onto |
representation of an ontology using representation from ontologyIndex package |
class_name |
character(1) if 'class_tag' is missing, this will be grepped in onto[["name"]] to find class and its descendants |
class_tag |
character(1) used if given to identify "ontological descendants" of this term in se |
formal_cd_name |
character(1) tells name used for ontology tag column in 'colData(se)' |
instance of SummarizedExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.