genome bacterial data
I have a list of assembly ids of bacterial genome data, I want to extract the following type of data:
- Number of chromosomes
- Number of plasmids
- Total number of proteins
- Chromosome size
How can I extract the information?
Thank you
• 1,753 views
•
link
1 answer
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
• 0 views
•
link
Log in to answer this question.