loosolab / UROPA

Universal RObust Peak Annotator
https://uropa-manual.readthedocs.io/
MIT License
15 stars 6 forks source link

Implemented distribution_plot() and count_plot() #16

Closed Mfkessler closed 1 year ago

Mfkessler commented 2 years ago

First version of plotting functions, written during Hackathon 09.2022

hschult commented 2 years ago

Overall please add some comments to your code. It is a good habit to add a comment every few lines. Always try to write your code in a way that you can easily come back in a few months and understand what you did.