Skip to content

Refactor plotCoverage

Latest
Compare
Choose a tag to compare
@kauralasoo kauralasoo released this 27 Jun 20:02
bcb4dec

Major refactoring of the plotCoverage function to separate data extraction code from the plotting code. plotCoverage is now a wrapper function around extractCoverageData and plotCoverageData functions, both of which are exported from the package. This makes it easier to reuse data extraction code from wiggleplotr and implement custom visualisation on top of that.