Created
January 28, 2011 19:58
-
-
Save brantfaircloth/800838 to your computer and use it in GitHub Desktop.
Finding Angiosperm chloroplast genomes on Genbank
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# setup filter (my require MyNCBI signup) for Angiosperms. Choose "Browse Filters". Go to: | |
Filters » Nucleotide » Properties » Taxonomic Groups » Plants | |
# select | |
"Flowering Plants" | |
# run this query in nucleotide | |
(chloroplast[All Fields] AND complete[All Fields] AND genome[All Fields]) AND (biomol_genomic[PROP] AND gene_in_plastid_chloroplast[PROP]) | |
# choose "angiosperm" filter on upper right hand portion of page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment