heatmap2 | R Documentation |
Contingence table heatmap of normalized mutual information theory coefficients with the Chi2 p-value. Studied variables can be binary or quantitative.
heatmap2(z)
z |
is the entropy metrics outputs matrix/data frame (computated previously with the loop function) file |
Edouard Lansiaux, Philippe Pierre Pébaÿ
## Entropy outputs coumputation and visualization
### Computation
loop(docs_phenotype_file_1,1,8)
### Visualization on a heatmap
entropy_outputs <- readr::read_csv('entropy_outputs.csv')
heatmap2(entropy_outputs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.