You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your work on madseq! I ran madseq on a whole exome sequencing sample and for chr7, runMadseq selected LOH as the correct model. However plotMixture() on the object returned by runMadseq fails with the following error:
> plotMixture(child_aneu_chr)
Error in plot.window(...) : need finite 'ylim' values
And from digging around in the code (PlotShow.R) it looks like all of the variables going into determining the y-axis (a1-a4, b1-b4, p1-p4, m1-m3) are all NA; is the s4 object malformed or is the issue in plotMixture()?
Please let me know if I can provide anything else to help debug!
The text was updated successfully, but these errors were encountered:
Hi all,
Thank you so much for your work on madseq! I ran madseq on a whole exome sequencing sample and for chr7, runMadseq selected LOH as the correct model. However plotMixture() on the object returned by runMadseq fails with the following error:
Here's the head of the s4 object:
And from digging around in the code (PlotShow.R) it looks like all of the variables going into determining the y-axis (a1-a4, b1-b4, p1-p4, m1-m3) are all NA; is the s4 object malformed or is the issue in plotMixture()?
Please let me know if I can provide anything else to help debug!
The text was updated successfully, but these errors were encountered: