Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
r_symposium [2017/02/02 13:28]
vincent_fugere [Schedule]
r_symposium [2017/04/29 11:16]
vincent_fugere
Line 21: Line 21:
   * 13h00: The Bayesian Biologist: You are probably more Bayesian than you think (Marc-Olivier Beausoleil & Max Farrell)   * 13h00: The Bayesian Biologist: You are probably more Bayesian than you think (Marc-Olivier Beausoleil & Max Farrell)
   * 15h00: Coffee break   * 15h00: Coffee break
-  * 15h20: Intro to gene expression analysis in R (Sébastien Renaut) +  * 15h30: Intro to gene expression analysis in R (Sébastien Renaut) 
-  * 17h30: Dinner +  * 18h00: Dinner
-  * 18h30: Open Science and Reproducibility in R (Monica Granados)+
  
 __April 25th__ __April 25th__
   * 8h00: Breakfast   * 8h00: Breakfast
-  * 9h00: Predicting species geographical distributions (Julia Nordlund & Pedro Henrique Pereira Braga)+  * 9h00: Predicting species geographical distributions ​using R (Julia Nordlund & Pedro Henrique Pereira Braga)
   * 10h30: Break   * 10h30: Break
   * 10h45: Joint modelling (Guillaume Blanchet)   * 10h45: Joint modelling (Guillaume Blanchet)
   * 12h45: Lunch   * 12h45: Lunch
-  * 13h30: ​Making an package ​(Tyler Moulton)+  * 13h30: ​Open Science and Reproducibility in R (Monica Granados)
   * 15h45: Departure from Gault   * 15h45: Departure from Gault
  
Line 39: Line 38:
 **The Bayesian Biologist: You are probably more Bayesian than you think** //by Max Farrell & Marc-Olivier Beausoleil//​. Jump with us into the world of probabilities with a workshop on Bayesian inference. We are going to explore this statistical framework with simple and meaningful examples for biologists. We plan to guide you through some theory, history, applications,​ and get your hands dirty with some code. At the end of the workshop, you’ll be convinced that Bayesian statistics are a super powerful framework to interpret the world, and get a taste of the ways you might implement them in your own research. You have an idea of things you want us to discuss? Fill this survey: https://​goo.gl/​forms/​By3aMFtNaxLJ2ICB2 or email [[maxwell.farrell@mail.mcgill.ca|Max]] or [[marc-olivier.beausoleil@mail.mcgill.ca|Marco]],​ we would like to hear your ideas! **The Bayesian Biologist: You are probably more Bayesian than you think** //by Max Farrell & Marc-Olivier Beausoleil//​. Jump with us into the world of probabilities with a workshop on Bayesian inference. We are going to explore this statistical framework with simple and meaningful examples for biologists. We plan to guide you through some theory, history, applications,​ and get your hands dirty with some code. At the end of the workshop, you’ll be convinced that Bayesian statistics are a super powerful framework to interpret the world, and get a taste of the ways you might implement them in your own research. You have an idea of things you want us to discuss? Fill this survey: https://​goo.gl/​forms/​By3aMFtNaxLJ2ICB2 or email [[maxwell.farrell@mail.mcgill.ca|Max]] or [[marc-olivier.beausoleil@mail.mcgill.ca|Marco]],​ we would like to hear your ideas!
  
-**Intro to gene expression analysis in R** //by Sébastien Renaut//. Next generation sequencing has promised cheap DNA sequences to the masses. While this may be true, the bottleneck has now shifted from generating data to analyzing it. Here, I will use transcriptome sequencing data (RNAseq) to quantify gene expression. I will introduce data formats commonly used in genomics (e.g.: .fastq,​.bam,​.sam) and I will use the R programming language to identify differentially expressed genes (e.g. DESeq2, edgeR packages), cluster samples based on gene expression, detects gene ontology categories which are over/under represented (goseq) and present various graphics to illustrate results.+{{ :youre_probably_mbtyt.pdf | Marco'​s presentation}}
  
-**Open Science and Reproducibility ​in R** //by Monica Granados//. Imagine if every paper you ever publish from now on could be reproduced by anyone around ​the worldOr a platform that gives you the power to integrate new data seamlessly into a manuscript complete with text and figuresIn this workshopwe will be covering how to work in the open using R, R Markdown and GitHubThese three open platforms allow us to host data, analyze, visualize and produce a manuscript ​in one reproducible workflowYou will learn how to set up a repository in GitHub and manage branchesdraw data from GitHub into Rwrite an R Markdown script for your manuscript ​and how to upload ​the R Markdown script into GitHub for reproducibilityThe advantages of open, reproducible science are manyWhen working collaborativelyreproducible workflows allow collaborators to contribute simultaneously to the project with version control to preserve different iterations of the project. Working in the open also allows you share your research more widelyfacilitating collaborative opportunities. At the end of the workshop we will also discuss the wider movement of open sciencehow it is helping breakdown economic barriers in science ​and education and how you can contribute+[[https://​github.com/​beausoleilmo/​qcbs_bayesian_workshop]] 
 + 
 +[[https://​github.com/​maxfarrell/​qcbs_stan_workshop]] 
 + 
 + 
 +**Intro to gene expression analysis ​in R** //by Sébastien Renaut//. Next generation sequencing has promised cheap DNA sequences to the massesWhile this may be true, the bottleneck has now shifted from generating data to analyzing itHerewill use transcriptome sequencing data (RNAseq) ​to quantify gene expressionI will introduce ​data formats commonly used in genomics (e.g.: .fastq,.bam,.sam) and I will use the R programming language to identify differentially expressed genes (e.gDESeq2edgeR packages)cluster samples based on gene expressiondetects gene ontology categories which are over/under represented (goseq) ​and present various graphics to illustrate results.
  
 **Predicting species geographical distribution using R** //by Pedro Henrique P. Braga and Julia Nordlund//. Species distribution models (SDM) have been widely applied to address many questions in **Predicting species geographical distribution using R** //by Pedro Henrique P. Braga and Julia Nordlund//. Species distribution models (SDM) have been widely applied to address many questions in
Line 56: Line 60:
 **Joint modelling** //by Guillaume Blanchet//. Natural systems are complex and understanding them is a challenging task. In recent years, there has been an explosion in the amount of data that were gathered and made available that can potentially increase our knowledge of why and how species distribute as they do. It is now possible to obtain highly precise environmental and habitat characteristics for large areas of the world, traits are now available for a wealth of species and it is now possible to obtain high quality phylogenies for large groups of species. But how can we link these data together to better understand and predict the distribution of multiple species in a single model? In recent years, joint species distribution models (JSDMs) have emerged as an attractive way to approach such question. In this workshop, I will show you how to construct JSDMs using Bayesian hierarchical models. I will also briefly discuss the concept behind hierarchical models and how they can be used in a community ecology context. **Joint modelling** //by Guillaume Blanchet//. Natural systems are complex and understanding them is a challenging task. In recent years, there has been an explosion in the amount of data that were gathered and made available that can potentially increase our knowledge of why and how species distribute as they do. It is now possible to obtain highly precise environmental and habitat characteristics for large areas of the world, traits are now available for a wealth of species and it is now possible to obtain high quality phylogenies for large groups of species. But how can we link these data together to better understand and predict the distribution of multiple species in a single model? In recent years, joint species distribution models (JSDMs) have emerged as an attractive way to approach such question. In this workshop, I will show you how to construct JSDMs using Bayesian hierarchical models. I will also briefly discuss the concept behind hierarchical models and how they can be used in a community ecology context.
  
-**R-Package development using ‘roxygen2’ ​and ‘devtools’** //by Tyler Moulton//. The QCBS community is rife with brilliant R programmersCurrently, most of the QCBS workshop ​series is devoted to teaching attendees ​how to use R and popular R packagesMany QCBS membershowevergo further ​and develop their own custom functions tailored to their projectsAggregating these functions into packages can be extremely useful. Packages can be easily shared with other researchers who wish to conduct similar analyses. They also improve methodological transparency ​and repeatability. Finallypublishing ​an R package on CRAN and/or git-hub is a nice accomplishment ​to have on your CV. I’d like to create and give a workshop on package development using two packages which greatly simplify the process: ‘roxygen2’ and ‘devtools’During the workshop, I will walk participants through the development ​of a simple package that conforms to CRAN submission standardsincluding proper documentation,​ package imports/​dependencies,​ DESCRIPTION files, example data, version control ​with git, and how to check and submit ​your package to CRANI have spent the past few months struggling through teaching myself package development,​ and would love to give this workshop ​to spare others (some of) the headaches associated with this process. +**Open Science ​and Reproducibility in R** //by Monica Granados//. Imagine if every paper you ever publish from now on could be reproduced by anyone around the world. Or a platform that gives you the power to integrate new data seamlessly into a manuscript complete ​with text and figuresIn this workshop, we will be covering ​how to work in the open using R, Markdown ​and GitHubThese three open platforms allow us to host dataanalyzevisualize ​and produce a manuscript in one reproducible workflowYou will learn how to set up a repository in GitHub ​and manage branchesdraw data from GitHub into R, write an R Markdown script for your manuscript ​and how to upload the Markdown script into GitHub for reproducibilityThe advantages ​of openreproducible science are many. When working collaborativelyreproducible workflows allow collaborators to contribute simultaneously to the project with version control to preserve different iterations of the project. Working in the open also allows you share your research more widely, facilitating collaborative opportunitiesAt the end of the workshop ​we will also discuss ​the wider movement of open science, how it is helping breakdown economic barriers in science and education and how you can contribute
- +