Description Usage Arguments Details Value Examples
View source: R/similarity_GO.R
Guess the ontology of the input GO IDs
1 | guess_ont(go_id, db = 'org.Hs.eg.db')
|
go_id |
A vector of GO IDs. |
db |
Annotation database. It should be from https://bioconductor.org/packages/3.10/BiocViews.html#___OrgDb |
10 GO IDs are randomly sampled and checked.
A single character scalar of "BP", "CC" or "MF".
If there are more than one ontologies detected. It returns NULL
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.