Mitochondrial reads are filtered out by default.
The non-redundant fraction (NRF) is the fraction of non-redundant mapped reads
in a dataset; it is the ratio between the number of positions in the genome
that uniquely mapped reads map to and the total number of uniquely mappable
reads. The NRF should be > 0.8. The PBC1 is the ratio of genomic locations
with EXACTLY one read pair over the genomic locations with AT LEAST one read
pair. PBC1 is the primary measure, and the PBC1 should be close to 1.
Provisionally 0-0.5 is severe bottlenecking, 0.5-0.8 is moderate bottlenecking,
0.8-0.9 is mild bottlenecking, and 0.9-1.0 is no bottlenecking. The PBC2 is
the ratio of genomic locations with EXACTLY one read pair over the genomic
locations with EXACTLY two read pairs. The PBC2 should be significantly
greater than 1. See more details at
the ENCODE portal standard for ChIP-Seq pipeline
NRF (non redundant fraction)
PBC1 (PCR Bottleneck coefficient 1)
PBC2 (PCR Bottleneck coefficient 2)
PBC1 is the primary measure. Provisionally
Strand cross-correlation measures (trimmed/filtered SE BAM) (鏈互相關(guān)檢測(cè))
rep1
rep2
Number of Subsampled Reads
12851530
14654164
Estimated Fragment Length
145
145
Cross-correlation at Estimated Fragment Length
0.163501733940247
0.174463103738491
Phantom Peak
145
135
Cross-correlation at Phantom Peak
0.1635017
0.1744216
Argmin of Cross-correlation
1500
1500
Minimum of Cross-correlation
0.1551336
0.1689095
NSC (Normalized Strand Cross-correlation coeff.)
1.053942
1.032879
RSC (Relative Strand Cross-correlation coeff.)
1.0
1.00753
Performed on subsampled (15000000) reads mapped from FASTQs that are trimmed to 50.
Such FASTQ trimming and subsampling reads are for cross-corrleation analysis only.
Untrimmed FASTQs are used for all the other analyses.
NOTE1: For SE datasets, reads from replicates are randomly subsampled to 15000000.
NOTE2: For PE datasets, the first end (R1) of each read-pair is selected and trimmed to 50 the reads are then randomly subsampled to 15000000.
Normalized strand cross-correlation coefficient (NSC) = col9 in outFile
Relative strand cross-correlation coefficient (RSC) = col10 in outFile
Estimated fragment length = col3 in outFile, take the top value
Fraction of reads in peaks (FRiP) (peaks占總reads數(shù)的比值)
FRiP for macs2 raw peaks
rep1
rep2
rep1-pr1
rep2-pr1
rep1-pr2
rep2-pr2
pooled
pooled-pr1
pooled-pr2
Fraction of Reads in Peaks
0.29828399716024473
0.21805804981352905
0.2650521140279105
0.21015824461528956
0.2683713782255015
0.2142321883508442
0.2643710154631088
0.24142476616747957
0.24457677598182598
FRiP for overlap peaks
rep1_vs_rep2
rep1-pr1_vs_rep1-pr2
rep2-pr1_vs_rep2-pr2
pooled-pr1_vs_pooled-pr2
Fraction of Reads in Peaks
0.20251568486022414
0.19483873321025105
0.13992583755516372
0.20076902285826598
FRiP for IDR peaks
pooled-pr1_vs_pooled-pr2
Fraction of Reads in Peaks
0.10828106712956038
For macs2 raw peaks:
repX: Peak from true replicate X
repX-prY: Peak from Yth pseudoreplicates from replicate X
pooled: Peak from pooled true replicates (pool of rep1, rep2, ...)
pooled-pr1: Peak from 1st pooled pseudo replicate (pool of rep1-pr1, rep2-pr1, ...)
pooled-pr2: Peak from 2nd pooled pseudo replicate (pool of rep1-pr2, rep2-pr2, ...)
For overlap/IDR peaks:
repX_vs_repY: Comparing two peaks from true replicates X and Y
repX-pr1_vs_repX-pr2: Comparing two peaks from both pseudoreplicates from replicate X
pooled-pr1_vs_pooled-pr2: Comparing two peaks from 1st and 2nd pooled pseudo replicates
說(shuō)明:
FRiP指的是fraction of all mapped reads that fall into peak regions. 代表peak區(qū)域內(nèi)reads的比例,peak區(qū)域內(nèi)的reads是抗體富集的序列,其他區(qū)域的序列是背景噪聲。
只有mapping到基因組上的reads才會(huì)進(jìn)行后續(xù)分析,所以直接用peak區(qū)域reads數(shù)目除以所有mapping基因組的數(shù)目,就得到了FRiP Score。