|
http://www.ncbi.nlm.nih.gov/entrez/batchentrez.cgi?db=Nucleotide
The EST accessions can be parsed from the table for Batch Entrez using a number of simple methods, including a one-line perl script, e.g.:
perl -nae 'if (/-/){print "$F[2]\n"}' est_table
where the table has been saved as "est_table".
In some cases, it may be necessary for you to adjust the region being shown so that you only download the data in the chromosomal region where your gene is located, and not for all genes in the display.
Another way to do this is to search for your gene in Mapviewer and display the “Gene_seq” map. Next, go to Model Maker by clicking on the “mm” link. Clicking on the “Expand EST” link will display the EST evidence supporting that gene model. Individual sequences can then be downloaded from Entrez Nucleotide after clicking on the accession number for each EST. The limitation to this method is that you can only download one sequence at a time.