-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make pairsio.py to read (and, in the future, write) .pairs files #195
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Additional dataframe with chromosome sizes, if different from regions. | ||
dist_range : tuple of int, optional | ||
The range of distances to calculate the scaling curve. Default is (10, 1000000000). | ||
n_dist_bins : int, optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to be updated to n_dist_bins_decade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, sure! can i update it after merging? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
the indended changes in parseio are complete. In parallel, I've discovered pretty nasty (but yet minor) inconsistencies in the scaling API. |
Also, change the API of a couple of functions in scalings.py:
calculate_scalings(n_dist_bins -> n_dist_bins_decade)
norm_scaling(norm_window)