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
Hi Junjun,
I am using omicScope to visualize coverage plots, but I encountered an error: Error in FUN(X[[i]], ...) : object 'SingleCoveragePlot2' not found. How can I fix this? I installed the omicScope package via local installation because I failed to install it using the method you suggested. I would greatly appreciate it if you could offer some guidance on this.
Hi Junjun,
I am using omicScope to visualize coverage plots, but I encountered an error: Error in FUN(X[[i]], ...) : object 'SingleCoveragePlot2' not found. How can I fix this? I installed the omicScope package via local installation because I failed to install it using the method you suggested. I would greatly appreciate it if you could offer some guidance on this.
The codes attached below.
library(omicScope)
pbmc_qc_singlet<-qread("F:/Analysis/ATAC/Signac/1225/D6/result/pbmc_qc_singlet.qdata")
hm <- rtracklayer::import.gff("F:/Analysis/ATAC/Signac/1225/D6/software/gencode.v49.annotation.gtf.gz")
scCoverage_plot(object = pbmc_qc_singlet,
gtf_file = hm,
target_gene = c("WLS","WNT1"))