Closed Yunuuuu closed 2 years ago
By the way, is it necessary to correct batch for the the number of detected features, as I can see in the help page:
If block is specified, batch-corrected averages for each group are computed with `correctGroupSummary`.
Only batch-corrected average value is returned, but the internal code correct both mean
and prop.detected
Hmm, I think the documentation needs to be updated there alright. Thanks again!
when we provide a "block" argument into
plotDots
function, we will lose our original group levelsThis is just a snippet figure, but can let us know the problem (the order of the y axis):
This commit just fix this by providing original levels into the group factor. and same code with the fixed figure is also here: