-
Notifications
You must be signed in to change notification settings - Fork 24
Pipeline FAQ
Brian Yee edited this page Apr 17, 2019
·
2 revisions
The pipeline produces "Input-normalized peak" files which are BED6 formatted files containing the following columns:
- chrom
- start
- end
- -log10(p-value) from a Fisher exact/Chi square test of depth-normalized IP reads vs size-matched input reads within the given region. This is only calculated for enriched (IP > input) clusters.
- -log2(fold change) depth-normalized IP reads / size-matched input reads
- strand
Typically, you can start with filtering peak files given -log10(p-value) >= 3 and log2(fold change) >= 3. It's also very important to view these regions on a genome browser to ensure these thresholds are appropriate for your dataset!