Description Usage Arguments Value Examples
Apply a list of term filters to a given plotting context
1 2 | apply.term.filters(hpo.terms, plotting.context, term.filters,
starting.terms = NULL)
|
hpo.terms |
R-Object representation of HPO |
plotting.context |
List object with hpo.phenotypes slot for list of character vectors of terms |
term.filters |
List of term filtering functions |
starting.terms |
Character vector of HPO term codes to filter. Defaults to all terms in the ‘hpo.phenotypes’ element of plotting.context, if it is present |
Character vector of terms
1 2 3 | data(hpo.terms)
apply.term.filters(hpo.terms=hpo.terms, plotting.context=list(
hpo.phenotypes=list(Case1="HP:0001873")), term.filters=list(remove.links))
|
[1] "HP:0001873"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.