ChIP-seq Modules – MACS

FASTQC

omics_pipe.modules.fastqc.fastqc(sample, fastqc_flag)[source]

QC check of raw .fastq files using FASTQC.

input:
.fastq file
output:
folder and zipped folder containing html, txt and image files
citation:
Babraham Bioinformatics
link:
http://www.bioinformatics.babraham.ac.uk/projects/fastqc/
parameters from parameters file:

RAW_DATA_DIR:

QC_PATH:

FASTQC_VERSION:

COMPRESSION:

ChIP trim

omics_pipe.modules.ChIP_trim.ChIP_trim(sample, ChIP_trim_flag)[source]

Runs Homer Tools to trim adapters from .fastq files.

input:
.fastq file
output:
.fastq file
citation:
Heinz S, Benner C, Spann N, Bertolino E et al. Simple Combinations of Lineage-Determining Transcription Factors Prime cis-Regulatory Elements Required for Macrophage and B Cell Identities. Mol Cell 2010 May 28;38(4):576-589. PMID: 20513432
link:
http://homer.salk.edu/homer/
parameters from parameters file:

ENDS:

RAW_DATA_DIR:

HOMER_TRIM_OPTIONS:

TRIMMED_DATA_PATH:

HOMER_VERSION:

Bowtie

omics_pipe.modules.bowtie.bowtie(sample, bowtie_flag)[source]

Runs Bowtie to align .fastq files.

input:
.fastq file
output:
sample.bam
citation:
Langmead B, Trapnell C, Pop M, Salzberg SL. Ultrafast and memory-efficient alignment of short DNA sequences to the human genome. Genome Biology 10:R25
link:
http://bowtie-bio.sourceforge.net/index.shtml
parameters from parameters file:

ENDS:

TRIMMED_DATA_PATH:

BOWTIE_OPTIONS:

BOWTIE_INDEX:

BOWTIE_RESULTS:

BOWTIE_VERSION:

SAMTOOLS_VERSION:

BEDTOOLS_VERSION:

TEMP_DIR:

MACS

omics_pipe.modules.macs.macs(step, macs_flag)[source]

Runs MACS to call peaks from ChIPseq data. input:

.fastq file
output:
peaks and .bed file
citation:
Zhang et al. Model-based Analysis of ChIP-Seq (MACS). Genome Biol (2008) vol. 9 (9) pp. R137
link:
http://liulab.dfci.harvard.edu/MACS/
parameters from parameters file:

PAIR_LIST:

BOWTIE_RESULTS:

CHROM_SIZES:

MACS_RESULTS:

MACS_VERSION:

TEMP_DIR:

BEDTOOLS_VERSION:

PYTHON_VERSION: