I'm running a scATAC-seq analysis. The data was obtained from the published work: Single-Cell Chromatin Accessibility Analysis Reveals the Epigenetic Basis and Signature Transcription Factors for the Molecular Subtypes of Colorectal Cancers; https://ngdc.cncb.ac.cn/omix/; OMIX005759; OMIX005759-04.sort.fragments.tsv.gz.
However, when I run the following code, I call these peaks:
It seems like this could be an issue with the dataset. I'd suggest viewing the coverage in a genome browser and see how it looks, and you can try tweaking the MACS2 parameters
I'm running a scATAC-seq analysis. The data was obtained from the published work: Single-Cell Chromatin Accessibility Analysis Reveals the Epigenetic Basis and Signature Transcription Factors for the Molecular Subtypes of Colorectal Cancers; https://ngdc.cncb.ac.cn/omix/; OMIX005759;
OMIX005759-04.sort.fragments.tsv.gz
. However, when I run the following code, I call these peaks:They are obviously too wide to be "peaks"! My complete code is as follows:
The version of RStudio: 4.3.1 The version of Signac: 1.14.0 The version of MACS2: 2.1.4 How could I fix this problem?