qc_heatmap | R Documentation |
Generate visualisations of raw data
qc_heatmap( dds, pc_x = 1, pc_y = 2, family = "norm", title = "QC Visualisation", header = "\n\n##", param, caption = print )
dds |
The DESeq2::DESeqDataSet object |
pc_x |
The default choice for which principal component to plot on the x axis |
pc_y |
The default choice for which principal component to plot on the y axis |
family |
Choice of PCA method |
title |
Data Visualisation |
header |
The markdown prefix that should precede any section |
param |
A parameter-set |
caption |
The function to use to create captions |
Plot heatmaps of the raw data, along with plots of the samples projected onto various slices of the PCA space.
A list (invisible) of ggplot2 objects
Gavin Kelly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.