forked from elsayed-lab/manuscript-shared-rnaseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parent.Rmd
53 lines (36 loc) · 800 Bytes
/
parent.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: "Example Differential Expression Manuscript"
---
```{r child='Rmd/init/header_de.Rmd'}
```
```{r child='analysis_settings_v1.0.Rmd'}
```
```{r child='Rmd/init/load_settings_de.Rmd'}
```
Methods
=======
```{r child='Rmd/init/load_counts.Rmd'}
```
```{r child='Rmd/init/load_host_annotations.Rmd'}
```
```{r child='Rmd/init/create_expression_set.Rmd'}
```
```{r child='Rmd/main/filter_counts.Rmd'}
```
```{r child='Rmd/main/gene_visualization.Rmd'}
```
```{r child='Rmd/main/data_prep_de.Rmd'}
```
```{r child='Rmd/main/differential_expression.Rmd'}
```
```{r child='Rmd/results/go_enrichment_de.Rmd'}
```
```{r child='Rmd/results/kegg_enrichment_de.Rmd'}
```
```{r child='Rmd/results/save_output_de.Rmd'}
```
Version Information
===================
```{r}
sessionInfo()
```