Difference between revisions of "BCB330"

From "A B C"
Jump to navigation Jump to search
(Created page with "<div id="APB"> <div class="b1"> BCB330Y (Special Project in Bioinformatics and Computational Biology)</br> BCB430Y (Advanced Special Project in Bioinformatics and Computationa...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div id="APB">
 
<div id="APB">
 
<div class="b1">
 
<div class="b1">
BCB330Y (Special Project in Bioinformatics and Computational Biology)</br>
+
BCB330Y <span style="font-size: 50%;font-weight:normal; ">(Special Project in Bioinformatics and Computational Biology)</span><br />
BCB430Y (Advanced Special Project in Bioinformatics and Computational Biology)
+
BCB430Y <span style="font-size: 50%;font-weight:normal;">(Advanced Special Project in Bioinformatics and Computational Biology)</span>
 
</div>
 
</div>
  
 +
 +
{{Vspace}}
 +
 +
{{STUB}}
  
 
{{Vspace}}
 
{{Vspace}}
Line 10: Line 14:
 
<section begin=contents_summary />
 
<section begin=contents_summary />
 
Summary ...
 
Summary ...
 +
* http://biochemistry.utoronto.ca/courses/bcb330y-bcb-project/
 +
* http://biochemistry.utoronto.ca/courses/bcb430y-bcb-project/
 
<section end=contents_summary />
 
<section end=contents_summary />
  
Line 29: Line 35:
 
&nbsp;
 
&nbsp;
 
==Contents==
 
==Contents==
 +
 +
* how to maintain a lab journal on Google Docs and MediaWiki
 +
* a bioinformatics centric introduction to R
 +
* uses of GitHub
 +
* collaborative workflow via RStudio, GitHub and back
 +
* best practices for reproducible research (documentation and backup)
 +
* writing and maintaining requirements documents
 +
* architecture-centric design
 +
* defining software module interfaces
 +
* test-driven development (incl. unit- and integration testing)
 +
* code style guides
 +
* function templates
 +
* essentials of code-review
 +
* contributing to R packages
 +
* (possibly:  principles of literate programming and R-Notebooks)
 +
* documentation (with Roxygen and markdown)
 +
 +
 +
* design patterns for bioinformatics, and
 +
* simulation and permutation tests for statistics with biological datasets
 +
 +
  
  
Line 45: Line 73:
 
-->
 
-->
 
&nbsp;
 
&nbsp;
 +
 
==Further reading and resources==
 
==Further reading and resources==
 
<!-- {{#pmid:21627854}} -->
 
<!-- {{#pmid:21627854}} -->

Latest revision as of 14:36, 7 September 2017

BCB330Y (Special Project in Bioinformatics and Computational Biology)
BCB430Y (Advanced Special Project in Bioinformatics and Computational Biology)


 
Sorry!

This page is only a stub; it is here as a placeholder to establish the logical framework of the site but there is no significant content as yet. Do not work with this material until it is updated to "live" status.


 


Summary ...


 



 


 

Introductory reading



 

Contents

  • how to maintain a lab journal on Google Docs and MediaWiki
  • a bioinformatics centric introduction to R
  • uses of GitHub
  • collaborative workflow via RStudio, GitHub and back
  • best practices for reproducible research (documentation and backup)
  • writing and maintaining requirements documents
  • architecture-centric design
  • defining software module interfaces
  • test-driven development (incl. unit- and integration testing)
  • code style guides
  • function templates
  • essentials of code-review
  • contributing to R packages
  • (possibly: principles of literate programming and R-Notebooks)
  • documentation (with Roxygen and markdown)


  • design patterns for bioinformatics, and
  • simulation and permutation tests for statistics with biological datasets



   

Further reading and resources