Entering edit mode
6.4 years ago
evcon
▴
10
Is there a tool to look up genomic sequences? Something in python would be most helpful. For example something like this:
>>>getseq('chr1'.'100500','100505')
AACTGC
search this site for "samtools faidx" and the related python libraries (pyfaidx)
Thanks! This is perfect! Knew this had to exist already.