Get logical matrix of term annotation for group of cases
annotation_grid(
ontology,
term_sets,
all_terms = grid_terms(ontology, term_sets),
remove_unanimous = FALSE,
cluster_rows = TRUE,
cluster_cols = TRUE
)Logical matrix.
ontology_index object
List of character vectors of ontological term IDs
Character vector giving terms to use in annotation.
Logical value determining whether to remove terms present in all term_sets.
Logical value rows determining whether to use hclust to cluster term_sets.
Logical value rows determining whether to use hclust to cluster terms (based on correlation of inclusion in term_sets).