外显子组捕获试剂盒的比较

Comparison of exome capture kits

Agilent HaloPlex Exome Agilent SureSelect All Exon V5.0 NimbleGen SeqCap EZ Human Exome V3.0 Illumina Nextera Rapid Capture Expanded Exome Illumina TruSeq Exome Enrichment
Target size 37 MB 50 MB 64 MB 62 MB 64 MB
Probe size (bases) 161 ± 75 120 55–105 95 95
Number of probes 2.49 million 789 000 2.1 million 347 517 340 427
Number of targeted exons 557 999 335 765 ∼300 000 201 121 201 121
Reads on target (%) ∼80 ∼80 >70 ∼60 >65
(%) target bases covered at ≥10x >90 >90 >95 >97 >97
Recommended DNA input 200 ng 3 mg 3 mg 50 ng 500 ng
Fragmentation method Transposomes Ultrasonication Ultrasonication Transposomes Ultrasonication
Strengths Smallest amounts of DNA required Fewer duplicated reads More uniform coverage Best coverage of UTRs and micro RNAs Best coverage of UTRs and micro RNAs
Better sensitivity for indels Most reads on target Fast
High alignment rate
Weaknesses Variable length target regions Most affected by high GC content Alignment rate less than Agilent High proportion of off target reads High proportion of off-target reads
Variable length target regions Coverage bias in GC-rich regions Variable length target regions
Fewer reads on target compared with NimbleGen Poorest for reads on target

Note . A tabulated comparison of Agilent’s SureSelect and Haloplex capture kits, Illumina’s Nextera and TruSeq kits and NimbleGen’s SeqCap kit.

UTR = untranslated region 

本站原创,如若转载,请注明出处:https://www.ouq.net/1677.html

(0)
打赏 微信打赏,为服务器增加50M流量 微信打赏,为服务器增加50M流量 支付宝打赏,为服务器增加50M流量 支付宝打赏,为服务器增加50M流量
上一篇 04/21/2022 23:21
下一篇 04/22/2022 20:23

相关推荐

  • Rstudio/Rstudio Server enable Copilot-Rstudio Server打开Copilot

    Rstudio Server 默认是关闭Copilot Copilot is turned off by default. Copilot is turned off with copilot-enabled=0 in /etc/rstud…

    R 06/05/2025
    108
  • R_Code: KEGG analysis

    library(clusterProfiler) library(org.Hs.eg.db) # 读取输入数据文件 file_path <- “C:/Users/Lamarck/Desktop/UP_genes_ENSEMBL_ENT…

    R 06/02/2025
    130
  • R_Code:GO and Functional GO

    GO analysis: library(AnnotationDbi) library(org.Hs.eg.db) #基因注释包 library(clusterProfiler) #富集包 # 读取CSV文件 file_path <-…

    R 06/02/2025
    132
  • R_Code:WGCNA and WGCNA_Get_Gene_Length

    library(WGCNA) library(DESeq2) # enableWGCNAThreads(nThreads = 10) # 在处理数据框(data.frame)时,不会自动给将String类型转换成factor类型 optio…

    R 06/02/2025
    136
  • R_Code:RNAseq_GSEA_analysis

    library(clusterProfiler) # GSEA 和富集分析主力包 library(org.Hs.eg.db) # 人类注释数据库(ENTREZID 与 SYMBOL 等 ID 转换) library(enrichplot) …

    R 06/02/2025
    134