Shians / NanoMethViz

https://shians.github.io/NanoMethViz/
Apache License 2.0
23 stars 1 forks source link

Let NanoMethResults use multiple methylation files #18

Open Shians opened 2 years ago

Shians commented 2 years ago

Right now in order to make use of different methylation files, a new methylation tabix file needs to be created with the relevant data. It would be more efficient if paths to multiple methylation files can be stored in the NanoMethResults object.

To implement this, the querying simply needs to be iterated over each file and results combined.