Histogram Of Peptides
2
1
Entering edit mode
12.6 years ago
Lavanya ▴ 10

Hi All

I wish to analyse a sequence by dipeptides and create a histogram out of it. can anyone tell how to perform this?

from lavanya

sequence • 2.0k views
ADD COMMENT
5
Entering edit mode
12.6 years ago
Chris ▴ 190

Grab your favorite programming language, iterate over each sequence position and raise a counter for the specifc dipeptide that you encouter. Hint: dictionaries/hashes are quite handy in such scenarios. Hint2: If you provide more input in your question, the more specific a possible answer gets. I.e. what are your programming skills, what have you done so far to come to a solution (sounds like a homework to me..), what constitutes a dipeptide for you (overlapping/non-overlapping)?

Chris

ADD COMMENT
0
Entering edit mode

hahahaha +1 for the homework :-P

ADD REPLY
0
Entering edit mode
12.6 years ago
Woa ★ 2.9k

To calculate the numbers of different dipeptides check this thread

ADD COMMENT

Login before adding your answer.

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