Open danli349 opened 3 months ago
Hi,
This question is probably better suited for the Signac github, but I can try to help.
Do you have this problem if you include genomic coordinates for the Erg gene rather than the gene itself? If so, it may be something with the annotation in the object. Can you double check to make sure that Erg is in your object annotation, and that your annotation file is in the same format as your peaks (i.e. "chr1" vs "1")
head(pbmc[['ATAC']]@annotation)
subset(pbmc[['ATAC']]@annotation, gene_name=="Erg")
Hello:
When I run the
CoveragePlot
How to solve this error?
Thanks