Description Usage Arguments Details Value Examples
View source: R/similarity_GO.R
Calculate Gene Ontology (GO) semantic similarity matrix
1 | GO_similarity(go_id, ont, db = 'org.Hs.eg.db', measure = "Rel")
|
go_id |
A vector of GO IDs. |
ont |
GO ontology. Value should be one of "BP", "CC" or "MF". If it is not specified, the function automatically identifies it by random sampling 10 IDs from |
db |
Annotation database. It should be from https://bioconductor.org/packages/3.10/BiocViews.html#___OrgDb |
measure |
Semantic measurement for the GO similarity, pass to |
This function is basically a wrapper on termSim
.
A symmetric matrix.
1 2 | go_id = random_GO(100)
mat = GO_similarity(go_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.