Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • allignment matrix

    Can someone explain to me how they filled in the matrix on this webpage:



    (figure 1-D or 1-F)

    And more specific: I am talking about (for example)
    the value -0 given at L(-4) and E(-2).

    Because if I look at it and use their method of approach, it (I think) should not be -0 but -2 since the value on the left is -1 and its a mismatch, this making it -1 + - 1 giving -2 .. but they write a -0

    And there are some other numbers in that matrix that I dont get, but this is just an example.

  • #2
    Hi,

    I looked at the matrix, the value of -0 for L and E comparison is right.
    As per their explanation, you have to perform 3 computations.
    First computation is [Upper] P ---> E = -3 + -1 (for mismatch) = -4
    Second computation is [Left] L--->E = -4 + -1 (for mismatch) = -5
    Third computation is [Upper-Left] E ---> E = -1 + 1 (for match) = 0

    The max value in these 3 computations is 0. and it is reported for L and E

    note: The values computed cannot exceed zero.

    I hope this is helpful.

    Thanks
    --
    Muthu
    Last edited by muthu545; 05-28-2013, 10:34 AM.

    Comment


    • #3
      I am not sure how you did this:
      As per their explanation, you have to perform 3 computations.
      First computation is [Upper] P ---> E = -3 + -1 (for mismatch) = -4
      Second computation is [Left] L--->E = -4 + -1 (for mismatch) = -5
      Third computation is [Upper-Left] E ---> E = -1 + 1 (for match) = 0

      + if this is right, the arrow in that square should point to the upper left and not left since you used the upper left as the highest value.. (you used upper left to calculte 0)


      upper (how I understand it) = the "green" square (see the previous figure where they colored he 3 squares you use to ciopmpute it, the upper score, above "0") this is -4 and since there is a mismatch, it becomes -4-1=-5

      left for me is: -1 (the square on the left holds a value of -1) -1 for the mismatch = -2
      Upper-left is: -3 + -1 for the mismatch= -4

      I guess I am understanding it wrong, but I do not see how you do it using their explenation...



      Where do you get the -3 and -4 for the upper and left?
      Last edited by phillie; 05-28-2013, 09:16 AM.

      Comment


      • #4
        Hi
        Sorry I had my labelings for upper, left and upper-left interchanged and confused you
        First computation is [Upper-left] P ---> E = -3 + -1 (for mismatch) = -4
        Second computation is [Upper] L--->P = -4 + -1 (for mismatch) = -5
        Third computation is [Left] E ---> E = -1 + 1 (for match) = 0

        And that is why you see a left arrow on he square...
        I will edit this explanation in few mins... To make it more clear for yo
        Thanks
        --
        Muthu
        Last edited by muthu545; 05-28-2013, 10:34 AM.

        Comment


        • #5
          Originally posted by muthu545 View Post
          Hi
          Sorry I had my labelings for upper, left and upper-left interchanged and confused you
          First computation is [Upper-left] P ---> E = -3 + -1 (for mismatch) = -4
          Second computation is [Upper] L--->E = -4 + -1 (for mismatch) = -5
          Third computation is [Left] E ---> E = -1 + 1 (for match) = 0

          And that is why you see a left arrow on he square...
          I will edit this explanation in few mins... To make it more clear for yo
          Thanks
          --
          Muthu
          THis I can understand (at least the first 2).
          (at least the -3 and -4 I get, L--->E however I dont get it! if you go "upper" you end up in L-P not L-E <===> upper left you use P-E , this I get, upper left is indeed E-P)
          However the third one I dont get i!
          Third computation is [Left] E ---> E = -1 + 1 (for match) = 0
          ==> where do you get "the match" from?
          L and E do not match (I use the letters from the original square, not the letters from the "upper, upper-left or left" square like you seem to do)... You seem use the E from the left square ? Altough, I dont understand this, because you use the E from the left (left from 0); the E from the column left from the L. (and stay on the same row)

          I dont see why you do this.

          Is it because you need to use the letter from the square you refer to (I mean: left square, upper square, upper-left square) rather than the square itself you are trying to calculate?
          Last edited by phillie; 05-28-2013, 10:21 AM.

          Comment


          • #6
            Hi Philie,

            Sorry the making it more confused for you,
            As you mentioned some of the values in the figure presented in the links are wrong

            Imagine its a 2X2 matrix
            -->E L
            P -3 -4
            E -1 X

            This is the 2X2 matrix you need to consider..... X is the value you need to compute....
            X is a combination of E--->L and this can be computed as explained below.

            First computation is [Upper-left of X] which is comparing
            P ---> E, the already present value is -3 and then E does not match
            with L so you need to add -1... which will result in -4

            Second computation is [Upper/above of X] which is comparing
            P--->L = -4 + -1 (for mismatch of E and L) = -5
            I had a mistake in this explanation, previously i mentioned it as L to E

            Third computation is [Left of X] which is comparing
            E ---> E = -1 + -1 (for mismatch of E and L) = -2

            Thanks, sorry again
            --
            Muthu
            Last edited by muthu545; 05-28-2013, 11:27 AM. Reason: Updates for explanation.

            Comment


            • #7
              Originally posted by muthu545 View Post
              Hi, yes are right, "you need to use the letter from the square you refer to (I mean: left square, upper square, upper-left square) rather than the square itself you are trying to calculate"

              Imagine its a 2X2 matrix
              -->E L
              P -3 -4
              E -1 X

              This is the 2X2 matrix you need to consider..... X is the value you need to compute....
              X is a combination of E--->L and this can be computed as explained below.

              First computation is [Upper-left of X] which is comparing
              P ---> E, the already present value is -3 and then P does not match
              with E so you need to add -1... which will result in -4

              Second computation is [Upper/above of X] which is comparing
              P--->L = -4 + -1 (for mismatch of P and L) = -5
              I had a mistake in this explanation, previously i mentioned it as L to E

              Third computation is [Left of X] which is comparing
              E ---> E = -1 + 1 (for match E matches with E) = 0


              Note that We are trying to align two strings
              'PELICAN' and 'COELACANTH' and try to find the best
              alignment possible.

              Thanks
              --
              Muthu
              Ok
              lets say your reasoning is correct.
              Than take column C (second C) (-6) and row C ==> its a 0 there..
              Using your logic this can never be 0 !
              Upper= C and I
              Left = A and C
              upper left = A and I

              I dont think you need to use the letter from the upper/upper-left or left ...

              If you dont ==> C and C match, than I can see how they get the 0 (upper left = -1 + 1 = 0)

              Also: I dont really see it writen in the webpage you need to use the letter from the upper/upper-left or left square... Shouldnt they state this because this is pretty important...
              Last edited by phillie; 05-28-2013, 11:26 AM.

              Comment


              • #8
                I agree with you, philie.... Some of the values are wrong in the figure.
                As you mentioned in your first post the value for E-->L cell should be -2.
                I updated my previous post.


                Thanks
                --
                Muthu

                Comment


                • #9
                  Originally posted by muthu545 View Post
                  I agree with you, philie.... Some of the values are wrong in the figure.
                  As you mentioned in your first post the value for E-->L cell should be -2.
                  I updated my previous post.


                  Thanks
                  --
                  Muthu
                  Oh ok.

                  Well I was confused because if seemed to contain errors... but than I started to think it was on a "nature" website and from a book.. I found it weird to contain so many mistakes.. so I started to doubt myself.

                  But since you agree too.. I guess the people that wrote this made an error.

                  Comment


                  • #10
                    Hi Phillie,

                    The actual figure in the print should look like the following


                    The # in red color are the right numbers.

                    Hope this makes it clear.

                    I think while they are formatting the figure for the print, they added -ve signs to all the cells and interchanged few cells.

                    Thanks
                    --
                    Muthu

                    Comment


                    • #11
                      Originally posted by muthu545 View Post
                      Hi Phillie,

                      The actual figure in the print should look like the following


                      The # in red color are the right numbers.

                      Hope this makes it clear.

                      I think while they are formatting the figure for the print, they added -ve signs to all the cells and interchanged few cells.

                      Thanks
                      --
                      Muthu
                      AHa!
                      thats seems better.
                      I'll check it.
                      Too bad , at first sight, I cant find more than just that picture, rather than a website explaining it more.
                      But this will help already.
                      thanks a lot.

                      Comment

                      Latest Articles

                      Collapse

                      • seqadmin
                        Essential Discoveries and Tools in Epitranscriptomics
                        by seqadmin




                        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                        04-22-2024, 07:01 AM
                      • seqadmin
                        Current Approaches to Protein Sequencing
                        by seqadmin


                        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                        04-04-2024, 04:25 PM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by seqadmin, Today, 08:47 AM
                      0 responses
                      10 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-11-2024, 12:08 PM
                      0 responses
                      60 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-10-2024, 10:19 PM
                      0 responses
                      59 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-10-2024, 09:21 AM
                      0 responses
                      53 views
                      0 likes
                      Last Post seqadmin  
                      Working...
                      X