Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 91a5580
Author: Neelanjan Mukherjee <nmukherjee@users.noreply.github.com>
Date:   Sun Oct 1 15:56:41 2023 -0600

    update info

commit f0a0617
Author: Neelanjan Mukherjee <nmukherjee@users.noreply.github.com>
Date:   Sun Oct 1 15:50:55 2023 -0600

    add rnaseq intro

    add rnaseq intro

commit 6933aec
Author: Jay Hesselberth <jay.hesselberth@cuanschutz.edu>
Date:   Tue Sep 26 07:28:25 2023 -0600

    styler

commit 5d83e6f
Author: Jay Hesselberth <jay.hesselberth@cuanschutz.edu>
Date:   Tue Sep 26 07:27:27 2023 -0600

    update renv

commit 12681b7
Author: Jay Hesselberth <jay.hesselberth@cuanschutz.edu>
Date:   Tue Sep 26 07:10:58 2023 -0600

    fixups

commit f16855b
Author: Jay Hesselberth <jay.hesselberth@cuanschutz.edu>
Date:   Tue Sep 26 06:53:47 2023 -0600

    port DE exercises

commit afe5988
Author: Jay Hesselberth <jay.hesselberth@cuanschutz.edu>
Date:   Tue Sep 26 05:57:40 2023 -0600

    Port RNA-seq lecture material over

    Lectures from TalioferroLab/teaching are converted to exercises here.

    Need to generate slide material based on subset of lectures.
  • Loading branch information
nmukherjee committed Oct 1, 2023
1 parent edc0a0f commit 67d9652
Show file tree
Hide file tree
Showing 84 changed files with 1,713 additions and 64 deletions.
14 changes: 14 additions & 0 deletions _freeze/exercises/ex-22/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"hash": "a265f2b802dbddd5f42560553b4b5757",
"result": {
"markdown": "---\ntitle: \"ex 22\"\nsubtitle: \"RNA-sequencing intro\"\nauthor: \"Neelanjan Mukherjee\"\n---\n\n\n\n\n\n## Examine count data {.smaller}\n\n\n::: {.cell output-location='column-fragment'}\n\n```{.r .cell-code}\nd <- read_csv(here(\"data\",\"unfilt_counts.csv.gz\")) |> as.matrix()\n\n\ndf <- tibble(variance=??,\n mean=??)\n\nggplot(??) +\n geom_point(aes(x=??, y=??)) + \n scale_y_log10(limits = c(1,1e9)) +\n scale_x_log10(limits = c(1,1e9)) +\n geom_abline(intercept = 0, slope = 1, color=\"red\") +\n theme_cowplot()\n```\n:::\n\n\n## estimateSizeFactors {.smaller}\n\n\n\n::: {.cell output-location='fragment'}\n\n```{.r .cell-code}\nd <- read_csv(here(\"data\",\"unfilt_counts.csv.gz\")) |> as.matrix()\n\n# estimate size factors\n```\n:::\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
2 changes: 1 addition & 1 deletion _freeze/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

Binary file modified _freeze/slides/slides-10/figure-html/simulate monty-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-21-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-26-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/slides/slides-14/figure-html/unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions _freeze/slides/slides-22/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ website:
text: "Bootcamp resources"
- href: resources/block-dna-resources.qmd
text: "DNA Block resources"
- href: resources/block-rna-resources.qmd
text: "RNA Block resources"

- text: "---"
- section: "Assignments"
Expand Down
Binary file added data/unfilt_counts.csv.gz
Binary file not shown.
552 changes: 552 additions & 0 deletions exercises/_ex-23.qmd

Large diffs are not rendered by default.

Loading

0 comments on commit 67d9652

Please sign in to comment.