getSequencingBiasgetSequencingBias takes the output of peak calling with
callOpenTiles and creates sample-tile matrices containing the signal
intensity at each tile.
getSequencingBias(
SampleTileObj,
cellPopulations = "all",
cellPopulation,
groupColumn,
foreground,
background,
verbose = TRUE
)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.
A string denoting the cell population of interest
The column containing sample group labels
The foreground group of samples for differential comparison
The background group of samples for differential comparison
Set TRUE to display additional messages. Default is FALSE.