plotConsensusplotConsensus Extracts the peak reproducibility and generates a
heuristic plots that can be used to determine the reproducibility threshold
used within getSampleTileMatrix.
plotConsensus(
tileObject,
cellPopulations = "All",
groupColumn = NULL,
returnPlotList = FALSE,
returnDFs = FALSE,
numCores = 1
)SampleTileObj the input data structure with added gene annotations.
A MultiAssayExperiment object from callOpenTiles,
the cell populations you want to visualize.
Optional parameter, same as in getSampleTileMatrix, which defines whether you want to plot reproducibility within each
Instead of one plot with all celltypes/conditions, it returns a list of plots for each cell types
Instead of a plot, returns a data.frame of the reproducibility across samples. If set to false, then it plots the data.frame instead of returning it.
Number of cores to multithread over.