Learn R Programming

pubmed.mineR (version 1.0.21)

get_Sequences: To extract the Gene sequence from the NCBI.

Description

get_Sequences is used to fetch the sequences of genes using NM ids.

Usage

get_Sequences(x, filename)

Value

It will return a text file containing sequence.

Arguments

x

NM Id of the sequence.

filename

filename specifies the name of output file.

Author

S.Ramachandran

See Also

get_NMids, ~~~

Examples

Run this code
if (FALSE) get_Sequences("NM_012238.4", "SIRT1")

Run the code above in your browser using DataLab