View source: R/Visualizations_SDA.R
HeatMap_SDAScore_Thr | R Documentation |
This function generates a Heatmap of thresholding SDA score
HeatMap_SDAScore_Thr(
SDAscore,
Meta = NULL,
GT = T,
CutThresh = 0,
clustering_method = "ward.D2"
)
SDAscore |
vector of SDA score |
Meta |
a meta vector or NULL |
GT |
if T greater than |
CutThresh |
Cut the score based on threshold . |
A ggplot object representing the loadings along genomic coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.