goPatt | R Documentation |
termPattern
Create a data.frame with ENSEMBL and SYMBOL identifiers associated with a GO TERM specified by a regular expression in termPattern
goPatt(termPattern = "neurotro", targets = c("ENSEMBL", "SYMBOL"), organism = "Hs", inst = "eg")
termPattern |
a character string encoding a regular expression to be matched to keys of type TERM in GO.db |
targets |
|
organism |
two-letter code for organism in the OrgDb family of packages |
inst |
two- or three-letter code (e.g., |
data.frame
gp = goPatt() dim(gp) head(gp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.