Description Usage Arguments Value Author(s) See Also Examples
This function takes a MAIT object containing information of the significant features in the data and plots 10 heatmaps. 5 diferent p-values (0.05, 0.01, 0.001, 1e-4 and 1e-5) and two clustering distances (euclidean and pearson) are used.
1 | plotHeatmap(MAIT.object=NULL)
|
MAIT.object |
A MAIT-class object where significant features have already been found. |
10 different heatmaps using 5 p-values (0.05, 0.01, 0.001, 1e-4 and 1e-5) and two clustering distances (euclidean and pearson) are created. The plots will be stored as png files in a folder called (working directory)/Heatmaps
Francesc Fernandez, francesc.fernandez.albert@upc.edu
spectralAnova
spectralTStudent
1 2 3 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotHeatmap(MAIT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.