高效、務(wù)實(shí)、嚴謹、敬業(yè)
服務(wù)目錄
技術(shù)服務(wù)
技術(shù)專(zhuān)題
聯(lián)系我們

聯(lián)系我們

廣州賽誠生物科技有限公司
廣州市黃埔區學(xué)大道攬月路廣州企業(yè)孵化器B座402
電話(huà):020-85625352
手機:18102256923、18102253682
Email:servers@gzscbio.com
Fax:020-85625352
QQ:386244141

項目名稱(chēng):CHIP分析qc解讀報告鏈接

所屬分類(lèi):生物信息學(xué)分析-報告解讀

聯(lián)系電話(huà):020-85625352

QQ:386244141

Email:servers@gzscbio.com

技術(shù)服務(wù)描述

QC Report



general
Report generated at2021-01-13 22:36:11
TitleDemo-H3K27me3
DescriptionThis is a  input JSON for Demo-H3K27me3.
Pipeline versionv1.3.4
Pipeline typehistone
Genomemm10
Alignerbowtie2
Sequencing endednessOrderedDict([('rep1', {'paired_end': True}), ('rep2', {'paired_end': True}), ('ctl1', {'paired_end': True}), ('ctl2', {'paired_end': True})])
Peak callermacs2


Report QC介紹基本信息,說(shuō)明:

  • 報告發(fā)布時(shí)間

  • 報告類(lèi)型atac

  • 比對基因組使用的是什么,如mm10,hg38,rn6

  • 比對軟件bowtie2

  • 測序類(lèi)型為雙端測序(paired end)

  • peak caller 軟件為 macs2


Alignment quality metrics (比對質(zhì)量檢測)


SAMstat (raw unfiltered BAM) (原始比對質(zhì)量檢測)


rep1rep2ctl1ctl2
Total Reads32765368367153503776474456655974
Total Reads (QC-failed)0000
Duplicate Reads0000
Duplicate Reads (QC-failed)0000
Mapped Reads30605153344421863604671253778547
Mapped Reads (QC-failed)0000
% Mapped Reads93.493.895.594.89999999999999
Paired Reads32765368367153503776474456655974
Paired Reads (QC-failed)0000
Read116382684183576751888237228327987
Read1 (QC-failed)0000
Read216382684183576751888237228327987
Read2 (QC-failed)0000
Properly Paired Reads28956602328204943439179051050556
Properly Paired Reads (QC-failed)0000
% Properly Paired Reads88.489.491.1000000000000190.10000000000001
With itself29925008337025103531014252610300
With itself (QC-failed)0000
Singletons6801457396767365701168247
Singletons (QC-failed)0000
% Singleton2.12.02.02.1
Diff. Chroms242724193541133840201009
Diff. Chroms (QC-failed)0000


原始數據比對基因組過(guò)程的質(zhì)控:

  • Total Reads,為全部reads數。

  • duplicate Reads,為重復reads數,需要去除。

  • Mapped Reads,為mapping到基因組上的reads數。

  • % Mapped Reads,為reads的mapping率。
    (大于90%非常好,大于80%較好,較低時(shí)可考慮是否是實(shí)驗的特殊處理或其他污染導致。)

  • Properly Paired Reads,正確匹配的雙端reads。

  • % Properly Paired Reads,reads 雙端匹配率。

  • With itself,雙端匹配到基因組上的reads。

  • singleton,只有單端匹配到基因組上的reads。

  • % singleton,只有單端的匹配率。

  • Diff.Chroms,沒(méi)有匹配到基因組上的數據。


Marking duplicates (filtered BAM) (重復數據標記檢測)


rep1rep2ctl1ctl2
Unpaired Reads0000
Paired Reads12197827139766651234244818114406
Unmapped Reads0000
Unpaired Duplicate Reads0000
Paired Duplicate Reads101235611577789571951482042
Paired Optical Duplicate Reads723628397366941116859
% Duplicate Reads8.29958.28367.75538.1816


Filtered out (samtools view -F 1804):

  • read unmapped (0x4)

  • mate unmapped (0x8, for paired-end)

  • not primary alignment (0x100)

  • read fails platform/vendor quality checks (0x200)

  • read is PCR or optical duplicate (0x400)


說(shuō)明:
Duplicate Reads是由于PCR過(guò)度擴增,導致的完全一致的reads,這些reads在分析時(shí)需要去除。利用samtools過(guò)濾掉的數據包括:

  • unmapped的reads(單端/雙端)

  • 沒(méi)有唯一匹配的reads

  • 本身質(zhì)量差的reads

  • PCR重復產(chǎn)生的duplicate reads



SAMstat (filtered/deduped BAM) (過(guò)濾掉線(xiàn)粒體reads及重復reads后的質(zhì)量檢測)


rep1rep2ctl1ctl2
Total Reads22370942256377742277050633264728
Total Reads (QC-failed)0000
Duplicate Reads0000
Duplicate Reads (QC-failed)0000
Mapped Reads22370942256377742277050633264728
Mapped Reads (QC-failed)0000
% Mapped Reads100.0100.0100.0100.0
Paired Reads22370942256377742277050633264728
Paired Reads (QC-failed)0000
Read111185471128188871138525316632364
Read1 (QC-failed)0000
Read211185471128188871138525316632364
Read2 (QC-failed)0000
Properly Paired Reads22370942256377742277050633264728
Properly Paired Reads (QC-failed)0000
% Properly Paired Reads100.0100.0100.0100.0
With itself22370942256377742277050633264728
With itself (QC-failed)0000
Singletons0000
Singletons (QC-failed)0000
% Singleton0.00.00.00.0
Diff. Chroms0000
Diff. Chroms (QC-failed)0000


Filtered and duplicates removed


說(shuō)明:

  • duplicate reads,對過(guò)濾后的reads進(jìn)行質(zhì)控。表格說(shuō)明同上。


Sequence quality metrics (filtered/deduped BAM) (測序質(zhì)量檢測)

1618993419064091882.png1618993433767025415.png


                                                  rep1                                                              rep2


Open chromatin assays are known to have significant GC bias. Please take this            into consideration as necessary.


說(shuō)明:

  • 紅色線(xiàn)條為每條序列在基因組特定位置的均一化覆蓋度,

  • 藍色線(xiàn)條為每條序列的平均堿基的質(zhì)量

  • 綠色線(xiàn)條為每條堿基的GC含量,正常一般分布在50%左右,

每條序列的平均堿基的質(zhì)量參考說(shuō)明:

Phred分值不正確的堿基識別堿基正確識別率Q.sorce
101/1090%Q10
201/10099%Q20
301/100099.9%Q30
401/1000099.99%Q40

Library complexity quality metrics (文庫復雜度質(zhì)量檢測)


Library complexity (filtered non-mito BAM) (文庫復雜度)


rep1rep2ctl1ctl2
Total Fragments12197510139757091233974118110126
Distinct Fragments11191647128250741139215816645601
Positions with Two Read87801710033218128611253221
NRF = Distinct/Total0.9175350.9176690.9232090.919132
PBC1 = OneRead/Distinct0.9160770.9163220.9240520.919924
PBC2 = OneRead/TwoRead11.6767811.71299712.9504912.218665


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

  • 0-0.5 is severe bottlenecking

  • 0.5-0.8 is moderate bottlenecking

  • 0.8-0.9 is mild bottlenecking

  • 0.9-1.0 is no bottlenecking



說(shuō)明:

  • Total Fragments:總片段數

  • Distinct Fragments:可以唯一匹配到基因組上的片段數

  • One Reads:只有一個(gè)reads匹配到特定位置的片段數

  • Two Read:有兩個(gè)reads匹配的同一位置的片段數

  • NRF = Distinct/Total

  • PBC1 = OneRead/Distinct

  • PBC2 = OneRead/TwoRead

文庫復雜度的指標由三個(gè)值決定,NRF、PBC1、PBC2,其中最重要的為PBC1的數值

ENCODE對文庫復雜度的要求如下,

PBC1PBC2Bottlenecking levelNRFComplexityFlag colors
< 0.7<1Severe< 0.7ConcerningOrange
0.7 <= PBC1 <= 0.91 <= PBC2 <= 3Moderate0.7 <= NRF <= 0.9AcceptableYellow
> 0.9>3None> 0.9ldealNone

Replication quality metrics (重復性質(zhì)量檢測)

1618993584724011640.png


IDR (Irreproducible Discovery Rate) plots (不可重復發(fā)現率)
(可選,僅在有至少2組重復(rep1,rep2,...)時(shí)計算)

pooled-pr1_vs_pooled-pr2

IDR主要比較兩個(gè)樣本之間的重復性,先對peaks進(jìn)行排序,然后進(jìn)行重復性的分析,得到IDR得分。IDR<0.05,認為有重復性,黑色表示,IDR>=0.05認為沒(méi)有重復性,紅色表示。

  • 一般對兩重復樣本進(jìn)行IDR檢測(rep1 vs rep2),檢測兩樣本之間的重復性。

  • 單樣本的虛擬樣本間也可進(jìn)行IDR檢測(rep1-pr1 vs rep1-pr2),驗證IDR檢測的準確性。

  • 樣本混樣成pool進(jìn)行IDR檢測(pool-pr1 VS pool-pr2)


Reproducibility QC and peak detection statistics(重復性QC及peak統計分析)


overlap
Nt69675
N157215
N250331
Np65776
N optimal69675
N conservative69675
Optimal Setrep1_vs_rep2
Conservative Setrep1_vs_rep2
Rescue Ratio1.059276939917295
Self Consistency Ratio1.1367745524626969
Reproducibility Testpass


Reproducibility QC

  • N1: Replicate 1 self-consistent peaks (comparing two pseudoreplicates generated by subsampling Rep1 reads)

  • N2: Replicate 2 self-consistent peaks (comparing two pseudoreplicates generated by subsampling Rep2 reads)

  • Ni: Replicate i self-consistent peaks (comparing two pseudoreplicates generated by subsampling RepX reads)

  • Nt: True Replicate consistent peaks (comparing true replicates Rep1 vs Rep2)

  • Np: Pooled-pseudoreplicate consistent peaks (comparing two pseudoreplicates generated by subsampling pooled reads from Rep1 and Rep2)

  • Self-consistency Ratio: max(N1,N2) / min (N1,N2)

  • Rescue Ratio: max(Np,Nt) / min (Np,Nt)

  • Reproducibility Test: If Self-consistency Ratio >2 AND Rescue Ratio > 2, then 'Fail' else 'Pass'



說(shuō)明:

  • N1: replicate1自我虛擬peak的一致性peak

  • N2: replicate2自我虛擬peak的一致性peak

  • Ni: replicatei自我虛擬peak的一致性peak

  • Nt: 真實(shí)一致性的peak

  • Np: 整體的數據(pool)自我虛擬peak的一致性peak

  • N optimal: 虛擬peak的一致性peak

  • N conservation: 真實(shí)peak的一致性peak

  • Self-consistency Ratio:   max(N1,N2) / min (N1,N2)

  • Rescue Ratio:    max(Np,Nt) / min (Np,Nt)

  • Reproducibility Test: 如果Self-consistency Ratio >2 AND Rescue Ratio > 2, 則失?。‵ailed),否則通過(guò)(pass)

ENCODE對以上指標的檢測標準如下:

Self-consistency RatioRescue RatioResulting Data StatusFlag colors
Less than 2Less than 2IdealNone
Less than 2Greater than 2AcceptableYellow
Greater than 2Less than 2AcceptableYellow
Greater than 2Greater than 2ConcerningOrange

  • IDR 一致的peak 最好大于70,000 ,不少于50,000 為可接受



Number of raw peaks (原始peaks數)


rep1rep2
Number of peaks222897181249


           Top 500000 raw peaks from macs2 with p-val threshold 0.01

說(shuō)明:

  • 原始peak數最好不少于150,000,不少于100,000為可接受


Peak calling statistics (peak calling統計)


Peak region size (peak長(cháng)度范圍)



rep1rep2overlap_opt
Min size145.0145.0145.0
25 percentile167.0166.0344.0
50 percentile (median)244.0234.0573.0
75 percentile398.0371.01046.0
Max size29358.020650.058300.0
Mean407.57078830132303380.0660693300377973.742691065662

1618993676757044676.png1618993651735033505.png



rep1
                                                  rep2




1618993860188064518.png1618993867007076110.png
     idr_opt                                                              overlap_opt




說(shuō)明:

  • 圖形橫坐標為region size,縱坐標為peak數。

  • Rep1與rep2顯示的是原始peaks(去除duplicate及線(xiàn)粒體基因組)

  • Idr_opt顯示的是經(jīng)過(guò)IDR優(yōu)化后的peaks

  • Overlap_opt顯示經(jīng)過(guò)overlap優(yōu)化后的peaks



Enrichment / Signal-to-noise ratio


Strand cross-correlation measures (trimmed/filtered SE BAM) (鏈互相關(guān)檢測)


rep1rep2
Number of Subsampled Reads1285153014654164
Estimated Fragment Length145145
Cross-correlation at Estimated Fragment Length0.1635017339402470.174463103738491
Phantom Peak145135
Cross-correlation at Phantom Peak0.16350170.1744216
Argmin of Cross-correlation15001500
Minimum of Cross-correlation0.15513360.1689095
NSC (Normalized Strand Cross-correlation coeff.)1.0539421.032879
RSC (Relative Strand Cross-correlation coeff.)1.01.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


1618993967934067858.png1618993967937001276.png


rep1
                                               rep2


NSC與RSC的算法如下:

1618994147250013428.png

從flitered BAM文件中虛擬一個(gè)含有25,000,000個(gè)reads的副本,并對該副本進(jìn)行鏈互相關(guān)分析。鏈互相關(guān)性分析主要顯示+,-鏈reads的相似性。由于正負reads的peak中心有偏移,因此,結果中一般會(huì )出現兩個(gè)peak,一個(gè)是標準peak,一個(gè)是虛擬peak( Phantom Peak)。如下圖所示

1618994198906090378.jpg


Jensen-Shannon distance (filtered/deduped BAM)(JS散度檢測)



rep1rep2
AUC0.17477800856413060.19630546999584553
Synthetic AUC0.493691003971335250.4938306458383708
X-intercept0.28140284504237170.2282392651040396
Synthetic X-intercept2.833074277847546e-2153.311809264890219e-225
Elbow Point0.68297413706913450.6637998952205367
Synthetic Elbow Point0.50776162527551750.5090817373473214
JS Distance0.154579673887188680.1319724797088127
Synthetic JS Distance0.38448931571861090.36697074507783967
% Genome Enriched26.77315246211742727.906330359249587
Diff. Enrichment35.5286360455095832.38593833632243
CHANCE Divergence0.307598774644368470.27907882507917986

下載 (4).png



說(shuō)明:


  • JS散度是檢測兩樣本之間的離散程度,也就是檢測兩樣本之間的相似性。



Peak enrichment


Fraction of reads in peaks (FRiP) (peaks占總reads數的比值)

FRiP for macs2 raw peaks


rep1rep2rep1-pr1rep2-pr1rep1-pr2rep2-pr2pooledpooled-pr1pooled-pr2
Fraction of Reads in Peaks0.298283997160244730.218058049813529050.26505211402791050.210158244615289560.26837137822550150.21423218835084420.26437101546310880.241424766167479570.24457677598182598


FRiP for overlap peaks


rep1_vs_rep2rep1-pr1_vs_rep1-pr2rep2-pr1_vs_rep2-pr2pooled-pr1_vs_pooled-pr2
Fraction of Reads in Peaks0.202515684860224140.194838733210251050.139925837555163720.20076902285826598


FRiP for IDR peaks


pooled-pr1_vs_pooled-pr2
Fraction of Reads in Peaks0.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區域內reads的比例,peak區域內的reads是抗體富集的序列,其他區域的序列是背景噪聲。 只有mapping到基因組上的reads才會(huì )進(jìn)行后續分析,所以直接用peak區域reads數目除以所有mapping基因組的數目,就得到了FRiP Score。

  • Encode團隊發(fā)現FRip Score和peak的個(gè)數存在正相關(guān)關(guān)系。 對于不同的轉錄因子chip數據,peak的個(gè)數不同,總體的趨勢來(lái)看,peak的個(gè)數越多,FRiP Score的值越大。在Encode的chip數據集中,有80%左右的FRiP Score值都超過(guò)了1%,所以將1%看做是一個(gè)衡量chip實(shí)驗的軟標準。 之所以稱(chēng)之為軟標準,是因為FRiP score低于1%并不能直接說(shuō)明chip實(shí)驗是失敗的,高于1%也不能直接說(shuō)明chip實(shí)驗就是成功的。在ZNF274和RNA III型聚合酶的chip實(shí)驗中,peak的個(gè)數很少,FRiP score的值也小于1%;在CTCF等轉錄因子實(shí)驗中,FRiP score的值又遠大于1%。

  • 所以說(shuō)FRiP score值是和特定的轉錄因子或者組蛋白修飾相關(guān),在研究特定轉錄因子時(shí),參考別人已經(jīng)發(fā)表的數據中的FRiP Score作為衡量標準是更好的,在沒(méi)有參考的情況下,可以用1%的閾值來(lái)作為一個(gè)軟標準,為chip實(shí)驗的質(zhì)量提供一個(gè)參考。當peak個(gè)數的大于1000時(shí),1%這個(gè)標準的效果還是比較好的,有相當大的參考意義。


一级做受毛片免费大片_国产精品亚洲综合一区在线观看_亚洲免费黄片基地_欧美 亚洲 图色 另类