Hi all,
I want to ask if there is a bioperl module can extract sequences by coordinates (chr1:12321321-12321921) from local genome file (eg. hg19.genome.fa). We can do that using 'bedtools getfasta', but still want to know if bioperl module can do that?
Thanks, Camel
You can do this with Bioperl module Bio::DB::Fasta.
Index hg19 and extract sequence string.
This should be promoted to the correct answer.