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
Hi, I'm currently trying to make ideograms for each gene on my panel. However, when iterating through each gene, I keep stumbling on the below error:
"Loading ideogram... Error in errorHandler(responseError) : Too Many Requests"
Is there a way to load the genome locally so it doesn't keep trying to grab it from the server (I presume)?
My command to generate it is as follows:
p.ideo <- Ideogram(genome = "hg38", which = gr, zoom.region = c(ranges(gr)@start, ranges(gr)@start + ranges(gr)@width) , xlabel = T)
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm currently trying to make ideograms for each gene on my panel. However, when iterating through each gene, I keep stumbling on the below error:
"Loading ideogram...
Error in errorHandler(responseError) : Too Many Requests"
Is there a way to load the genome locally so it doesn't keep trying to grab it from the server (I presume)?
My command to generate it is as follows:
p.ideo <- Ideogram(genome = "hg38", which = gr, zoom.region = c(ranges(gr)@start, ranges(gr)@start + ranges(gr)@width) , xlabel = T)
Thanks in advance
The text was updated successfully, but these errors were encountered: