View source: R/heatmap2F_function.r
This function runs differential gene analysis (linear modeling on normalized counts)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | heatmap.F.4(
dataM,
colors = c("darkblue", "mediumblue", "dodgerblue", "white", "orange", "red",
"darkred"),
colorsaturation = 0.25,
distmethod = "pearson",
clustermethod = "ward.D2",
clusterdim = "row",
cutoffmethod = "depth",
cutoff = 3,
labRow = FALSE,
margins = c(20, 2),
symbreaks = T,
scale = c("none"),
keytitle = "log2 Fold Change",
main = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.