Features in GenBank files
1
0
Entering edit mode
4.0 years ago
speycast • 0

Hi,

I'm trying to retrieve GenBank files for genes with older assembly version (GRCh37) using eutils Bash

For example: efetch -db nucleotide -id NC_000012.11 -seq_start 53700940 -seq_stop 53715954 -format gb and I noticed in theFEATURE section in the .gb file it does not have features such as mRNA, CDS region. It only contains source, does anyone know how can I retrieve mRNA, CDS altogether with FEATURES?

Thanks very much!

gene mRNA GenBank • 830 views
ADD COMMENT
3
Entering edit mode
4.0 years ago
Sej Modha 5.3k

You can use -format gbwithparts for that.

efetch -db nucleotide -id NC_000012.11 -seq_start 53700940 -seq_stop 53715954 -format gbwithparts

ADD COMMENT
0
Entering edit mode

Thanks so much Sej!!

ADD REPLY

Login before adding your answer.

Traffic: 2753 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6