How Can I Count Dipeptide In Multiple Protein Sequences ?
0
0
Entering edit mode
8.8 years ago

Hello, I have a fasta file which have multiple protein sequences. I want to do find composition of Dipeptide from the multiple protein sequences, but I could not get any scrip or another function in matlab. if possible help me.thank a lot for any help.

matlab dipeptide • 1.6k views
ADD COMMENT
0
Entering edit mode

This is using unix but not in matlab. Try

grep -v '>' fileName.fasta | grep -E -o '(.)\1' | wc -l
ADD REPLY

Login before adding your answer.

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