Changes between Version 92 and Version 93 of SOPs/atac_Seq
- Timestamp:
- 08/19/21 17:03:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v92 v93 98 98 === [=#call_peaks Call peaks] === 99 99 100 MACS v2 is applicable for ATAC-Seq using the appropriate options/parameters. 100 MACS v2 is applicable for ATAC-Seq using the appropriate options/parameters. 101 101 102 102 * If you have human (hg38, hg19) and mouse (mm10, mm9) samples with biological replicates, you run [[https://github.com/ENCODE-DCC/atac-seq-pipeline|ENCODE ATAC-seq Pipeline]]. The pipeline takes fastq files, cleans and maps the reads, filters aligned reads and does peak calls. Here is the [[https://www.encodeproject.org/pipelines/ENCPL787FUN/|schema of the workflow]]. In addition, it does quality controls. Here is a [[http://barc.wi.mit.edu/education/hot_topics/ChIPseq_ATACseq_2021/qc.html | sample QC report]]. The steps below shows you how to run it on our Whitehead server. … … 132 132 * Before running ENCODE pipeline, verify there is no preexisting conda startup code with the command below: 133 133 {{{ 134 134 conda env list 135 135 }}} 136 136 You have no preexisting conda if you get "conda: command not found". Otherwise, log out, log back in, start the new conda instance, and activate encode-atac-seq-pipeline