altnamesfun {pubmed.mineR} | R Documentation |
This function is used to retrieve the Alternative names of genes from UniProt using HGNC gene symbol.
altnamesfun(m)
m |
is a character vector of HGNC official gene symbols. |
It returns a list of alternative names of given Gene symbols.
S.Ramachandran
UniProt Consortium. "The universal protein resource (UniProt)." Nucleic acids research 36.suppl 1 (2008): D190-D195. http://www.uniprot.org/
uniprotfun
, ~~~
## Not run: test = altnamesfun(c("ADIPOQ","BDNF"))
## here "ADIPOQ" is the HGNC gene symbol for which alternative name(s) is required.