This repository contains course material for the 2019 course in Computational Systems Biology at the University of Toronto. It is unlikely to be useful to anyone not actively participating in the course.
source()
these files to use the functions.
toBrowser.R
: Render a markdown file to html intempdir()
and display it in the user's default browser.
HGNC.RData
: reference symbols and identifiers for human genes from the Human Gene Nomenclature Committee.HGNCdata.R
: The script that producedHGNC.RData
(for reference)dataModel.md
: Introduction to the systemDB database schema. TypetoBrowser("dataModel.md")
to study it.dataSources.md
: Overview of data sources for the data project. TypetoBrowser("dataSources.md")
to access the document.exampleGeneSet.md
: background to a set of genes associated with the phagosome-lysosome fusion system. This forms our example set for data annotation as a basis to develop data integration workflows. TypetoBrowser("exampleGeneSet.md")
to study it.