genome sequence look up tool
1
0
Entering edit mode
5.8 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
sequence genome • 888 views
ADD COMMENT
0
Entering edit mode

search this site for "samtools faidx" and the related python libraries (pyfaidx)

ADD REPLY
0
Entering edit mode

Thanks! This is perfect! Knew this had to exist already.

ADD REPLY
1
Entering edit mode
5.8 years ago
h.mon 35k

BioPython and pyfaidx in python, samtools on the command-line

ADD COMMENT

Login before adding your answer.

Traffic: 2550 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6