View source: R/automated_RNAseq_analysis.R
Omics_overview | R Documentation |
Dendrogram, PCA, and mds
Omics_overview(Count_matrix, heatmap = TRUE)
Count_matrix |
count matrix txt file |
heatmap |
In the case of False, heatmap not shown. |
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
Andrie de Vries and Brian D. Ripley (2020). ggdendro: Create Dendrograms and Tree Diagrams Using 'ggplot2'. R package version 0.1.22. https://CRAN.R-project.org/package=ggdendro
library(rnaseqviewer) data(Row_count_3conditions) write.table(Row_count_3conditions, file = "Row_count_3conditions.txt", sep = "\t", quote = FALSE) ebseq("Row_count_3conditions.txt") Omics_overview("Normalized_count_matrix_from_Row_count_3conditions_Cond1-vs-Cond2-vs-Cond3_EBseq.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.