1 / 8

Protein Sequence Classification Using Neighbor-Joining Method

Protein Sequence Classification Using Neighbor-Joining Method. Bo Liu. Overview. Given: A group of sequences, they have somewhat similarity between each other and same protein function. Input: One unknown function sequence Output: If this sequence belongs to this protein cluster. .

chandler
Download Presentation

Protein Sequence Classification Using Neighbor-Joining Method

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Protein Sequence Classification Using Neighbor-Joining Method Bo Liu

  2. Overview • Given: A group of sequences, they have somewhat similarity between each other and same protein function. • Input: One unknown function sequence • Output: If this sequence belongs to this protein cluster.

  3. Representation of Sequences Group • Distance Matrix • Matrix Calculation • Pair-Wise Alignment • Multiple Sequence Alignment • Alignment-Free: Relative Lempel-Ziv Complexity Otu et al. Bioinformatics, 2003

  4. Correlation of Input Sequence with Group • NJ method • Smallest Sum of Branch Lengths Saitou et al. Mol. Biol. Evol., 1987

  5. NJ Method • Leaf Length • Distance to Node • New Distance Matrix Studier et al. Mol. Biol. Evol., 1988

  6. Classification Criteria • Node with longest leaf length. • Evolve too fast • Last node joined into the tree. • Cost the most to join the tree

  7. Running Time • Preprocessing: • Distance Matrix Calculation: O(n2l2) • Query Sequence Classification: • Distance Calculation: O(nl2) • NJ Construction: O(n3)

  8. Thank you

More Related