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

track_plot issues #35

Open
murali0123 opened this issue Jun 20, 2024 · 1 comment
Open

track_plot issues #35

murali0123 opened this issue Jun 20, 2024 · 1 comment

Comments

@murali0123
Copy link

murali0123 commented Jun 20, 2024

Hi, using my bw file I was able to do these

read bw file

bigWigs = read_coldata("NIST8398_20240612.hard-filtered.baf.bw", build = "hg38")

#Region to plot
oct4_loci = "chr6:31125776-31144789"

#Extract bigWig signal for a loci of interest
t = track_extract(colData = bigWigs, loci = oct4_loci)

#But this generated the following error and did not generate a plot
track_plot(summary_list = t)

Error in seq.default(dt$ord_req, dt$ord_req + dt$n_tracks - 1, 1) : 
  'from' must be of length 1

I am using Mac Sonoma, and using hg38 build. It appears that all track_plot calls in the examples seem to generate the same error. Could you please help?

@PoisonAlien
Copy link
Owner

Hi,

It's hard to guess the issue. Would it be possible to share the object t? Save it as an RDs file and attach it here.

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

2 participants