Expected Preparations:

  Biomolecules:
The molecules of life; The genetic code; Nucleic acids; Amino acids; Protein folding; Post-translational modifications and protein biochemistry; Membrane proteins; Biological function.
  [BIN-SEQA]
Concepts
 
  If you are not already familiar with the prior knowledge listed above, you need to prepare yourself from other information sources.   The units listed above are part of this course and contain important preparatory material.  

Keywords: Sequence analysis by comparison; deterministic pattern matching; probabilistic pattern matching; HMMS; Neural Networks

Objectives:

This unit will …

  • … introduce the concepts of deterministic and probabilistic pattern matching;

  • … demonstrate some applications in the online suite of EMBOSS tools.

Outcomes:

After working through this unit you …

  • … are familar with the ideas of deterministic and probabilistic pattern matching, and how the latter relates to machine learning.


Deliverables:

Time management: Before you begin, estimate how long it will take you to complete this unit. Then, record in your course journal: the number of hours you estimated, the number of hours you worked on the unit, and the amount of time that passed between start and completion of this unit.

Journal: Document your progress in your Course Journal. Some tasks may ask you to include specific items in your journal. Don’t overlook these.

Insights: If you find something particularly noteworthy about this unit, make a note in your insights! page.


Evaluation:

NA: This unit is not evaluated for course marks.

Contents

Sequence analysis by pattern matching. NA NA

Task…

 

Analyze

Let us perform a few simple sequence analyses using the online EMBOSS tools. EMBOSS (the European Molecular Biology laboratory Open Software Suite) combines a large number of simple but fundamental sequence analysis tools. The tools can be installed locally on your own machine, or run via a public Web interface. Google for EMBOSS explorer, public access points include http://emboss.bioinformatics.nl/ .

Access an EMBOSS Explorer service and explore some of the tools:

Task…

Local composition 1. Find pepinfo under the PROTEIN COMPOSITION heading. 1. Retrieve the MYSPE Mbp1 related sequence from your R database, e.g. with something like
cat(db\(protein[db\)protein$name == “UMAG_1122”), “sequence”] 1. Copy and paste the sequence into the input field. 1. Run with default parameters. 1. Scroll to the figures all the way at the bottom. 1. Do the same in a separate window for yeast Mbp1. 1. Try to compare … (kind of hard without reference, overlay and expectation, isn’t it?)

Task…

Motifs 1. Find pepcoil, an algorithm to detect coiled coil(W) motifs. 1. Run this with the MYSPE Mbp1 sequence and yeast Mbp1. 1. Try to compare … do both sequences have coiled-coil motif predictions? Are they annotated in approximately comparable regions of the respective sequence?

Task…

Transmembrane sequences 1. Find tmap. Also find shuffleseq. 1. Use your MYSPE sequence to annotate transmembrane helices for your protein and for a few shuffled sequences. The MYSPE is not expected to have TM helices, nor are the shuffled sequences expected to have any. If you do find some, these are most likely “false positives”.

  1. Also compare the following positive control: Gef1 - a yeast chloride channel with 10 trans-membrane helices and outward localized N-terminus:
>gi|6322500|ref|NP_012574.1| Gef1p [Saccharomyces cerevisiae S288c]
MPTTYVPINQPIGDGEDVIDTNRFTNIPETQNFDQFVTIDKIAEENRPLSVDSDREFLNSKYRHYREVIW
DRAKTFITLSSTAIVIGCIAGFLQVFTETLVNWKTGHCQRNWLLNKSFCCNGVVNEVTSTSNLLLKRQEF
ECEAQGLWIAWKGHVSPFIIFMLLSVLFALISTLLVKYVAPMATGSGISEIKVWVSGFEYNKEFLGFLTL
VIKSVALPLAISSGLSVGKEGPSVHYATCCGYLLTKWLLRDTLTYSSQYEYITAASGAGVAVAFGAPIGG
VLFGLEEIASANRFNSSTLWKSYYVALVAITTLKYIDPFRNGRVILFNVTYDRDWKVQEIPIFIALGIFG
GLYGKYISKWNINFIHFRKMYLSSWPVQEVLFLATLTALISYFNEFLKLDMTESMGILFHECVKNDNTST
FSHRLCQLDENTHAFEFLKIFTSLCFATVIRALLVVVSYGARVPAGIFVPSMAVGATFGRAVSLLVERFI
SGPSVITPGAYAFLGAAATLSGITNLTLTVVVIMFELTGAFMYIIPLMIVVAITRIILSTSGISGGIADQ
MIMVNGFPYLEDEQDEEEEETLEKYTAEQLMSSKLITINETIYLSELESLLYDSASEYSVHGFPITKDED
KFEKEKRCIGYVLKRHLASKIMMQSVNSTKAQTTLVYFNKSNEELGHRENCIGFKDIMNESPISVKKAVP
VTLLFRMFKELGCKTIIVEESGILKGLVTAKDILRFKRIKYREVHGAKFTYNEALDRRCWSVIHFIIKRF
TTNRNGNVI
  1. Evaluate the output: does the algorithm (wrongly) predict TM-helices in your protein? In the shuffled sequences? Does it find all ten TM-helices in Gef1?

Try to familiarize yourself with the offerings in the EMBOSS package. I find some of the nucleic acid tools indispensable in the lab, such as restriction-site mapping tools (remap), and I frequently use the alignment tools Needle and Water, but by and large the utility of many of the components–while fast, efficient and straightforward to use– suffers from lack of reference and comparison and from terse output. The routines show their conceptual origin in the 1970s and 1980s.

It’s interesting to consider how this collection of tools that were carefully designed some thirty years ago, as an open source replacement for a set of software tools - the GCG package - that was indispensable for molecular biology labs in the 80s and 90s, but whose cost had become prohibitive - has slowly lost relevance due to a change in computational paradigms. Everything these tools do is still correct. But fundamentally this is a building block approach, and the field has turned to programming solutions instead - as exemplified in seqinr and other R packages, and the Bioconductor project.

 

Questions, comments

If in doubt, ask! If anything about this contents is not clear to you, do not proceed but ask for clarification. If you have ideas about how to make this material better, let’s hear them. We are aiming to compile a list of FAQs for all learning units, and your contributions will count towards your participation marks.

Improve this page! If you have questions or comments, please post them on the Quercus Discussion board with a subject line that includes the name of the unit.

References

Page ID: BIN-SEQA-Comparison

Author:
Boris Steipe ( <boris.steipe@utoronto.ca> )
Created:
2017-08-05
Last modified:
2022-09-14
Version:
1.1
Version History:
–  1.1 Maintenance. Removed obsolete bioinformatics.ca link.
–  1.0 First live version
–  0.1 First stub
Tagged with:
–  Unit
–  Live
–  Has lecture slides
–  Has R code examples

 

[END]