Description Usage Arguments Value Examples
Given an object of class cAnalysis
or molecularcAnalysis
obtained from a comorbidity analysis,
a heatmap is obtained.
1 2 3 | heatmapPlot(input, selectValue = "score", cutOff = 0.05, npairs = 0,
interactive = FALSE, lowColor = "#0000FF", highColor = "yellow",
verbose = FALSE)
|
input |
A |
selectValue |
By default |
cutOff |
By default |
npairs |
by default |
interactive |
Determines if the output heatmap is interactive or not.
By default the |
lowColor |
Determines the heatmap color for the lowest value.
By default it is set to |
highColor |
Determines the heatmap color for the highest value.
By default it is set to |
verbose |
By default |
warnings |
By default |
A heatmap
1 2 3 4 5 6 7 | load(system.file("extdata", "comorMale.RData", package="comoRbidity"))
htmp <- heatmapPlot( input = comorMale,
selectValue = "score",
cutOff = 0.5,
npairs = 2
)
htmp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.