PoisonAlien / trackplot

Generate IGV style locus tracks from bigWig files in R
133 stars 16 forks source link

Error in plot.window(...) : need finite 'ylim' values #27

Closed Sinevadada closed 7 months ago

Sinevadada commented 11 months ago

Hi! How can I fix the error? Could it be due to NA values?

> profile_plot(ps_refseq)

Error in plot.window(...) : need finite 'ylim' values In addition: There were 12 warnings (use warnings() to see them)

PoisonAlien commented 11 months ago

Hi,

Thanks for the issue. Any chance you can share the ps_refseq data? You can save it as an RDs file and attched it here.

saveRDS(object = ps_refseq, file = "ps_refseq.RDs")