qc_cor_heatmap | R Documentation |
This function uses the 'cor' function to find correlations between the sample CPM's and then plots a heatmap of these
qc_cor_heatmap(gimap_dataset)
gimap_dataset |
The special gimap_dataset from the 'setup_data' function which contains the transformed data |
'sample_cor_heatmap' a pheatmap
## Not run:
gimap_dataset <- get_example_data("gimap")
qc_cor_heatmap(gimap_dataset)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.