Learn R Programming

pubmed.mineR (version 1.0.11)

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)

Arguments

x

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

Value

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

References

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

See Also

get_Sequences

Examples

Run this code
# NOT RUN {
getNMids("5950")
# }
# NOT RUN {
## 5950 is Locus id of RBP4 gene.
# }

Run the code above in your browser using DataLab