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
The idea would to create a feature similar to gget search for Ensembl but also for UCSC IDs.
I remember the last time I had to do something similar, in the end I had to do a request to the path below where "{ucsc_id}" would be the ID itself: "https://genome-euro.ucsc.edu/cgi-bin/hgGene?hgg_gene={ucsc_id}&db=hg19"
Links that should help: https://genome.ucsc.edu/goldenPath/help/api.html https://www.biotools.fr/human/ucsc_id_converter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The idea would to create a feature similar to gget search for Ensembl but also for UCSC IDs.
I remember the last time I had to do something similar, in the end I had to do a request to the path below where "{ucsc_id}" would be the ID itself:
"https://genome-euro.ucsc.edu/cgi-bin/hgGene?hgg_gene={ucsc_id}&db=hg19"
Links that should help:
https://genome.ucsc.edu/goldenPath/help/api.html
https://www.biotools.fr/human/ucsc_id_converter
The text was updated successfully, but these errors were encountered: