View source: R/simplify_enrichment_results.R
simplify_enrichment_results | R Documentation |
Simplifies enrichment data frame by overlap between annotations, semantic similarity for GO terms and minimum protein count
simplify_enrichment_results( enrichment_df, by.overlap = T, overlap.threshold = 0.7, separator = ";", by.semantic = F, similarity.measure = "Wang", similarity.threshold = 0.4, dataset, overlap.first = T, minimum.count = 0 )
enrichment_df |
|
by.overlap |
use simplify_set_overlap |
overlap.threshold |
minimum fraction of common proteins in protein set with lower p-value to be excluded |
separator |
string separator of proteins |
by.semantic |
use simplify_GO_terms_semantic |
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 |
minimum.count |
number of proteins per annotation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.