Skip to content

track_plot issues #35

Description

@murali0123

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions