├── .gitignore
├── LICENSE
├── README.md
├── _config.yml
├── _data
└── members.yml
├── _includes
├── about.html
├── clients.html
├── contact.html
├── css
│ ├── agency.css
│ ├── bootstrap.min.css
│ └── custom.css
├── footer.html
├── head.html
├── header.html
├── js.html
├── modals.html
├── portfolio_grid.html
├── services.html
└── team.html
├── _layouts
├── default.html
└── style.css
├── _plugins
└── hex_to_rgb.rb
├── _posts
├── 2015-04-12-word.markdown
├── 2015-04-22-introR.markdown
├── 2015-04-29-introGit.markdown
├── 2015-05-01-hackyHour.markdown
├── 2015-05-06-word.markdown
├── 2015-05-13-knitr.markdown
├── 2015-05-19-ggplot2.markdown
├── 2015-05-21-workalong.markdown
├── 2015-05-27-loops.markdown
├── 2015-06-03-R_markdown_JennyBryan.markdown
├── 2015-06-04-sprint.markdown
├── 2015-06-10-R_Google.markdown
├── 2015-06-10-rstudio-webinar.markdown
├── 2015-06-24-govt-environment.markdown
├── 2015-07-02-writing_packages.markdown
├── 2015-07-08-LatticeVsGgplot2.markdown
├── 2015-07-15-work-along.markdown
├── 2015-07-24-hackyhour.markdown
├── 2015-08-12-datamunging.markdown
├── 2015-08-19-biomaRt.markdown
├── 2015-08-26-tree1.markdown
├── 2015-09-02-coworking.markdown
├── 2015-09-08-heatmap.markdown
├── 2015-09-16-journal-club.markdown
├── 2015-09-23-coworking.markdown
├── 2015-09-30-DiagrammeR.markdown
├── 2015-10-07-introPython.markdown
├── 2015-10-16-journalClub.markdown
├── 2015-10-21-python.markdown
├── 2015-10-28-work-along.markdown
├── 2015-11-04-pandas.markdown
├── 2015-11-18-vegan.markdown
├── 2015-11-25-veganwithGavin.markdown
├── 2015-12-02-reshape2.markdown
├── 2015-12-09-Pandas2.markdown
├── 2015-12-16-docker.markdown
├── 2015-12-18-holiday.markdown
├── 2016-01-11-coworking.markdown
├── 2016-01-18-pypackages.markdown
├── 2016-01-25-coworking.markdown
├── 2016-02-01-rassert.markdown
├── 2016-02-15-pandas.markdown
├── 2016-02-22-coworking.markdown
├── 2016-02-29-broom.markdown
├── 2016-03-07-shiny.markdown
├── 2016-03-14-cloud.markdown
├── 2016-03-21-CytoscapeWithJulia.markdown
├── 2016-04-04-GuestSpeaker.markdown
├── 2016-04-11-coworking.markdown
├── 2016-04-18-pyplot.markdown
├── 2016-04-25-coworking.markdown
├── 2016-05-20-pandas.markdown
├── 2016-05-27-ggplot2.markdown
├── 2016-06-03-coworking.markdown
├── 2016-06-10-stringr.markdown
├── 2016-06-17-network.markdown
├── 2016-06-24-linear-regression.markdown
├── 2016-07-08-lm-glm.markdown
├── 2016-07-15-numerical.markdown
├── 2016-07-22-knitr.markdown
├── 2016-07-29-hackyhour.markdown
├── 2016-07-29-remake.markdown
├── 2016-08-05-dplyr.markdown
├── 2016-08-12-purrr.markdown
├── 2016-08-19-tidyr.markdown
├── 2016-08-26-coworking.markdown
├── 2016-09-12-Git-together.markdown
├── 2016-09-19-ggplot2.markdown
├── 2016-09-26-AdvancedR.markdown
├── 2016-10-03-dplyr.markdown
├── 2016-10-17-advancedR.markdown
├── 2016-10-21-hackyhour.markdown
├── 2016-10-24-advancedR.markdown
├── 2016-10-31-knitr.markdown
├── 2016-11-07-coworking.markdown
├── 2016-11-14-advancedR.markdown
├── 2016-11-21-markjohnson.markdown
├── 2016-11-28-advancedR.markdown
├── 2016-12-12-advancedR.markdown
├── 2016-12-16-HolidayParty.markdown
├── 2017-01-11-coworking.markdown
├── 2017-01-18-coworking.markdown
├── 2017-01-25-Project.markdown
├── 2017-02-01-Project.markdown
├── 2017-02-15-dplyr.markdown
├── 2017-02-22-Project.markdown
├── 2017-03-08-advancedR.markdown
├── 2017-03-15-tidyR.markdown
├── 2017-03-22-Project.markdown
├── 2017-03-29-advancedR.markdown
├── 2017-04-12-ggplot2.markdown
├── 2017-04-19-Project.markdown
├── 2017-04-26-advancedR.markdown
├── 2017-05-03-Project.markdown
├── 2017-05-10-regex.markdown
├── 2017-05-17-work-along.markdown
├── 2017-05-24-advancedR.markdown
├── 2017-05-31-work-along.markdown
├── 2017-06-01-mozilla-global-sprint.markdown
├── 2017-06-07-work-along.markdown
├── 2018-06-07-planning-session.markdown
├── 2018-06-13-intro-R.markdown
├── 2018-06-21-workalong.markdown
├── 2018-06-28-NSE.markdown
├── 2018-07-05-tidyR.markdown
├── 2018-07-12-work-along.markdown
├── 2018-07-19-spatialR.markdown
├── 2018-07-26-ggplot2.markdown
├── 2018-08-02-work-along.markdown
├── 2018-08-09-learn_remote_computing_with_compute_canada.md
├── 2018-08-16-regular-expressions.md
├── 2018-08-23-work-along.markdown
├── 2018-08-30-plotly.markdown
├── 2018-09-12-planning.markdown
├── 2018-09-19-data-viz.markdown
├── 2018-09-26-functions.markdown
├── 2018-10-03-work-a-long.markdown
├── 2018-10-10-data-transformation.markdown
├── 2018-10-17-oo-field.markdown
├── 2018-10-24-time-series-Julia.markdown
├── 2018-10-31-EDA.markdown
├── 2018-11-07-data-structures.markdown
├── 2018-11-21-shiny-in-R.markdown
├── 2018-11-28-r-markdown.markdown
├── 2018-14-11-work-a-long.markdown
├── 2019-01-16-brainstorming.markdown
├── 2019-01-23-dplyr-planning.markdown
├── 2019-03-13-eda.markdown
├── 2019-03-20-machineLearning.markdown
├── 2019-03-27-workalong.markdown
├── 2019-04-03-julia.markdown
├── 2019-04-10-workalong.markdown
├── 2019-04-17-iteration-purrr.markdown
├── 2019-04-24-workalong.markdown
├── 2019-05-01-workalong.markdown
├── 2019-05-08-nse.markdown
├── 2019-05-15-endofyear.markdown
├── 2019-10-09-workalong.markdown
├── 2019-10-16-git.markdown
├── 2019-10-23-workalong.markdown
├── 2019-10-30-functions.markdown
├── 2019-11-06-workalong.markdown
├── 2019-11-13-iteration.markdown
├── 2019-11-20-julia.markdown
├── 2019-11-27-finalSession.markdown
├── 2019-12-13-happHolidays.markdown
├── 2020-01-15-winter2020FirstSession.markdown
├── 2020-01-22-introSession.markdown
├── 2020-01-29-workalong.markdown
├── 2020-02-12-introTidyTuesday.markdown
├── 2020-02-12-readingWeek.markdown
├── 2020-03-04-workalong.markdown
├── 2020-03-11-workalong.markdown
├── 2020-03-18-WellKeptWednesday.markdown
├── 2020-03-25-workalong.markdown
├── 2020-04-01-RPackages.markdown
├── 2020-04-08-EndOfTerm.markdown
├── 2021-01-13-introSession.markdown
├── 2021-01-20-workalong.markdown
├── 2021-03-03-iteration.markdown
├── 2021-03-10-git_introduction.markdown
├── 2021-03-17-git_rstudio.markdown
└── 2021-03-24-Rpackagedevelopment.md
├── _site
├── 2015
│ ├── 10
│ │ ├── 14
│ │ │ └── journalClub
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── python
│ │ │ │ └── index.html
│ │ ├── 28
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ └── 07
│ │ │ └── introPython
│ │ │ └── index.html
│ ├── 11
│ │ ├── 18
│ │ │ └── vegan
│ │ │ │ └── index.html
│ │ ├── 25
│ │ │ └── veganwithGavin
│ │ │ │ └── index.html
│ │ └── 04
│ │ │ └── pandas
│ │ │ └── index.html
│ ├── 12
│ │ ├── 16
│ │ │ └── docker
│ │ │ │ └── index.html
│ │ ├── 18
│ │ │ └── holiday
│ │ │ │ └── index.html
│ │ ├── 02
│ │ │ └── reshape2
│ │ │ │ └── index.html
│ │ └── 09
│ │ │ └── Pandas2
│ │ │ └── index.html
│ ├── 04
│ │ ├── 15
│ │ │ └── word
│ │ │ │ └── index.html
│ │ ├── 22
│ │ │ └── introR
│ │ │ │ └── index.html
│ │ └── 29
│ │ │ └── introGit
│ │ │ └── index.html
│ ├── 05
│ │ ├── 13
│ │ │ └── knitr
│ │ │ │ └── index.html
│ │ ├── 19
│ │ │ └── ggplot2
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── workalong
│ │ │ │ └── index.html
│ │ ├── 27
│ │ │ └── loops
│ │ │ │ └── index.html
│ │ ├── 01
│ │ │ └── hackyHour
│ │ │ │ └── index.html
│ │ └── 06
│ │ │ └── word
│ │ │ └── index.html
│ ├── 06
│ │ ├── 10
│ │ │ ├── R_Google
│ │ │ │ └── index.html
│ │ │ └── rstudio-webinar
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── govt-environment
│ │ │ │ └── index.html
│ │ ├── 03
│ │ │ └── R_markdown_JennyBryan
│ │ │ │ └── index.html
│ │ └── 04
│ │ │ └── sprint
│ │ │ └── index.html
│ ├── 07
│ │ ├── 15
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── hackyhour
│ │ │ │ └── index.html
│ │ ├── 02
│ │ │ └── writing_packages
│ │ │ │ └── index.html
│ │ └── 08
│ │ │ └── LatticeVsGgplot2
│ │ │ └── index.html
│ ├── 08
│ │ ├── 12
│ │ │ └── datamunging
│ │ │ │ └── index.html
│ │ ├── 19
│ │ │ └── biomaRt
│ │ │ │ └── index.html
│ │ └── 26
│ │ │ └── tree1
│ │ │ └── index.html
│ └── 09
│ │ ├── 16
│ │ └── journal-club
│ │ │ └── index.html
│ │ ├── 23
│ │ └── coworking
│ │ │ └── index.html
│ │ ├── 30
│ │ └── DiagrammeR
│ │ │ └── index.html
│ │ ├── 02
│ │ └── coworking
│ │ │ └── index.html
│ │ └── 08
│ │ └── heatmap
│ │ └── index.html
├── 2016
│ ├── 10
│ │ ├── 17
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── hackyhour
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ ├── 31
│ │ │ └── knitr
│ │ │ │ └── index.html
│ │ └── 03
│ │ │ └── dplyr
│ │ │ └── index.html
│ ├── 11
│ │ ├── 14
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── markjohnson
│ │ │ │ └── index.html
│ │ ├── 28
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ └── 07
│ │ │ └── coworking
│ │ │ └── index.html
│ ├── 12
│ │ ├── 12
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ └── 16
│ │ │ └── HolidayParty
│ │ │ └── index.html
│ ├── 01
│ │ ├── 11
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ ├── 18
│ │ │ └── pypackages
│ │ │ │ └── index.html
│ │ └── 25
│ │ │ └── coworking
│ │ │ └── index.html
│ ├── 02
│ │ ├── 15
│ │ │ └── pandas
│ │ │ │ └── index.html
│ │ ├── 22
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ ├── 29
│ │ │ └── broom
│ │ │ │ └── index.html
│ │ └── 01
│ │ │ └── rassert
│ │ │ └── index.html
│ ├── 03
│ │ ├── 14
│ │ │ └── cloud
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── CytoscapeWithJulia
│ │ │ │ └── index.html
│ │ └── 07
│ │ │ └── shiny
│ │ │ └── index.html
│ ├── 04
│ │ ├── 11
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ ├── 18
│ │ │ └── pyplot
│ │ │ │ └── index.html
│ │ ├── 25
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ └── 04
│ │ │ └── GuestSpeaker
│ │ │ └── index.html
│ ├── 05
│ │ ├── 20
│ │ │ └── pandas
│ │ │ │ └── index.html
│ │ └── 27
│ │ │ └── ggplot2
│ │ │ └── index.html
│ ├── 06
│ │ ├── 10
│ │ │ └── stringr
│ │ │ │ └── index.html
│ │ ├── 17
│ │ │ └── network
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── linear-regression
│ │ │ │ └── index.html
│ │ └── 03
│ │ │ └── coworking
│ │ │ └── index.html
│ ├── 07
│ │ ├── 15
│ │ │ └── numerical
│ │ │ │ └── index.html
│ │ ├── 22
│ │ │ └── knitr
│ │ │ │ └── index.html
│ │ ├── 29
│ │ │ ├── hackyhour
│ │ │ │ └── index.html
│ │ │ └── remake
│ │ │ │ └── index.html
│ │ └── 08
│ │ │ └── lm-glm
│ │ │ └── index.html
│ ├── 08
│ │ ├── 12
│ │ │ └── purrr
│ │ │ │ └── index.html
│ │ ├── 19
│ │ │ └── tidyr
│ │ │ │ └── index.html
│ │ ├── 26
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ └── 05
│ │ │ └── dplyr
│ │ │ └── index.html
│ └── 09
│ │ ├── 12
│ │ └── Git-together
│ │ │ └── index.html
│ │ ├── 19
│ │ └── ggplot2
│ │ │ └── index.html
│ │ └── 26
│ │ └── AdvancedR
│ │ └── index.html
├── 2017
│ ├── 01
│ │ ├── 11
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ ├── 18
│ │ │ └── coworking
│ │ │ │ └── index.html
│ │ └── 25
│ │ │ └── Project
│ │ │ └── index.html
│ ├── 02
│ │ ├── 15
│ │ │ └── dplyr
│ │ │ │ └── index.html
│ │ ├── 22
│ │ │ └── Project
│ │ │ │ └── index.html
│ │ └── 01
│ │ │ └── Project
│ │ │ └── index.html
│ ├── 03
│ │ ├── 15
│ │ │ └── tidyR
│ │ │ │ └── index.html
│ │ ├── 22
│ │ │ └── Project
│ │ │ │ └── index.html
│ │ ├── 29
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ └── 08
│ │ │ └── advancedR
│ │ │ └── index.html
│ ├── 04
│ │ ├── 12
│ │ │ └── ggplot2
│ │ │ │ └── index.html
│ │ ├── 19
│ │ │ └── Project
│ │ │ │ └── index.html
│ │ └── 26
│ │ │ └── advancedR
│ │ │ └── index.html
│ ├── 05
│ │ ├── 10
│ │ │ └── regex
│ │ │ │ └── index.html
│ │ ├── 17
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── advancedR
│ │ │ │ └── index.html
│ │ ├── 31
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ └── 03
│ │ │ └── Project
│ │ │ └── index.html
│ └── 06
│ │ ├── 01
│ │ └── mozilla-global-sprint
│ │ │ └── index.html
│ │ └── 07
│ │ └── work-along
│ │ └── index.html
├── 2018
│ ├── 10
│ │ ├── 10
│ │ │ └── data-transformation
│ │ │ │ └── index.html
│ │ ├── 17
│ │ │ └── oo-field
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── time-series-Julia
│ │ │ │ └── index.html
│ │ ├── 31
│ │ │ └── EDA
│ │ │ │ └── index.html
│ │ └── 03
│ │ │ └── work-a-long
│ │ │ └── index.html
│ ├── 11
│ │ ├── 14
│ │ │ └── work-a-long
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── shiny-in-R
│ │ │ │ └── index.html
│ │ ├── 28
│ │ │ └── r-markdown
│ │ │ │ └── index.html
│ │ └── 07
│ │ │ └── data-structures
│ │ │ └── index.html
│ ├── 06
│ │ ├── 14
│ │ │ └── intro-R
│ │ │ │ └── index.html
│ │ ├── 21
│ │ │ └── workalong
│ │ │ │ └── index.html
│ │ ├── 28
│ │ │ └── NSE
│ │ │ │ └── index.html
│ │ └── 07
│ │ │ └── planning-session
│ │ │ └── index.html
│ ├── 07
│ │ ├── 12
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ ├── 19
│ │ │ └── spatialR
│ │ │ │ └── index.html
│ │ ├── 26
│ │ │ └── ggplot2
│ │ │ │ └── index.html
│ │ └── 05
│ │ │ └── tidyR
│ │ │ └── index.html
│ ├── 08
│ │ ├── 16
│ │ │ └── regular-expressions
│ │ │ │ └── index.html
│ │ ├── 23
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ ├── 30
│ │ │ └── plotly
│ │ │ │ └── index.html
│ │ ├── 02
│ │ │ └── work-along
│ │ │ │ └── index.html
│ │ └── 09
│ │ │ └── learn_remote_computing_with_compute_canada
│ │ │ └── index.html
│ └── 09
│ │ ├── 12
│ │ └── planning
│ │ │ └── index.html
│ │ ├── 19
│ │ └── data-viz
│ │ │ └── index.html
│ │ └── 26
│ │ └── functions
│ │ └── index.html
├── 2019
│ ├── 01
│ │ ├── 16
│ │ │ └── brainstorming
│ │ │ │ └── index.html
│ │ └── 23
│ │ │ └── dplyr-planning
│ │ │ └── index.html
│ ├── 03
│ │ ├── 13
│ │ │ └── eda
│ │ │ │ └── index.html
│ │ ├── 20
│ │ │ └── machineLearning
│ │ │ │ └── index.html
│ │ └── 27
│ │ │ └── workalong
│ │ │ └── index.html
│ ├── 04
│ │ ├── 10
│ │ │ └── workalong
│ │ │ │ └── index.html
│ │ ├── 17
│ │ │ └── iteration-purrr
│ │ │ │ └── index.html
│ │ ├── 24
│ │ │ └── workalong
│ │ │ │ └── index.html
│ │ └── 03
│ │ │ └── julia
│ │ │ └── index.html
│ └── 05
│ │ ├── 15
│ │ └── endofyear
│ │ │ └── index.html
│ │ ├── 01
│ │ └── workalong
│ │ │ └── index.html
│ │ └── 08
│ │ └── nse
│ │ └── index.html
├── LICENSE
├── README.md
├── admin.md
├── codeOfConduct.md
├── css
│ └── font-awesome
│ │ ├── css
│ │ ├── font-awesome.css
│ │ └── font-awesome.min.css
│ │ └── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ └── fontawesome-webfont.woff
├── feed.xml
├── img
│ ├── ScienceLabSticker.ai.png
│ ├── about
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ └── 4.jpg
│ ├── header-bg.jpg
│ ├── logos
│ │ ├── aetuts.jpg
│ │ ├── creative-market.jpg
│ │ ├── designmodo.jpg
│ │ ├── envato.jpg
│ │ ├── microlancer.jpg
│ │ ├── themeforest.jpg
│ │ └── wordpress.jpg
│ ├── map-image.png
│ ├── portfolio
│ │ ├── dreams-thumbnail.png
│ │ ├── dreams.png
│ │ ├── escape-thumbnail.png
│ │ ├── escape.png
│ │ ├── golden-thumbnail.png
│ │ ├── golden.png
│ │ ├── roundicons-thumbnail.png
│ │ ├── roundicons.png
│ │ ├── startup-framework-thumbnail.png
│ │ ├── startup-framework.png
│ │ ├── treehouse-thumbnail.png
│ │ └── treehouse.png
│ └── team
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ └── 3.jpg
├── index.html
├── js
│ ├── agency.js
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ ├── cbpAnimatedHeader.js
│ ├── cbpAnimatedHeader.min.js
│ ├── classie.js
│ ├── contact_me.js
│ ├── jqBootstrapValidation.js
│ ├── jquery-1.11.0.js
│ └── jquery.easing.min.js
├── lessons
│ ├── 20190417_map
│ │ ├── genes_treatment1_vs_ctrl.csv
│ │ ├── genes_treatment2_vs_ctrl.csv
│ │ ├── map_lesson_20190417.R
│ │ └── map_lesson_master.R
│ ├── Data_Structures
│ │ ├── README.md
│ │ └── cheat_sheet_data_structures.R
│ ├── NSE
│ │ ├── NSE_20180628.Rmd
│ │ ├── NSE_20180628.html
│ │ └── README.md
│ ├── computecanada
│ │ ├── Amino_Acid_Select.R
│ │ ├── Example_slurm.sh
│ │ ├── graham_access.sh
│ │ ├── lessonplan.txt
│ │ └── seqinr_3.4-5.tar.gz
│ ├── dplyr
│ │ └── lesson.md
│ ├── dplyr_tutorial_lesson_20190123.R
│ ├── ggplot2
│ │ ├── ggplot lesson June 26 2018
│ │ └── lesson.md
│ ├── intro-r-tidyverse
│ │ ├── LICENSE.md
│ │ ├── data
│ │ │ └── README.md
│ │ └── tidy-verse-intro.md
│ ├── lab3
│ │ ├── imgs
│ │ │ ├── chunk_options.jpeg
│ │ │ ├── chunk_setup.png
│ │ │ ├── code_chunk.png
│ │ │ ├── create_gh_document.png
│ │ │ ├── create_ioslides_presentation.png
│ │ │ ├── create_markdown.png
│ │ │ ├── create_pdf_document.png
│ │ │ ├── create_xaringan_presentation.png
│ │ │ ├── enable_gh-pages.png
│ │ │ ├── knit_button.png
│ │ │ ├── menu0.png
│ │ │ ├── menu1.png
│ │ │ └── play.png
│ │ └── lab3.Rmd
│ ├── loops
│ │ └── loops.md
│ ├── template
│ │ └── lesson.md
│ └── tidyR
│ │ ├── DataAnalysis.png
│ │ ├── README.md
│ │ ├── The_Fellowship_Of_The_Ring.csv
│ │ ├── The_Return_Of_The_King.csv
│ │ ├── The_Two_Towers.csv
│ │ ├── example.csv
│ │ ├── lesson.Rmd
│ │ ├── lesson.md
│ │ ├── lesson_files
│ │ └── figure-markdown_github
│ │ │ ├── unnamed-chunk-10-1.png
│ │ │ ├── unnamed-chunk-11-1.png
│ │ │ └── unnamed-chunk-9-1.png
│ │ ├── lotr_tidy.csv
│ │ ├── tidy_lotr.PNG
│ │ └── untidy_lotr.png
├── mail
│ └── contact_me.php
├── scripts
│ └── updateCalendar.py
├── studyGroup.Rproj
└── style.css
├── admin.md
├── codeOfConduct.md
├── css
└── font-awesome
│ ├── css
│ ├── font-awesome.css
│ └── font-awesome.min.css
│ └── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ └── fontawesome-webfont.woff
├── feed.xml
├── img
├── ScienceLabSticker.ai.png
├── about
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 3.jpg
│ └── 4.jpg
├── header-bg.jpg
├── logos
│ ├── aetuts.jpg
│ ├── creative-market.jpg
│ ├── designmodo.jpg
│ ├── envato.jpg
│ ├── microlancer.jpg
│ ├── themeforest.jpg
│ └── wordpress.jpg
├── map-image.png
├── portfolio
│ ├── dreams-thumbnail.png
│ ├── dreams.png
│ ├── escape-thumbnail.png
│ ├── escape.png
│ ├── golden-thumbnail.png
│ ├── golden.png
│ ├── roundicons-thumbnail.png
│ ├── roundicons.png
│ ├── startup-framework-thumbnail.png
│ ├── startup-framework.png
│ ├── treehouse-thumbnail.png
│ └── treehouse.png
└── team
│ ├── 1.jpg
│ ├── 2.jpg
│ └── 3.jpg
├── index.html
├── js
├── agency.js
├── bootstrap.js
├── bootstrap.min.js
├── cbpAnimatedHeader.js
├── cbpAnimatedHeader.min.js
├── classie.js
├── contact_me.js
├── jqBootstrapValidation.js
├── jquery-1.11.0.js
└── jquery.easing.min.js
├── lessons
├── 20150521
│ └── lesson.md
├── 20150528
│ └── loops.md
├── 20180614
│ ├── LICENSE.md
│ ├── data
│ │ └── README.md
│ └── tidy-verse-intro.md
├── 20180621
│ ├── ggplot lesson June 26 2018
│ └── lesson.md
├── 20180628
│ ├── NSE_20180628.Rmd
│ ├── NSE_20180628.html
│ └── README.md
├── 20180705
│ ├── DataAnalysis.png
│ ├── README.md
│ ├── The_Fellowship_Of_The_Ring.csv
│ ├── The_Return_Of_The_King.csv
│ ├── The_Two_Towers.csv
│ ├── example.csv
│ ├── lesson.Rmd
│ ├── lesson.md
│ ├── lesson_files
│ │ └── figure-markdown_github
│ │ │ ├── unnamed-chunk-10-1.png
│ │ │ ├── unnamed-chunk-11-1.png
│ │ │ └── unnamed-chunk-9-1.png
│ ├── lotr_tidy.csv
│ ├── tidy_lotr.PNG
│ └── untidy_lotr.png
├── 20180809
│ ├── Amino_Acid_Select.R
│ ├── Example_slurm.sh
│ ├── graham_access.sh
│ ├── lessonplan.txt
│ └── seqinr_3.4-5.tar.gz
├── 20181108
│ ├── README.md
│ └── cheat_sheet_data_structures.R
├── 20181129
│ ├── imgs
│ │ ├── chunk_options.jpeg
│ │ ├── chunk_setup.png
│ │ ├── code_chunk.png
│ │ ├── create_gh_document.png
│ │ ├── create_ioslides_presentation.png
│ │ ├── create_markdown.png
│ │ ├── create_pdf_document.png
│ │ ├── create_xaringan_presentation.png
│ │ ├── enable_gh-pages.png
│ │ ├── knit_button.png
│ │ ├── menu0.png
│ │ ├── menu1.png
│ │ └── play.png
│ └── lab3.Rmd
├── 20190123
│ └── dplyr_tutorial_lesson_20190123.R
├── 20190417
│ ├── genes_treatment1_vs_ctrl.csv
│ ├── genes_treatment2_vs_ctrl.csv
│ ├── map_lesson_20190417.R
│ └── map_lesson_master.R
├── 20191002
│ ├── alternatePlotting_20191002.Rmd
│ └── alternatePlotting_20191002.html
├── 20191030
│ ├── 20191029_functions.Rmd
│ └── 20191029_functions.html
├── 20191113
│ ├── IterationInR_lesson.R
│ ├── IterationInR_master.R
│ ├── genes_treatment1_vs_ctrl.csv
│ └── genes_treatment2_vs_ctrl.csv
├── 20191120
│ ├── benchmarks.svg
│ └── julia.ipynb
├── 20200122
│ ├── intro_rmd_fromSession.Rmd
│ ├── rmarkdown_lesson.Rmd
│ └── rmarkdown_lesson.html
├── 20200205
│ ├── 20200205_rstudioconf2020.Rmd
│ └── 20200205_rstudioconf2020.html
├── 20200212
│ └── wellKeptWednesday.R
├── 20200226
│ ├── data
│ │ ├── 2019Sep26_algae_alaska.xlsx
│ │ └── 2019Sep26_algae_bc.xlsx
│ ├── leaflet_intro_notes.Rmd
│ └── leaflet_intro_notes.html
├── 20210113
│ ├── drawing.png
│ ├── rmarkdown_lesson.Rmd
│ ├── rmarkdown_lesson.html
│ └── rmd_screenshot.png
├── 20210127
│ ├── alternatePlotting_20210127.Rmd
│ └── alternatePlotting_20210127.html
├── 20210203
│ ├── workshop.Rmd
│ └── workshop.html
├── 20210210
│ ├── 20210210_functions.Rmd
│ ├── 20210210_functions.html
│ ├── 20210210_lesson.R
│ └── new_plot.jpg
├── 20210224
│ └── ShinyDemoApp
│ │ ├── app.R
│ │ ├── data
│ │ ├── bcl-data.csv
│ │ └── shiny-runapp.png
│ │ ├── images
│ │ ├── shiny-addinputs.png
│ │ ├── shiny-addplot.png
│ │ ├── shiny-inputs.png
│ │ ├── shiny-layout.png
│ │ ├── shiny-runapp.png
│ │ └── shiny-stopapp.png
│ │ ├── lesson.Rmd
│ │ └── lesson.md
├── 20210303
│ ├── 20210303_iteration_v2.Rmd
│ ├── 20210303_iteration_v2.html
│ ├── lesson_script.R
│ └── slide_38.jpg
├── 20210310
│ ├── basic_git_workflow.png
│ ├── basic_git_workflow2.png
│ ├── expanded_git_workflow.png
│ ├── git_branches.png
│ ├── introduction_to_git.Rmd
│ ├── introduction_to_git.md
│ └── rstudio_git_pane.png
├── 20210317
│ └── lesson.md
├── 20210324
│ ├── .RData
│ ├── .Rhistory
│ ├── Packages_Lesson.Rmd
│ ├── package_state.png
│ └── samplePackage
│ │ ├── .Rbuildignore
│ │ ├── .Rhistory
│ │ ├── .gitignore
│ │ ├── CODE_OF_CONDUCT.md
│ │ ├── DESCRIPTION
│ │ ├── LICENSE
│ │ ├── LICENSE.md
│ │ ├── NAMESPACE
│ │ ├── R
│ │ └── sample_class.R
│ │ ├── README.Rmd
│ │ ├── README.md
│ │ ├── man
│ │ └── figures
│ │ │ └── README-pressure-1.png
│ │ ├── samplePackage.Rproj
│ │ ├── tests
│ │ ├── testthat.R
│ │ └── testthat
│ │ │ └── test-sample_class.R
│ │ └── vignettes
│ │ ├── .gitignore
│ │ └── my-vignette.Rmd
├── 20210331
│ ├── README.md
│ ├── data
│ │ ├── EDAWR_cases.csv
│ │ ├── EDAWR_storms.csv
│ │ ├── The_Fellowship_Of_The_Ring.csv
│ │ ├── The_Return_Of_The_King.csv
│ │ ├── The_Two_Towers.csv
│ │ └── lotr_tidy.csv
│ ├── lesson.Rmd
│ ├── lesson.md
│ └── www
│ │ ├── DataAnalysis.png
│ │ ├── tidy_lotr.png
│ │ └── untidy_lotr.png
├── README.md
└── template
│ └── lesson.md
├── mail
└── contact_me.php
├── scripts
└── updateCalendar.py
├── studyGroup.Rproj
└── style.css
/.gitignore:
--------------------------------------------------------------------------------
1 | **/.DS_Store
2 | .Rproj.user/
3 | README.html
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | #Setup ~~~
2 | #Follow these 2 steps to set up your site.
3 |
4 | #Step 1: change YourUserName to the user name you chose on GitHub:
5 | user: UBC-R-Study-group
6 |
7 | #Step 2: give your study group a name and a short description:
8 | title: R Study Group
9 |
10 | description: "A study group."
11 |
12 | #Step 2: press the green 'Commit Changes' button at the bottom of this page.
13 |
14 | # That's it, your website is all set up!
15 | # You can see it at https://YourUserName.github.io/studyGroup/
16 | # No need to change anything below this line.
17 | # To make your first event, check out the instructions at https://github.com/mozillascience/studyGroup#how-to-launch-a-new-event
18 | # Having trouble? Open a new issue at https://github.com/mozillascience/studyGroup/issues and we'll help you out ASAP!
19 |
20 | # Optional Configuration
21 | # None of these things need to be changed - but feel free!
22 |
23 | titleBackground: "https://s3-us-west-2.amazonaws.com/webmaker-kits/learning%402x.jpg"
24 | headlineSmall: "Welcome To Our Study Group!"
25 | headlineMain: "Let's Work Together"
26 |
27 | # Setup Google Calendar
28 | # Usage:
29 | # 1. create a new google account
30 | # 2. change 'USER' in the example urls below to the username of the google account you made for your calendar
31 | # 3. set calendar_on: True.
32 |
33 | calendar_on: TRUE
34 | calendar_embed_url: "https://www.google.com/calendar/embed?src=minisciencegirl@gmail.com"
35 | calendar_ical_url: "https://www.google.com/calendar/ical/minisciencegirl@gmail.com/public/basic.ics"
36 |
37 |
38 | #========================================
39 | # No touching anything below this line :)
40 | #========================================
41 | # Color settings (hex-codes without the leading hash-tag)
42 | color:
43 | primary: fed136
44 | secondary: fec503
45 | secondary-dark: 333
46 |
47 | # Build settings
48 | markdown: kramdown
49 | permalink: pretty
50 | future: true
51 |
--------------------------------------------------------------------------------
/_data/members.yml:
--------------------------------------------------------------------------------
1 | - name: Travis Blimkie (co-organizer)
2 | affiliation: UBC - REW Hancock Lab
3 | github: travis-m-blimkie
4 | interests:
5 | - Bioinformatics
6 | - Shiny apps and packages
7 | - Teaching R
8 |
9 | - name: Jeremy Fan (co-organizer)
10 | affiliation: UBC - MSc Student, Jones Lab
11 | gituhub: zhemingfan
12 | interests:
13 | - Bioinformatics
14 | - Cancer genomics
15 | - R vs Python debates
16 |
17 | - name: Abhinav Checkervarty (PhD student)
18 | affiliation: UBC - Department of Experimental Medicine
19 | gituhub: abhi8138
20 | interests:
21 | - Bioinformatics
22 | - Machine learning
23 | - Software and tool development
24 |
25 |
--------------------------------------------------------------------------------
/_includes/clients.html:
--------------------------------------------------------------------------------
1 |
2 |
14 |
--------------------------------------------------------------------------------
/_includes/contact.html:
--------------------------------------------------------------------------------
1 | Come Say Hi
6 | We use GitHub to get coding help, talk about events and share files. Join us there!
7 |
Share your favorite coding skills and tools with your friends and colleagues in friendly, no-pressure work-alongs.
18 |Get together to work on your coding projects, help each other out and share your work.
26 |Meet new people in your field, organization or community - and find out what we can do when we work together.
34 |{{ member.affiliation }}
33 | {% if member.interests %} 34 | Interests: 35 |subscribe via RSS
19 | 20 |