Plots histograms of summed TCR distances by cluster for each assay in a Seurat object.

TCRDistanceHistograms(seuratObj_TCR = NULL, assayList = NULL, resolution = 0.1)

Arguments

seuratObj_TCR

A Seurat object with TCR distance assay data.

assayList

Character vector of assays to plot. Default is NULL (all assays).

resolution

Numeric clustering resolution matching metadata column suffix.

Value

Returns the patchwork object containing the TCR distance histograms.

Examples

if (FALSE) { # \dontrun{
TCRDistanceHistograms(
  seuratObj_TCR = seuratObj,
  assayList = NULL,
  resolution = 0.1
)
} # }