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
But when I get to TSSEnrichment I get this output:
Extracting TSS positions
Extracting fragments at TSSs
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=29s
Computing TSS enrichment score
Error in ecdf(x = object$TSS.enrichment) :
'x' must have 1 or more non-missing values
I have checked to make sure the chrom name format is the same, as mentioned in issue #834:
Additionally, I'm using GenomeInfoDb version 1.32.4, which I don't think should present issues.
My first thought was that my data quality is poor and all of the cells with TSS enrichment are being sorted out, but that doesn't appear to be the case based on two tests:
I created a separate test seurat object with only cells that were filtered out in preprocessing:
Then I ran TSSEnrichment on this object and got the same error.
I ran a quick bedtools intersect with my total peaks.bed file and the tss.bed file from the 10X mm10-atac reference (the same reference I used for alignment in cellranger-atac count) and found many overlaps.
Because I'm seeing TSS overlaps here, I believe that I should be seeing some TSS enrichment for one of my two mutually exclusive groups (filtered out or filtered in). Does anyone know where this issue is coming from or how I might be able to solve it? Any thoughts would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to run analysis on a 10x scATAC dataset using this code:
But when I get to TSSEnrichment I get this output:
I have checked to make sure the chrom name format is the same, as mentioned in issue #834:
Additionally, I'm using GenomeInfoDb version 1.32.4, which I don't think should present issues.
My first thought was that my data quality is poor and all of the cells with TSS enrichment are being sorted out, but that doesn't appear to be the case based on two tests:
Then I ran TSSEnrichment on this object and got the same error.
Because I'm seeing TSS overlaps here, I believe that I should be seeing some TSS enrichment for one of my two mutually exclusive groups (filtered out or filtered in). Does anyone know where this issue is coming from or how I might be able to solve it? Any thoughts would be greatly appreciated!
Here is my session info:
Beta Was this translation helpful? Give feedback.
All reactions