This is the Gviz development repository. Gviz plots data and annotation information along genomic coordinates.
75
stars
10
forks
source link
Error in grid.Call.graphics(C_xspline, x$x, x$y, x$shape, x$open, x$arrow, : non-finite control point in Xspline #92
Open
emidalla opened 4 months ago
Hello, I have been using for months Gviz v1.46.1 to plot CAGE-seq data.
Recently, I switched to a new dataset and, while running this line of code
plotTracks(list(axis_track, link_track_ds_CAGE, cluster_track_ds_CAGE, tx_track), from = start(plot_region_ds_CAGE), to = end(plot_region_ds_CAGE), chromosome = as.character(seqnames(plot_region_ds_CAGE)))
I got the following error:
The only difference, between the two examined datasets, is represented by the 'link_track_ds_CAGE' and 'cluster_track_ds_CAGE' objects.
These are the two objects from the dataset that works:
link_track_ds_CAGE
cluster_track_ds_CAGE
and these are from the dataset that returns the error:
link_track_ds_CAGE
cluster_track_ds_CAGE
I would be very grateful if you could help.
Best, Emiliano.