getIntensityThresholdgetIntensityThreshold takes the output of peak calling with
callOpenTiles and creates sample-tile matrices containing the signal
intensity at each tile.
getIntensityThreshold(
TSAM,
cellPopulations = "all",
type = "mean",
returnPlots = TRUE,
verbose = FALSE
)plot object
a SummarizedExperiment object generated by MOCHA
vector of strings. Cell subsets found in the TSAM, or the word 'All' if all should be used.
string. Describes the type of metric to be used. Options include median or mean.
Boolean. Default is TRUE and returns a plot of
Set TRUE to display additional messages. Default is FALSE.