| ReduceGO | R Documentation | 
Perform semantic similarity analysis and reduction of the overrepresented GO terms of an scDiffCom object.
ReduceGO(
  object,
  method = c("Rel", "Resnik", "Lin", "Jiang", "Wang"),
  threshold = 0.7
)
## S4 method for signature 'scDiffCom'
ReduceGO(
  object,
  method = c("Rel", "Resnik", "Lin", "Jiang", "Wang"),
  threshold = 0.7
)
| object | 
 | 
| method | A distance method supported by rrvgo and GOSemSim: c("Rel", "Resnik", "Lin", "Jiang", "Wang") | 
| threshold | Similarity threshold used by  | 
This function is basically a wrapper around rrvgo::calculateSimMatrix
and rrvgo::reduceSimMatrix.
A data.table of GO terms with their reduction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.