This PR updates the logic where we print the metadata(sce)$sample_type info box at the top of the QC report. I'm filing as a Draft since I'm currently testing the code, and will request review once any bugs are squashed.
One question is the relevant placement of boxes. We currently don't have any multiplex libraries from PDX or cell line samples, but if/when we do, the info box about the sample type will be printed before the warning that the library contains multiplex samples. Do we want to move the multiplex warning to be above the sample_type info box?
Stacked on #666 😈
Closes #676
This PR updates the logic where we print the
metadata(sce)$sample_type
info box at the top of the QC report. I'm filing as a Draft since I'm currently testing the code, and will request review once any bugs are squashed.One question is the relevant placement of boxes. We currently don't have any multiplex libraries from PDX or cell line samples, but if/when we do, the info box about the sample type will be printed before the warning that the library contains multiplex samples. Do we want to move the multiplex warning to be above the sample_type info box?