View source: R/simplify_GO_terms_semantic.R
simplify_GO_terms_semantic | R Documentation |
Removes similar GO terms and keeps terms in order (assumes terms are ordered by p-value)
simplify_GO_terms_semantic( terms, similarity.measure = "Wang", similarity.threshold = 0.4, dataset )
terms |
vector of GO terms |
similarity.measure |
method to measure pairwise GO terms similarity (see ?GOSemSim::mgoSim) |
similarity.threshold |
threshold to remove terms (0-1, default = 0.4) |
dataset |
dataset |
Named logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.