Learn R Programming

pubmed.mineR (version 1.0.15)

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)

Arguments

x

NM Id of the sequence.

filename

filename specifies the name of output file.

Value

It will return a text file containing sequence.

See Also

get_NMids, ~~~

Examples

Run this code
# NOT RUN {
get_Sequences("NM_012238.4", "SIRT1")
# }

Run the code above in your browser using DataLab