This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extract variable nucleotide regions from a list of contigs

I have a list of about 6000 NCBI contig accession numbers and I'd like to extract a specific 30kb region from each contig. I have, in a separate file, a list of "begin" and "end" indices that represent the region of interest for each contig. Is there a way to retrieve a fasta file of these trimmed contigs using an Entrez query? Given that I'm not a very skilled programmer, I would have just put the sequences in an excel spreadsheet and trimmed accordingly, but the sequence strings are too long to fit in an excel cell. Is there a simple way to do this via E-Utilities?

blast contig extract refseq

Do you have a reference genome? If you do you could use bedtools getfasta.

1 answer

To the point explanation of bedtools getfasta is here

Log in to answer this question.