View source: R/rnaseq_helpers.R
Create a heatmap with the provide list of genes
1 | make_heatmap(genes, ddr, gene_key = NULL, ...)
|
genes |
character vector of gene identifers that you wish to plot. ID type must match gene ids in the dds object. |
ddr |
valid DESeqTransform object used to extract the gene expression values. Recommended transform for visualization is the rlog transform. See the DESeq2 vignette for more information. |
gene_key |
a named list of gene symbols with the gene ids as names. Used as a lookup key to replace gene ids with symbols in the plot |
... |
additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.