You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: