sample_to_mir_heatmap | R Documentation |
Warning : requires metadata to have "condition" and "project_name" entries
sample_to_mir_heatmap(
dds,
deseq_transformation,
cluster_cols = T,
condition_list = "conditions",
scale = "row",
title = "Project"
)
dds |
Normalized DESeq dataset |
deseq_transformation |
DESeq transformation (e.g. normTransform(dds)) |
cluster_cols |
boolean values determining if columns should be clustered or hclust object |
condition_list |
a string vector describing the different conditions |
scale |
character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. Corresponding values are "row", "column" and "none" |
title |
title to add to the plot, default : "Project" |
pheatmap heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.