Learn R Programming

pubmed.mineR (version 1.0.1)

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)

Arguments

m
is the HGNC gene symbol.

Value

  • It returns a list of alternative names of given Genes.

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
test = altnamesfun(x)
## here x is the HGNC gene symbol for which alternative name is required.

Run the code above in your browser using DataLab