Justin Fear
Justin Fear
Here I try to briefly describe my use case, which I think will become more common. Motivation: With the explosion of sequencing, there are now large number of public datasets....
Thanks @jdidion, that will be super helpful!! Will let you know if I run into any problems.
Sounds interesting, I think it would address the use case. This will only work for pair-end data correct?
Thank you for the quick response. Environment ``` # python 3.6 numpy==1.13.1 seaborn==0.9.0 matplotlib==2.2.3 ``` I would like generate something like this: ```python import numpy as np import seaborn as...
This fixes the problem #37