CLASS-L Archives

May 2001

CLASS-L@LISTS.SUNYSB.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
William Shannon <[log in to unmask]>
Reply To:
Classification, clustering, and phylogeny estimation
Date:
Wed, 2 May 2001 12:40:15 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
As a follow-up to my previous email the first 5 rows,columns of the score matrix
 are:

> blosum62[1:5,1:5]
   A  R  N  D  C
A  4 -1 -2 -2  0
R -1  5  0 -2 -3
N -2  0  6  1 -3
D -2 -2  1  6 -3
C  0 -3 -3 -3  9


Comparing sequences ARN to ADC gives similarity scores:

        (s_AA = 4) + (s_RD = -2) + (s_NC = -3) = -1

and ARN to itself

        (s_AA = 4) + (s_RR = 5) + (s_NN = 6) = 15

and ADC to itself

        (s_AA = 4) + (s_DD = 6) + (s_CC = 9) = 19

so the similarity matrix is

        15  -1
        -1  19


--

William D. Shannon, Ph.D.

Assistant Professor of Biostatistics in Medicine
Division of General Medical Sciences and Biostatistics

Washington University School of Medicine
Campus Box 8005, 660 S. Euclid
St. Louis, MO   63110

Phone: 314-454-8356
Fax: 314-454-5113
e-mail: [log in to unmask]
web page: http://ilya.wustl.edu/~shannon

ATOM RSS1 RSS2