Description Usage Arguments Value Author(s) See Also Examples
View source: R/getSharedDomains.R
getSharedDomains
finds domains in the provided environment that
are shared by a list of genes.
1 | getSharedDomains(geneNameV, env)
|
geneNameV |
Character vector of gene names. |
env |
R object that provides mappings between an entrez gene identifier and the associated Pfam identifiers. |
getSharedDomains
returns a vector of the names of the shared domains.
Z. Jiang
1 2 | library("org.Sc.sgd.db")
getSharedDomains(c("YEL003W","YLR200W"), org.Sc.sgdPFAM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.