Entering edit mode
Using the same commands, and session information as C: ChIPQC without peak calls, I encounter the below error upon attempting to run: ChIPQCreport(experiment, facet=F)
Saving 7 x 7 in image
Error: Faceting variables must have at least one value
Execution halted
How do I correctly disable faceting? I only have a single sample in this case, so there is nothing to facet over. Would it be possible for ChIPQC to automatically detect this case?
Thanks, Tom! I will try that for now.
Hi Tom,
I was wondering if you had an update on a time-line for the next ChIPQC release?
We are currently preparing a publication, which provides a brief protocol to perform ChIP-seq quality control, using ChIPQC. It would be useful for us to be able to provide the standard commands in all instances, obviating a necessity to outline this workaround.
Thanks,
Coby
hi Coby,
I'll check in over the weekend then you shouldn't need the workaround.
I made it easier to generate a report from ChIPQCsample objects as well as fix the 1 sample and facet=F problems.
I just need to fix the updated documentation and I will update you here to let you know it is available in Bioconductor release branch.
best,
tom
Great! Thanks, Tom!
hi Coby,
New release is checked in ChIPQC 1.8.5. Should be available from source now and building tonight.
Here is an example of disabling facets for the report.
data("tamoxifen_QC")
ChIPQCreport(tamoxifen,facet=F)
Let me know if you have any problems.
best,
tom
Thank you!