broadinstitute / Drop-seq

Java tools for analyzing Drop-seq data
MIT License
120 stars 34 forks source link

DonorAssignmentQC not emitting plotCommonDonorsFdrDistribution result #441

Open jamesnemesh opened 3 months ago

jamesnemesh commented 3 months ago

DonorAssignmentStandardAnalysis.R has a function plotCommonDonorsFdrDistribution that is called, but it's missing a print statement so the ggplot is not added to the PDF.

Solution: modify plotCommonDonorsFdrDistribution so the last line is print(p) instead of returning the ggplot2 object.