Extracting Genbank Features using E-utilities on command line
1
0
Entering edit mode
3.7 years ago
supertech ▴ 180

I can get a record using following command:

esearch -db protein -query NP_741611 | efetch -format gb

How can I extract "source organism" from genebank record using e-utlities?

Thank you.

genebank • 668 views
ADD COMMENT
3
Entering edit mode
3.7 years ago
GenoMax 142k

Using Entrezdirect:

$ esearch -db protein -query "NP_741611" | esummary | xtract -pattern DocumentSummary -element Organism
Caenorhabditis elegans
ADD COMMENT

Login before adding your answer.

Traffic: 1195 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