Hello
I have some ATAC-seq single cell
I know I should start with quality check of fastq files, alignment with bowtie2, sorting with samtools
I think the next is peak calling which can be done by MACS2 or Genrich
Seurat does need fragment file and raw read counts matrix
I want to ask you fragment.tsv file and raw read counts matrix are the output files of which software and which step in ATAC-seq single cell??
Google made me more confused
Thank you
Sorry
I have two questions please
1- Can not I simply use a chip seq pipleline like using MASC2 peak caller (using different argument specific to single cell) instead of what you kindly mentioned here?
2- If my data is 10X Chromium platform, I again can use ArchR / SnapATAC or just for non 10X Chromium platform data I can use these tools?
As I wrote above: if you want to treat your scATA-seq data as bulk ATAC-seq data (i.e. you ignore the individual cell barcodes and simply sum up all reads per genome bin), then MACS2 could work. If you want to retain the single-cell information, try to do the thought experiment of how to run MACS2. You'd essentially have to create BAM files for every single cell and run MACS2 on every single file. Typical scATAC-seq experiments with thousands of cells would become pretty unwieldy this way (plus I doubt that MACS2 could handle peak calling with only 200-500K reads instead of the usual >1mio reads per BAM file).
If you have the FASTQ files, you can probably use ArchR/SnapATAC, too.