An excellent package for DNA methylation data analysis.
Recently I found a potential bug in densityBeanPlot(). The sample name and the assigned color in the output are not correct because of using col = col[o] in the beanplot() in densityBeanPlot(). It worked as expected when I used col = col.
Hey,
An excellent package for DNA methylation data analysis.
Recently I found a potential bug in densityBeanPlot(). The sample name and the assigned color in the output are not correct because of using
col = col[o]
in the beanplot() in densityBeanPlot(). It worked as expected when I usedcol = col
.Thank You!