plot_dist | R Documentation |
Plot sample distances using rlog or other counts.
plot_dist(
rld,
intgroup,
col_name,
palette = "RdYlBu",
reverse_pal = FALSE,
diagNA = TRUE,
border = NA,
fontsize = 10,
...
)
rld |
a matrix or DESeqTransform with assay slot |
intgroup |
one or more column names in colData(rld) for pheatmap |
col_name |
Column name in 'colData(rld)' for labels, default is sample IDs in colnames(rld) |
palette |
a color palette name or vector of colors |
reverse_pal |
reverse the color palette |
diagNA |
set the diagonal to NA, default TRUE |
border |
pheatmap border color, default none |
fontsize |
x and yaxis font size |
... |
Additional options like colors passed to |
A pheatmap
Chris Stubben
plot_dist(pasilla$rlog, c("condition", "type"), na_col="white")
plot_dist(pasilla$rlog, c("condition", "type"), palette="Blues", diagNA=FALSE, reverse=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.