getSharedDomains {SLGI} | R Documentation |
getSharedDomains
finds domains in the provided environment that
are shared by a list of genes.
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
library("org.Sc.sgd.db") getSharedDomains(c("YEL003W","YLR200W"), org.Sc.sgdPFAM)