View source: R/calcSemanticSimilarity.R
syncWithNCBI | R Documentation |
Helper function for synchronizing signatures with NCBI Taxonomy
syncWithNCBI(sigs, onto)
sigs |
signatures. A list of character vectors. Typically obtained
via |
onto |
ontology. An object of class |
The input signatures synchronized with the NCBI Taxonomy
library(bugsigdbr)
df <- importBugSigDB()
sigs <- getSignatures(df)
onto <- getNcbiTaxonomyObo()
sigs <- syncWithNCBI(sigs, onto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.