HeatMap_SDAScore_Thr: This function generates a Heatmap of thresholding SDA score

View source: R/Visualizations_SDA.R

HeatMap_SDAScore_ThrR Documentation

This function generates a Heatmap of thresholding SDA score

Description

This function generates a Heatmap of thresholding SDA score

Usage

HeatMap_SDAScore_Thr(
  SDAscore,
  Meta = NULL,
  GT = T,
  CutThresh = 0,
  clustering_method = "ward.D2"
)

Arguments

SDAscore

vector of SDA score

Meta

a meta vector or NULL

GT

if T greater than

CutThresh

Cut the score based on threshold .

Value

A ggplot object representing the loadings along genomic coordinates.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.