get_Sequences {pubmed.mineR}R Documentation

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.

Author(s)

S.Ramachandran

See Also

get_NMids, ~~~

Examples

## Not run: get_Sequences("NM_012238.4", "SIRT1")

[Package pubmed.mineR version 1.0.20 Index]