Learn R Programming

pubmed.mineR (version 1.0.21)

get_NMids: To extract NM ids from NCBI.

Description

get_NMids is to fetch the NM ids from the NCBI for corresponding gene/s to further fetch the sequence of that gene/s.

Usage

get_NMids(x)

Value

It returns a list object containing corresponding NM id from NCBI.

Arguments

x

x an R object containing Locus IDs for genes from NCBI2R package.

Author

S.Ramachandran

References

http://www.ncbi.nlm.nih.gov/gene

See Also

get_Sequences

Examples

Run this code
if (FALSE) getNMids("5950")
## 5950 is Locus id of RBP4 gene.

Run the code above in your browser using DataLab