Description Usage Arguments Value Note Examples
utilities for approximate matching of cell type terms to GO categories and annotations
1 2 3 4 5 6 7 8 9 | cellTypeToGO(celltypeString, gotab, ...)
cellTypeToGenes(
celltypeString,
gotab,
orgDb,
cols = c("ENSEMBL", "SYMBOL"),
...
)
|
celltypeString |
character atom to be used to search GO terms using |
gotab |
a data.frame with columns GO (goids) and TERM (term strings)
|
... |
additional arguments to |
orgDb |
instances of orgDb |
cols |
columns to be retrieved in select operation |
data.frame
data.frame
Very primitive, uses agrep to try to find relevant terms.
1 2 3 | library(org.Hs.eg.db)
head(cellTypeToGO("serotonergic neuron", ontoProc::allGOterms))
head(cellTypeToGenes("serotonergic neuron", ontoProc::allGOterms, org.Hs.eg.db))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.