Skip to content

Commit 8e85147

Browse files
authored
Fix typo de_rstudio.md
1 parent 04269bb commit 8e85147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/differential_expression_analysis/de_rstudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ plotCounts(dds_final, gene = "ENSG00000142192")
433433
dev.off()
434434
```
435435

436-
**heatmap**: plot of the normalised counts for all the significant genes obtained with the `pheatmap()` function. The heatmap provides insights into genes and sample relationships that may not be apparent from individual gene plots alone.
436+
- **heatmap**: plot of the normalised counts for all the significant genes obtained with the `pheatmap()` function. The heatmap provides insights into genes and sample relationships that may not be apparent from individual gene plots alone.
437437

438438
```r
439439
#### Heatmap ####

0 commit comments

Comments
 (0)