yuifu / millefy

Millefy: Genome browser-like visualization of single-cell RNA-seq dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could not find function plotScCoverageTrack

gebdu opened this issue · comments

commented

If I change "heatmap" to "coverage", then it is giving error. Otherwise Heatmap is fine.

l <- millefyPlot(track_data=tdlist, track_type=tt, heights=heights,

  •       sc_type = "coverage",
    
  •       chr = chr, start = start, end = end,
    
  •       sc_avg = TRUE, sc_avg_height = 4,
    
  •       sc_sort_destiny = 'all',
    
  •       title = text_main)
    

[1] "Begin millefyPlot: 2022-10-09 09:55:19"
[1] "title" "sc" "avg" "gene" "axis"
Error in plotScCoverageTrack(track_data[[i]], select, nbin, binsize, sc_avg) :
could not find function "plotScCoverageTrack"