We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in an effort to unify handling of regions throughout cooltools/bioframe we should have something like to_ucsc formatter somewhere , shoudn't we ?
to_ucsc
e.g. to avoid code like that: regions.apply(lambda x: "{}:{}-{}".format(*x), axis=1) ...
regions.apply(lambda x: "{}:{}-{}".format(*x), axis=1)
There is something in cooler i believe but should it be in bioframe instead ?
The text was updated successfully, but these errors were encountered:
this should now be in bioframe.core.stringops
Sorry, something went wrong.
No branches or pull requests
in an effort to unify handling of regions throughout cooltools/bioframe we should have something like
to_ucsc
formatter somewhere , shoudn't we ?e.g. to avoid code like that:
regions.apply(lambda x: "{}:{}-{}".format(*x), axis=1)
...There is something in cooler i believe but should it be in bioframe instead ?
The text was updated successfully, but these errors were encountered: