Closed RongDing-NMU closed 2 years ago
The difference is that cellranger counts the cut sites, Signac counts the fragments, so the counts will be roughly half. This paper suggests that using fragment counts rather than cut sites may be more appropriate, although the practical difference is likely small when using LSI for dimension reduction.
Hello, I am learning scATAC-seq analysis recently. Thanks to signac package for the great help and good vignettes. But there is a confusing probelm when build ATAC Object. The matrix built from the filtered_peak_bc_matrix.h5 file seems to be unequal that built from fragments.tsv.gz file. 5k-cell PBMC dataset is provided by 10x Genomics.
Here is the code i am using:
Thanks