Learn R Programming

pubmed.mineR (version 1.0.1)

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
list of NM Ids of the sequences.
filename
filename sepcifies the name of output file.

Value

  • It will return a text file containing sequences.

See Also

get_NMids, ~~~

Examples

Run this code
get_Sequences(NM_012238.4, "SIRT1_seq.txt")

Run the code above in your browser using DataLab