Michael Jahn
Michael Jahn
Thanks @abelew I will test this asap.
Dear @Jiaquan-Woo , I fully agree, many things about this package are cluttered or outdated. In general, code in this package is highly repetitive and probably not according to today's...
As for all the issues you opened, can you paste the code that led to the respective error messages? Ideally a reproducible example -- if this problem can not be...
Hi Ian, can you provide a reproducible example?
thank you! Do you also happen to have the code chunk you were running that produced this error?
I just assumed the params you used for loading your bam file and I can already confirm the bug with the coordinates. Also strand information seems to get missing. To...
dear @ijhoskins you can use the the latest version from this development branch https://github.com/m-jahn/ggcoverage/tree/bug_fixes and see if it solves your issue. I have tested various fixes with your data and...
Dear @wangxu1990, this is a known bug/phenomenon of plotting many small "bars" (essentially lines) next to each other. The geom_coverage functions do not plot a continuous horizon like graph, but...