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
We should require the user to indicate whether the genomic coordinate they are supplying is from GRCh37 or GRCh38
We do not want to accidentally liftover a coordinate that is already in GRCh38. By having the user specify this, we can avoid this occurrence.
Add an assembly parameter to genomic_to_tx_segment
genomic_to_tx_segment
No response
Yes, I can create a PR for this feature.
The text was updated successfully, but these errors were encountered:
jarbesfeld
Successfully merging a pull request may close this issue.
Feature description
We should require the user to indicate whether the genomic coordinate they are supplying is from GRCh37 or GRCh38
Use case
We do not want to accidentally liftover a coordinate that is already in GRCh38. By having the user specify this, we can avoid this occurrence.
Proposed solution
Add an assembly parameter to
genomic_to_tx_segment
Alternatives considered
No response
Implementation details
No response
Potential Impact
No response
Additional context
No response
Contribution
Yes, I can create a PR for this feature.
The text was updated successfully, but these errors were encountered: