View source: R/correlationheatmap.R
make correlation heatmap function
1 2 | correlation_heatmap(working.dir, figure.dir, simul.data, nsample, topgenes,
AnalysisMethods, rep)
|
working.dir |
Input file location. |
figure.dir |
Figure save location. |
simul.data |
Type of dataset(e.g. KIRC and Bottomly) |
nsample |
Number of samples. Input as a number. |
topgenes |
Number of top significant genes obtained from each methods to estimate rank correlation. |
AnalysisMethods |
DEmethods used for figures. Input as a character vector. (e.g. 'edgeR','edgeR.ql','edgeR.rb','DESeq.pd','DESeq2','voom.tmm','voom.qn','voom.sw','ROTS','BaySeq','PoissonSeq','SAMseq') |
rep |
Number of replication each test contain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.