You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to generate the percentile plot, defined in the graphs.py script. However, I am unsure what the input is, or how to run this script. The inputs for the functions defined in the graphs.py are x, S, Y - and knowing what those represent would be great.
I would appreciate if you could clarify this and provide guidance.
Thank you.
The text was updated successfully, but these errors were encountered:
I added a docstring to the percentile_plot function in graphs.py. The inputs you mention (x, S, Y) are definitely variables that I used extensively when writing this package, but I couldn't find them specifically in the function I just documented.
It looks like you're getting deep into the details of this package. Let me know if you want to chat by zoom sometime; it might just be easier to discuss what you need and which code bits are easiest for me to share - the code for TuBa-seq just keeps continually evolving and its hard to stay atop of everything.
Hi,
I would like to generate the percentile plot, defined in the graphs.py script. However, I am unsure what the input is, or how to run this script. The inputs for the functions defined in the graphs.py are x, S, Y - and knowing what those represent would be great.
I would appreciate if you could clarify this and provide guidance.
Thank you.
The text was updated successfully, but these errors were encountered: