plotIntensityDistributionplotIntensityDistribution Plots the distribution of sample-tile intensities for a give cell type
plotIntensityDistribution Plots the distribution of sample-tile intensities for a give cell type
plotIntensityDistribution(
TSAM_object,
cellPopulation,
returnDF = FALSE,
density = TRUE
)plotIntensityDistribution(
TSAM_object,
cellPopulation,
returnDF = FALSE,
density = TRUE
)
data.frame or ggplot histogram.
data.frame or ggplot histogram.
SummarizedExperiment from getSampleTileMatrix
Cell type names (assay name) within the TSAM_object
If TRUE, return the data frame without plotting. Default is FALSE.
Boolean to determine whether to plot density or histogram. Default is TRUE (plots density).