wdecoster / cramino

A *fast* tool for BAM/CRAM quality evaluation, intended for long reads
MIT License
124 stars 11 forks source link

Feature: Compute & export data for bivariate plots #22

Closed vejnar closed 7 months ago

vejnar commented 10 months ago

Thanks for developing cramino. It's very fast! The bivariate plots generated by Nanoplot are very useful but the arrow/feather file computed by cramino doesn't have that info. Could it possible to compute, or add, if already available in cramino, the bivariate data to the arrow/feather file? Nanoplot could then be used for plotting only.

wdecoster commented 10 months ago

Which plots, specifically? The arrow file should contain the information to show the length vs accuracy plot. Was that not generated?

vejnar commented 10 months ago

Thanks for your reply. Using the options --arrow and plots kde, I am getting 8 plots, but in addition when running Nanoplot directly on the same BAM file, I got these plots:

Maybe I am missing something, but I am not sure what option of cramino or Nanoplot I could change. I am using the same options for Nanoplot, excluding the --bam vs --arrow options.

Thanks for your help.

wdecoster commented 10 months ago

Right, that is correct. Cramino does not collect all information as NanoPlot does. I have not found the missing plots particularly informative of the experiment performance, is there a specific insight that you do not get from the ones from the cramino arrow file?