Learn R Programming

ontologyPlot (version 1.0)

remove_uninformative_terms: Retain only the most specific terms which are present in each unique set of term sets

Description

Useful in finding a relatively small set of terms which captures the structure and overlap of terms within a set of term sets.

Usage

remove_uninformative_terms(ontology, term_sets)

Arguments

ontology
ontology_index object
term_sets
List of character vectors of ontological term IDs

Value

Character vector of terms

Examples

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

Run the code above in your browser using DataLab