You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure all of these directories can be found in uniform locations for "magic files", run the following commands (or similar) to create links (replacing `<date>`):
-[`ComplexHeatmap` and `EnhancedVolcano`](#complexheatmap-and-enhancedvolcano)
24
24
-[Salmon](#salmon)
25
25
26
26
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -111,14 +111,6 @@ Documentation for each of these packages can be accessed by clicking the package
111
111
|[`readr`](https://readr.tidyverse.org/index.html)|[`write_rds()`](https://readr.tidyverse.org/reference/read_rds.html)| Write RDS | Writes data to a .RDS output file |
112
112
|[`dplyr`](https://dplyr.tidyverse.org/)|[`pull()`](https://dplyr.tidyverse.org/reference/pull.html)| Pull | Extracts a variable (column) as a vector |
113
113
114
-
### `ComplexHeatmap`
115
-
116
-
Read the [`ComplexHeatmap` Complete Reference](https://jokergoo.github.io/ComplexHeatmap-reference/book/).
117
-
118
-
| Library/Package | Piece of Code | What it's called | What it does |
|`ComplexHeatmap`|[`Heatmap()`](https://rdrr.io/bioc/ComplexHeatmap/man/Heatmap.html)| Heatmap constructor | Constructs a `Heatmap` class object that can then be used to plot a heatmap |
121
-
|`ComplexHeatmap`|[`HeatmapAnnotation()`](https://rdrr.io/bioc/ComplexHeatmap/man/HeatmapAnnotation.html)| Heatmap annotation constructor | Constructs a `HeatmapAnnotation` class object that can be used to annotate a heatmap |
122
114
123
115
### `matrixStats`
124
116
@@ -129,6 +121,19 @@ Read the [`matrixStats` package documentation (PDF)](https://cran.r-project.org/
129
121
|`matrixStats`|[`rowVars()`](https://www.rdocumentation.org/packages/matrixStats/versions/1.3.0/topics/rowVars)| Row variance | Estimates the variance for each row in a matrix |
130
122
|`matrixStats`|[`rowSds()`](https://search.r-project.org/CRAN/refmans/matrixStats/html/rowSds.html)| Row standard deviations | Estimates the standard deviations for each row in a matrix |
131
123
124
+
<divstyle="page-break-after: always;"></div>
125
+
126
+
### `ComplexHeatmap` and `EnhancedVolcano`
127
+
128
+
Read the [`ComplexHeatmap` Complete Reference](https://jokergoo.github.io/ComplexHeatmap-reference/book/).
129
+
Read the [`EnhancedVolcano` manual](https://bioconductor.org/packages/release/bioc/vignettes/EnhancedVolcano/inst/doc/EnhancedVolcano.html).
130
+
131
+
| Library/Package | Piece of Code | What it's called | What it does |
|`ComplexHeatmap`|[`Heatmap()`](https://rdrr.io/bioc/ComplexHeatmap/man/Heatmap.html)| Heatmap constructor | Constructs a `Heatmap` class object that can then be used to plot a heatmap |
134
+
|`ComplexHeatmap`|[`HeatmapAnnotation()`](https://rdrr.io/bioc/ComplexHeatmap/man/HeatmapAnnotation.html)| Heatmap annotation constructor | Constructs a `HeatmapAnnotation` class object that can be used to annotate a heatmap |
135
+
|`EnhancedVolcano`|[`EnhancedVolcano()`](https://rdrr.io/bioc/EnhancedVolcano/man/EnhancedVolcano.html)| Enhanced volcano plot | Constructs a highly customizable volcano plot with colored and labeled points |
0 commit comments