Description Usage Arguments Value See Also
Uses pheatmap function.
This method displays data in the form of colored cells.
It provides direct visualization of the relative levels of individual samples or variables.
Each colored cell on the map corresponds to a concentration value in your data table,
with samples in rows and features/compounds in columns.
You can use heatmap to identify samples/features that are unusually high/low.
1 2 3 4 |
dataSet |
List, data set object generated by |
analSet |
List, containing the results of statistical analysis (can be just an empty list). |
imgName |
Image file name prefix. |
format |
Image format, one of: "png", "tiff", "pdf", "ps", "svg" |
dpi |
Image resolution. |
width |
Image width. |
smplDist |
The distance measure, one of |
clstDist |
The agglomeration method to be used, one of "ward.D", "ward.D2", "single", "complete", "average".
For details: |
colors |
The color contrast. One of |
viewOpt |
View mode, |
hiRes |
If |
sortInx |
If |
var.inx |
Vector of the numbers of plotted features. |
Native analSet with one added $htmap2 element containing:
$htmap2$dist.par - equal smplDist argument value
$htmap2$clust.par - equal clstDist argument value
pheatmap for used statistical function
PlotSubHeatMap for one-factored data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.