Skip to content

Commit b62cb0e

Browse files
committed
minor changes to library prep section that Natasha requested, changing functional enrichment chapter to point to workshop learning material rather than the biocommons registration link
1 parent 88ca3e7 commit b62cb0e

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

02-01-ExperimentalPlanning.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,13 @@ Uses of RNAseq data:
205205

206206
The most common type of analysis performed with RNAseq data is differential gene expression (DGE) analysis. This type of analysis looks at the difference in abundance for genes between 2 or more conditions. The conditions should have a suitable control condition that provides a baseline measurement that another condition can be compared against.
207207

208-
(ref:foo11) Image source: [Gene-level differential expression analysis with DESeq2](https://hbctraining.github.io/DGE_workshop_salmon_online/lessons/04a_design_formulas.html)
209-
210-
```{r, echo=FALSE, out.width="100%", fig.align="center", fig.cap ="(ref:foo11)"}
208+
```{r, echo=FALSE, out.width="100%", fig.align="center", fig.cap = "A basic DGE analysis asks which genes have a difference in abundance between two conditions"}
211209
knitr::include_graphics("images/experimental_design/fig_dge.png")
212210
```
213211

214212

215-
```{r, echo=FALSE, out.width="100%", eval=FALSE, include=FALSE}
213+
```{r, echo=FALSE, out.width="100%", eval=FALSE, , fig.cap ="(ref:foo11)", include=FALSE}
214+
# (ref:foo11) Image source: [Gene-level differential expression analysis with DESeq2](https://hbctraining.github.io/DGE_workshop_salmon_online/lessons/04a_design_formulas.html)
216215
# We'll get into this later in the workshop but broadly speaking, we align reads to the genome and then count how many reads map to an annotated gene. This produces a counts table - where the rows are the genes, the columns are samples and the values are the raw counts for that gene for that sample
217216
knitr::include_graphics("https://hbctraining.github.io/Intro-to-rnaseq-hpc-O2/img/count-matrix.png")
218217
```

03-01-LibraryPrep.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ _RNase H:_ This method uses enzymatic destruction of unwanted RNA. RNase H is an
415415
knitr::include_graphics("images/library_prep/Picture20.png")
416416
```
417417

418-
_Targeted amplification/NSR priming:_ Uses a set of random primers computationally depleted for those that bind rRNA or other unwanted transcripts ("not-so-random" or "NSR" primers). The depleted set is used for amplification of your sample, leaving rRNA unamplified. This works very well for ultra-low input samples, but is effective only if the depleted probes match your species’ rRNA. You should check with the vendor to ensure that your sample is compatible with the probe-sets in the kit. For example, NuGen Ovation.
419418

420419
_Abundance-based depletion:_ destroys all highly abundant transcripts. A total RNA library is constructed and converted to dsDNA, including unwanted transcripts. The two strands of each library molecule are denatured and slowly re-hybridised. Highly abundant molecules will form dsDNA more quickly than rarer ones, and a duplex-specific nuclease (DSN) digests dsDNA specifically. Because this is done after library construction, it works well for ultra-low input samples. It’s also sequence-independant, so it works for any species (unlike targeted methods, above). It can also reduce the sequencing requirement for samples that contain other very highly abundant transcripts that are not of interest. This is a double-edged sword: sequence independence means that any high abundance transcripts will be depleted, and sometimes the method must be optimised.
421420

06-01-PostAnalysis.Rmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# Additional Analysis
22

3-
Functional Enrichment: [ Biocommons - Functional Enrichment](https://www.biocommons.org.au/events/funct-enrich)
4-
5-
```{r, echo=FALSE, out.width="100%",}
6-
knitr::include_graphics("images/Functional enrichment mini series.png")
7-
```
3+
[Functional Enrichment workshop learning material](https://monashbioinformaticsplatform.github.io/Functional_Enrichment_BioCommons_2024/)

0 commit comments

Comments
 (0)