Visualisation of restriction cutting sites using Biopython
0
0
Entering edit mode
5.7 years ago
neilgupte7 • 0

How to use GenomeDiagram class available in Biopython to map and show the restriction enzyme cutting sites ? The ouput should be close to snapgene outputs

Biopython restriction enzymes visualization • 1.2k views
ADD COMMENT
0
Entering edit mode

Hello neilgupte7,

how does your current code look like? At what point do have problems?

fin swimmer

ADD REPLY
0
Entering edit mode

I have written my restriction enzyme finding code which is working fine ,now i want to use the sites got from that code to be used visualize the sites with genomediagram.....i could not find anything inside the cook books so for genome diagram i am starting with clean plate

ADD REPLY
0
Entering edit mode

You will probably need to build this yourself. I don't know if the genomediagram has specific functionality to display restriction sites, but the easiest thing to do would be to iterate your list of restriction coordinates, and add them as feature tracks. See the manual here: http://biopython.org/DIST/docs/GenomeDiagram/userguide.pdf

ADD REPLY
0
Entering edit mode

thanks for the reply ,will try iterating them manually

ADD REPLY

Login before adding your answer.

Traffic: 2660 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