Learn R Programming

ontologyPlot (version 1.7)

remove_uninformative_terms: Remove uninformative terms from union of all terms in set of annotations

Description

For a set of ontological annotation sets, remove terms annotated to the same objects as all their children. Useful for selecting terms for summarising a set of annotation sets, as it can lead to a significant reduction in the number of terms.

Usage

remove_uninformative_terms(ontology, term_sets)

Value

Character vector of terms

Arguments

ontology

ontology_index object

term_sets

List of character vectors of ontological term IDs

Examples

Run this code
library(ontologyIndex)
data(hpo)
remove_uninformative_terms(hpo, list(Patient1=c("HP:0001873","HP:0000118")))

Run the code above in your browser using DataLab