Learn R Programming

pubmed.mineR (version 1.0.21)

altnamesfun: To Get Alternative names of Genes

Description

This function is used to retrieve the Alternative names of genes from UniProt using HGNC gene symbol.

Usage

altnamesfun(m)

Value

It returns a list of alternative names of given Gene symbols.

Arguments

m

is a character vector of HGNC official gene symbols.

Author

S.Ramachandran

References

UniProt Consortium. "The universal protein resource (UniProt)." Nucleic acids research 36.suppl 1 (2008): D190-D195. http://www.uniprot.org/

See Also

uniprotfun, ~~~

Examples

Run this code
if (FALSE) test = altnamesfun(c("ADIPOQ","BDNF"))
## here "ADIPOQ" is the HGNC gene symbol for which alternative name(s) is required.

Run the code above in your browser using DataLab