TCRDistanceHeatmaps.RdGenerates and displays ComplexHeatmaps of TCR similarity for each assay in a Seurat object.
TCRDistanceHeatmaps(
seuratObj_TCR = NULL,
assayList = NULL,
resolution = 0.1,
annotate_clusters = TRUE,
verbose = FALSE
)A Seurat object containing one or more TCR distance assays.
Character vector of assay names to include. Default is NULL (all assays).
Numeric clustering resolution parameter matching metadata column suffix.
Boolean specifying whether to display clustering information.
Boolean controlling whether to display processing steps. Default is FALSE.
Returns the patchwork object containing ComplexHeatmaps of the TCR distance data.
if (FALSE) { # \dontrun{
TCRDistanceHeatmaps(
seuratObj_TCR = seuratObj,
assayList = NULL,
resolution = 0.1,
annotate_clusters = TRUE,
verbose = TRUE
)
} # }