genome bacterial data
1
0
Entering edit mode
8.1 years ago
mittu1602 ▴ 200

I have a list of assembly ids of bacterial genome data, I want to extract the following type of data:

  1. Number of chromosomes
  2. Number of plasmids
  3. Total number of proteins
  4. Chromosome size

How can I extract the information?

Thank you

Assembly genome ncbi • 1.4k views
ADD COMMENT
0
Entering edit mode
8.1 years ago
5heikki 11k

You can do probably all of that with Entrez Direct.

For example: epost -db assembly -id 39768 | elink -target genome | efetch -format docsum | xtract.pl -element Number_of_Plasmids
7

ADD COMMENT

Login before adding your answer.

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