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
I've made a Python package that provides ~800k transcripts (both RefSeq and Ensembl) for PyHGVS
https://github.com/SACGF/cdot
You can either download a JSON.gz file, or use a REST service. To use it:
from cdot.pyhgvs.pyhgvs_transcript import JSONPyHGVSTranscriptFactory, RESTPyHGVSTranscriptFactory factory = RESTPyHGVSTranscriptFactory() # factory = JSONPyHGVSTranscriptFactory(["./cdot-0.2.1.refseq.grch38.json.gz"]) # Uses local JSON file pyhgvs.parse_hgvs_name(hgvs_c, genome, get_transcript=factory.get_transcript_grch37)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've made a Python package that provides ~800k transcripts (both RefSeq and Ensembl) for PyHGVS
https://github.com/SACGF/cdot
You can either download a JSON.gz file, or use a REST service. To use it:
The text was updated successfully, but these errors were encountered: