geneSim | R Documentation |
measuring similarities bewteen two gene vectors.
geneSim(
geneID1,
geneID2 = NULL,
ont = "HDO",
organism = "hsa",
measure = "Wang",
combine = "BMA"
)
geneID1 |
entrez gene vector |
geneID2 |
entrez gene vector |
ont |
one of "HDO" and "MPO" |
organism |
one of "hsa" and "mmu" |
measure |
one of "Wang", "Resnik", "Rel", "Jiang", and "Lin". |
combine |
One of "max", "avg", "rcmax", "BMA" methods, for combining semantic similarity scores of multiple DO terms associated with gene/protein. |
provide two entrez gene vectors, this function will calculate their similarity.
score matrix
Guangchuang Yu https://yulab-smu.top
g <- c("835", "5261","241", "994")
geneSim(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.