Make fit_sampleQC tidier
Closed this issue · 1 comments
wmacnair commented
Currently this function is just a blunt list of the models fitted to each sample group.
It would be more useful if the output included:
- list of outliers for all cells
- list of allocated components for all cells
- list of fitted
alpha_j
values for all samples - maybe other stuff
wmacnair commented
Basically done now, with the change to storing as a SingleCellExperiment
object