Difference between revisions of "BIN-SEQA-Composition"
m |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div id=" | + | <div id="ABC"> |
− | + | <div style="padding:5px; border:1px solid #000000; background-color:#b3dbce; font-size:300%; font-weight:400; color: #000000; width:100%;"> | |
Analysis of Sequence Composition | Analysis of Sequence Composition | ||
− | + | <div style="padding:5px; margin-top:20px; margin-bottom:10px; background-color:#b3dbce; font-size:30%; font-weight:200; color: #000000; "> | |
− | + | (Analysis of sequence composition.) | |
− | + | </div> | |
− | |||
− | |||
− | |||
− | Analysis of sequence composition. | ||
</div> | </div> | ||
− | {{ | + | {{Smallvspace}} |
− | |||
− | |||
− | + | <div style="padding:5px; border:1px solid #000000; background-color:#b3dbce33; font-size:85%;"> | |
− | + | <div style="font-size:118%;"> | |
− | + | <b>Abstract:</b><br /> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | <div | ||
− | |||
<section begin=abstract /> | <section begin=abstract /> | ||
− | |||
The most basic step of sequence analysis is to ask: what amino acids does a sequence contain. | The most basic step of sequence analysis is to ask: what amino acids does a sequence contain. | ||
<section end=abstract /> | <section end=abstract /> | ||
− | + | </div> | |
− | + | <!-- ============================ --> | |
− | + | <hr> | |
− | + | <table> | |
− | == | + | <tr> |
− | === | + | <td style="padding:10px;"> |
− | < | + | <b>Objectives:</b><br /> |
− | < | ||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
This unit will ... | This unit will ... | ||
* ... introduce basic compositional amino acid analysis; | * ... introduce basic compositional amino acid analysis; | ||
* ... teach how to prodcue barplots of enrichment ratios; | * ... teach how to prodcue barplots of enrichment ratios; | ||
− | + | </td> | |
− | + | <td style="padding:10px;"> | |
− | + | <b>Outcomes:</b><br /> | |
− | |||
− | |||
− | < | ||
After working through this unit you ... | After working through this unit you ... | ||
* ... are familar with comparing observed to reference frequencies; | * ... are familar with comparing observed to reference frequencies; | ||
* ... can use tools from the seqinr package for simple amino acid analysis; | * ... can use tools from the seqinr package for simple amino acid analysis; | ||
* ... can produce barplots of log(ratio) data. | * ... can produce barplots of log(ratio) data. | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- ============================ --> | ||
+ | <hr> | ||
+ | <b>Deliverables:</b><br /> | ||
+ | <section begin=deliverables /> | ||
+ | <li><b>Time management</b>: 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.</li> | ||
+ | <li><b>Journal</b>: Document your progress in your [[FND-Journal|Course Journal]]. Some tasks may ask you to include specific items in your journal. Don't overlook these.</li> | ||
+ | <li><b>Insights</b>: If you find something particularly noteworthy about this unit, make a note in your [[ABC-Insights|'''insights!''' page]].</li> | ||
+ | <section end=deliverables /> | ||
+ | <!-- ============================ --> | ||
+ | <hr> | ||
+ | <section begin=prerequisites /> | ||
+ | <b>Prerequisites:</b><br /> | ||
+ | You need the following preparation before beginning this unit. If you are not familiar with this material from courses you took previously, you need to prepare yourself from other information sources:<br /> | ||
+ | *<b>Biomolecules</b>: The molecules of life; nucleic acids and amino acids; the genetic code; protein folding; post-translational modifications and protein biochemistry; membrane proteins; biological function. | ||
+ | This unit builds on material covered in the following prerequisite units:<br /> | ||
+ | *[[BIN-SEQA-Concepts|BIN-SEQA-Concepts (Concepts of Sequence Analysis)]] | ||
+ | <section end=prerequisites /> | ||
+ | <!-- ============================ --> | ||
+ | </div> | ||
− | {{ | + | {{Smallvspace}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | + | {{Smallvspace}} |
− | + | __TOC__ | |
− | |||
− | |||
− | |||
− | |||
{{Vspace}} | {{Vspace}} | ||
− | </ | + | === Evaluation === |
− | <div | + | <b>Evaluation: NA</b><br /> |
+ | <div style="margin-left: 2rem;">This unit is not evaluated for course marks.</div> | ||
== Contents == | == Contents == | ||
− | |||
{{Task|1= | {{Task|1= | ||
− | *Read the introductory notes on {{ABC-PDF|BIN-SEQA-Composition "Composition" as a paradigm for sequence analysis}}. | + | *Read the introductory notes on {{ABC-PDF|BIN-SEQA-Composition|"Composition" as a paradigm for sequence analysis}}. |
}} | }} | ||
+ | ===EMBOSS Tools === | ||
+ | {{Smallvspace}} | ||
{{task|1= | {{task|1= | ||
+ | |||
+ | *Navigate to an instance of the "EMBOSS explorer" e.g. at [http://www.bioinformatics.nl/emboss-explorer/ '''bioinformatics.nl'''] | ||
+ | |||
;Local composition | ;Local composition | ||
# Find <code>pepinfo</code> under the '''PROTEIN COMPOSITION''' heading. | # Find <code>pepinfo</code> under the '''PROTEIN COMPOSITION''' heading. | ||
− | # Retrieve the MYSPE Mbp1 related sequence from your '''R''' database, e.g. with something like <br /><code> cat( | + | # Retrieve the MYSPE Mbp1 related sequence from your '''R''' database, e.g. with something like <br /><code> cat(myDB$protein[myDB$protein$name == "PHD1_SACCE" , "sequence"])</code> |
# Copy and paste the sequence into the input field. | # Copy and paste the sequence into the input field. | ||
# Run with default parameters. | # Run with default parameters. | ||
− | # Scroll to the figures all the way at the bottom. | + | # Scroll to the figures <ul>all the way at the bottom</ul>. |
# Do the same in a separate window for yeast Mbp1. | # Do the same in a separate window for yeast Mbp1. | ||
# Try to compare ... <small>(kind of hard without reference, overlay and expectation, isn't it?)</small> | # Try to compare ... <small>(kind of hard without reference, overlay and expectation, isn't it?)</small> | ||
− | }} | + | {{Vspace}} |
− | |||
− | |||
− | |||
;Global composition | ;Global composition | ||
# Find <code>pepstats</code> under the '''PROTEIN COMPOSITION''' heading. | # Find <code>pepstats</code> under the '''PROTEIN COMPOSITION''' heading. | ||
Line 120: | Line 101: | ||
}} | }} | ||
− | {{ | + | {{Vspace}} |
{{ABC-unit|BIN-SEQA-Composition.R}} | {{ABC-unit|BIN-SEQA-Composition.R}} | ||
Line 129: | Line 110: | ||
{{Vspace}} | {{Vspace}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="about"> | <div class="about"> | ||
Line 194: | Line 119: | ||
:2017-08-05 | :2017-08-05 | ||
<b>Modified:</b><br /> | <b>Modified:</b><br /> | ||
− | : | + | :2020-09-24 |
<b>Version:</b><br /> | <b>Version:</b><br /> | ||
− | :1. | + | :1.1 |
<b>Version history:</b><br /> | <b>Version history:</b><br /> | ||
+ | *1.1 2020 Maintenance | ||
*1.0 First live | *1.0 First live | ||
*0.1 First stub | *0.1 First stub | ||
</div> | </div> | ||
− | |||
− | |||
{{CC-BY}} | {{CC-BY}} | ||
+ | [[Category:ABC-units]] | ||
+ | {{UNIT}} | ||
+ | {{LIVE}} | ||
</div> | </div> | ||
<!-- [END] --> | <!-- [END] --> |
Latest revision as of 15:51, 24 September 2020
Analysis of Sequence Composition
(Analysis of sequence composition.)
Abstract:
The most basic step of sequence analysis is to ask: what amino acids does a sequence contain.
Objectives:
|
Outcomes:
|
Deliverables:
Prerequisites:
You need the following preparation before beginning this unit. If you are not familiar with this material from courses you took previously, you need to prepare yourself from other information sources:
- Biomolecules: The molecules of life; nucleic acids and amino acids; the genetic code; protein folding; post-translational modifications and protein biochemistry; membrane proteins; biological function.
This unit builds on material covered in the following prerequisite units:
Contents
Evaluation
Evaluation: NA
Contents
Task:
- Read the introductory notes on "Composition" as a paradigm for sequence analysis.
EMBOSS Tools
Task:
- Navigate to an instance of the "EMBOSS explorer" e.g. at bioinformatics.nl
- Local composition
- Find
pepinfo
under the PROTEIN COMPOSITION heading. - Retrieve the MYSPE Mbp1 related sequence from your R database, e.g. with something like
cat(myDB$protein[myDB$protein$name == "PHD1_SACCE" , "sequence"])
- Copy and paste the sequence into the input field.
- Run with default parameters.
- Scroll to the figures
- all the way at the bottom
- Do the same in a separate window for yeast Mbp1.
- Try to compare ... (kind of hard without reference, overlay and expectation, isn't it?)
- Global composition
- Find
pepstats
under the PROTEIN COMPOSITION heading. - Paste the MYSPE Mbp1 sequence into the input field.
- Run with default parameters.
- Do the same in a separate window for yeast Mbp1.
- Try to compare ... are there significant and unexpected differences?
Task:
- Open RStudio and load the
ABC-units
R project. If you have loaded it before, choose File → Recent projects → ABC-Units. If you have not loaded it before, follow the instructions in the RPR-Introduction unit. - Choose Tools → Version Control → Pull Branches to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included.
- Type
init()
if requested. - Open the file
BIN-SEQA-Composition.R
and follow the instructions.
Note: take care that you understand all of the code in the script. Evaluation in this course is cumulative and you may be asked to explain any part of code.
About ...
Author:
- Boris Steipe <boris.steipe@utoronto.ca>
Created:
- 2017-08-05
Modified:
- 2020-09-24
Version:
- 1.1
Version history:
- 1.1 2020 Maintenance
- 1.0 First live
- 0.1 First stub
This copyrighted material is licensed under a Creative Commons Attribution 4.0 International License. Follow the link to learn more.