Skip to content
New issue

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

object 'tickvals' not found.. cannot generate interactive plot in html #13

Open
zhaotao1987 opened this issue Feb 22, 2022 · 0 comments

Comments

@zhaotao1987
Copy link

Hi, I've got the following error saying " object 'tickvals' not found".
I can actually obtain the picture in png format already, but cannot generate an interactive html figure.
Maybe something wrong with related packages?
Thanks very much in advance.
Best, Tao


(base) [zhaot@alice dotplot]$ pafCoordsDotPlotly.R -i hf.genome_flye.minimap2.paf -o hf.genome_flye.minimap2.paf.plot -m 4000 -q 500000 -k 17 -s -t -l -p 20
Warning message:
package ‘ggplot2’ was built under R version 3.6.3
PARAMETERS:
input (-i): hf.genome_flye.minimap2.paf
output (-o): hf.genome_flye.minimap2.paf.plot
minimum query aggregate alignment length (-q): 5e+05
minimum alignment length (-m): 4000
plot size (-p): 20
show horizontal lines (-l): TRUE
number of reference chromosomes to keep (-k): 17
show % identity (-s): TRUE
show % identity for on-target alignments only (-t): TRUE
produce interactive plot (-x): TRUE
reference IDs to keep (-r):

Number of alignments: 107664
Number of query sequences: 3193

After filtering... Number of alignments: 29582
After filtering... Number of query sequences: 993

Error in eval(substitute(expr), data, enclos = parent.frame()) :
  object 'tickvals' not found
Calls: ggplotly ... lapply -> FUN -> with -> with.default -> eval -> eval
No traceback available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant