Quantcast
Channel: Protein sequence pattern-matching python - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Ashwini Chaudhary for Protein sequence pattern-matching python

I edited your code and it is giving correct output now:seq="----AB--C-D-----"newseq="--A--BC---D-"seq=list(seq) #changing maaster sequence from string to listnewseq=list(newseq) #changing new sequence...

View Article


Answer by rlinden for Protein sequence pattern-matching python

The problem of sequence alignment is well known and its solution is well described. For an introductory text, see the Wikipedia. The best solution I know involves Dynamic programming, and you can see...

View Article


Protein sequence pattern-matching python

I'm working on a matching algorithm for protein sequences. I'm starting with an aligned protein sequence, and I am attempting to convert a mis-aligned sequence into the correctly aligned one. Here is...

View Article
Browsing latest articles
Browse All 3 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>