<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; somatic</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/somatic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>用GISTIC多个segment文件来找SCNA变异</title>
		<link>http://www.bio-info-trainee.com/1648.html</link>
		<comments>http://www.bio-info-trainee.com/1648.html#comments</comments>
		<pubDate>Thu, 19 May 2016 12:13:36 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[cancer]]></category>
		<category><![CDATA[cnv]]></category>
		<category><![CDATA[GISTIC]]></category>
		<category><![CDATA[somatic]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1648</guid>
		<description><![CDATA[这个软件在TCGA计划里面被频繁使用者，用这个软件的目的很简单，就是你研究了很多 &#8230; <a href="http://www.bio-info-trainee.com/1648.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>这个软件在TCGA计划里面被频繁使用者，用这个软件的目的很简单，就是你研究了很多癌症样本，通过芯片得到了每个样本的拷贝数变化信息，芯片结果一般是segment结果，可以解释为CNV区域，需要用GISTIC把样本综合起来分析，寻找somatic的CNV，并且注释基因信息。</p>
<p>有两个难点，一是在linux下面安装matlab工作环境，二是如何制作输入文件。</p>
<p><span id="more-1648"></span></p>
<div><b>一、程序安装</b></div>
<div><b><b>安装指南：ftp://ftp.broadinstitute.org/pub/GISTIC2.0/INSTALL.txt</b></b></p>
<div>软件官网： <a href="http://www.broadinstitute.org/cgi-bin/cancer/publications/pub_paper.cgi?mode=view&amp;paper_id=216&amp;p=t">http://www.broadinstitute.org/cgi-bin/cancer/publications/pub_paper.cgi?mode=view&amp;paper_id=216&amp;p=t</a></div>
<div>paper ： <a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3218867/">http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3218867/</a></div>
<div>下载：wget ftp://ftp.broadinstitute.org/pub/GISTIC2.0/GISTIC_2_0_22.tar.gz</div>
<div>它的文档写的非常详细：ftp://ftp.broadinstitute.org/pub/GISTIC2.0/GISTICDocumentation_standalone.htm<br />
<b>解压之后，需要自己安装matlab编译环境，这个会很麻烦！</b></div>
</div>
<div><a href="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/18.png"><img class="alignnone size-full wp-image-1649" src="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/18.png" alt="1" width="605" height="309" /></a></div>
<div>
<div><b><span style="color: #ff0000;">二、输入数据准备</span></b></div>
<div>用picnic或者birdseed等软件处理snp6.0芯片的raw data之后得到的segment文件</div>
<div>多个样本的segment合并起来作为输入数据，还有样本列表，芯片的一些信息，根据示例文件，很容易做出input文件！</div>
<div>arraylistfile就是你本次运行GISTIC软件所涉及到的所有样本，一般一个癌种一起运行。</div>
<div>cnvfiles可以不用。</div>
<div>segmentationfile.txt 就是你snp6.0等芯片运行得到的segment信息，把所有样本的结果合并在一起，一般一个样本的segment有1000千左右</div>
<div>markersfile.txt主要取决于你的芯片平台，如果是affymetrix的snp6.0芯片，会有90多万行数据，每个探针的信息都有。</div>
<div></div>
<div><a href="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/23.png"><img class="alignnone size-full wp-image-1650" src="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/23.png" alt="2" width="420" height="92" /></a></div>
<div>软件自带的测试数据如上，可以看到是106个样本，总共是两万多segment信息，那么也就意味着平均每个样本才200个，可能是snp6.0芯片数据的PICNIC软件的结果。但是它的</p>
<div>
<div>markersfile.txt 明确写着才十多万mark，也就是探针，所以应该不是</p>
<div>snp6.0芯片</div>
</div>
</div>
</div>
<div>
<div>    106 arraylistfile.txt</div>
<div>  12942 cnvfile.txt</div>
<div> 115593 markersfile.txt</div>
<div>  20521 segmentationfile.txt</div>
</div>
<div>
<div></div>
<div><b><span style="color: #ff0000;">三、程序使用</span></b></div>
<div><span style="color: #ff0000;">软件提供的运行脚本使用的是csh，我修改成了bash</span></div>
<div><span style="color: #ff0000;">还需要修改matlab的路径及基因组版本信息</span></div>
</div>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/34.png"><img class="alignnone size-full wp-image-1651" src="http://www.bio-info-trainee.com/wp-content/uploads/2016/05/34.png" alt="3" width="880" height="471" /></a></p>
</div>
<div>
<div>
<div><b><span style="color: #ff0000;">四、输出数据解读</span></b></div>
</div>
</div>
<div></div>
<p><span lang="ZH-CN">简单解释下输出的目录下的文件</span></p>
<p><span lang="EN-US">all_data_by_genes.txt </span>代表了基因（包括非编码<span lang="EN-US">RNA</span>如<span lang="EN-US">miRNA</span>，<span lang="EN-US">lncRNA</span>）在样本中具体的拷贝数值。</p>
<p><span lang="EN-US">all_lesions.conf_90.txt </span>代表识别的拷贝数扩增和缺失<span lang="EN-US">Peak</span>区域。</p>
<p><span lang="EN-US">all_thresholded.by_genes.txt </span>代表离散化之后的数值，如<span lang="EN-US">-2</span>代表丢失两个拷贝，<span lang="EN-US">-1</span>代表丢失一个拷贝<span lang="EN-US">,0</span>代表拷贝数正常<span lang="EN-US">,1</span>代表增加一个拷贝，<span lang="EN-US">2</span>代表扩增两个拷贝。</p>
<p><span lang="EN-US">broad_significance_results.txt</span>代表显著发生拷贝数变异的<span lang="EN-US">broad</span>区域。</p>
<p><span lang="EN-US">broad_values_by_arm.txt </span>代表染色体臂在样本中的拷贝数数值。</p>
<p><span lang="EN-US">scores.gistic</span>代表通过该方法打分之后的结果。</p>
<div><span style="color: #000000;"><strong>我写这个教程应该是2016年夏季了，现在已经是2017年秋季，这个软件又更新了，增加了对hg38版本的参考基因组数据进行处理，同时还把csh更改成了bash，真棒！</strong></span></div>
<div> 2.0.23 (2017-03-27) - The markers file input is now optional - if omitted, pseudo-markers will be<br />
generated to satisfy GISTIC's input requirements while ensuring reasonably<br />
uniform coverage of the genome.<br />
- The "broad analysis" of arm-level events has been revised:<br />
(1) arm-level events are now called from a single broad copy number profile<br />
instead of separate amplification and deletion profiles, which had led to<br />
arms counterintuitively called as amplified and deleted on the same sample;<br />
(2) the frequency scores used to determine z-scores and q-values, which excludes<br />
arms with the opposite call from the denominator, are now in a column called<br />
"frequency score". A new column called "frequncy" gives the intuitive frequency<br />
with the denominator inluding arms from all the samples. The analysis results<br />
for the same data will be different from that of previous GISTIC versions.<br />
- Error handling messages have been improved. In particular, many informative<br />
error messages were masked by an "Index exceeds matrix dimensions" error<br />
in the exception handler itself.<br />
- An hg38 reference genome is included with this release.<br />
- The gp_gistic2_from_seg binary executable is now compiled for MCR 8.3<br />
(Matlab R2014a). The source code is compatible with versions of Matlab up to<br />
R2016a, however, the appearance of output graphics may be altered for Matlab<br />
versions R2015a and later.<br />
- This release adds the convenient 'gistic2' wrapper function which sets up<br />
the MCR and passes its command line argument to the executable. Scripts have<br />
been converted from the C-shell to the Bourne shell.<br />
(END)</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1648.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>所有TCGA的maf格式somatic突变数据均可下载</title>
		<link>http://www.bio-info-trainee.com/1627.html</link>
		<comments>http://www.bio-info-trainee.com/1627.html#comments</comments>
		<pubDate>Fri, 06 May 2016 12:33:36 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[cancer]]></category>
		<category><![CDATA[maf]]></category>
		<category><![CDATA[mutation]]></category>
		<category><![CDATA[somatic]]></category>
		<category><![CDATA[TCGA]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1627</guid>
		<description><![CDATA[如果你研究癌症，那么TCGA计划的如此丰富的公共数据你肯定不能错过，一般人只能获 &#8230; <a href="http://www.bio-info-trainee.com/1627.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>如果你研究癌症，那么TCGA计划的如此丰富的公共数据你肯定不能错过，一般人只能获取到level3的数据，当然，其实一般人也没办法使用level1和level2的数据，毕竟近万个癌症样本的原始测序数据，还是很恐怖的，而且我们拿到原始数据，再重新跑pipeline，其实并不一定比人家TCGA本身分析的要好，所以我们直接拿到分析结果，就足够啦！</p>
<p><span id="more-1627"></span></p>
<p>而分析结果里面，最有用的就是somatic mutation了，我前面很多博客都提到过somatic mutation，包括它的概念以及分析流程，但是我们还有更方便的办法，直接下载已经分析好的somatic mutation文件！</p>
<p>至少目前所有TCGA的somatic mutation文件都是可以下载的：<a href="https://wiki.nci.nih.gov/display/TCGA/TCGA+MAF+Files">https://wiki.nci.nih.gov/display/TCGA/TCGA+MAF+Files</a></p>
<div dir="ltr">
<div>里面包含的somatic mutation非常多，都是MAF格式记录的，首先，根据各个癌症种类，分成了单独的文件，这样你想研究哪个癌症就下载哪个，然后对每个癌症种类，每次TCGA发表一篇文章，就有一个对应的MAF文件。你可以根据它文章所讲的思路重新别人的分析流程。</div>
<div></div>
<div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1627.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>寻找somatic突变的软件大合集</title>
		<link>http://www.bio-info-trainee.com/1288.html</link>
		<comments>http://www.bio-info-trainee.com/1288.html#comments</comments>
		<pubDate>Tue, 05 Jan 2016 12:04:31 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[cancer]]></category>
		<category><![CDATA[mutation]]></category>
		<category><![CDATA[somatic]]></category>
		<category><![CDATA[癌症]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1288</guid>
		<description><![CDATA[         其实somatic突变很容易理解，你测同一个人的正常组织和癌症 &#8230; <a href="http://www.bio-info-trainee.com/1288.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div>         其实somatic突变很容易理解，你测同一个人的正常组织和癌症组织，然后比较对这两个样本数据call出来的snp位点</div>
<div>         只存在癌症组织数据里面的snp位点就是somatic突变，在两个样本都存在的snp位点就是germline的突变，不过一般大家研究的都是somatic突变。</div>
<div>          当然，理论上是很简单，但是那么多统计学家要吃饭呀，肯定得把这件事搞复杂才行，所以就有了非常多的somatic突变 calling的软件，开个玩笑哈，主要是因为我们的测序并不是对单个细胞测序，我们通常意义取到的正常组织和癌症组织都不是纯的，所以会有很多关于这一点的讨论。</div>
<div>        正好我看到了一篇帖子，收集了大部分比较出名的做somatic mutation calling的软件，当然，我只用过mutect和varscan。</div>
<p>来自于：<a href="https://www.biostars.org/p/19104/">https://www.biostars.org/p/19104/</a></p>
<div>
<p>Here are a few more, a summary of the other answers, and updated links:</p>
<ul>
<li><a href="http://www.bioconductor.org/packages/devel/bioc/html/deepSNV.html">deepSNV</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/24443148">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/early/2014/01/16/bioinformatics.btt750.short?rss=1">paper</a>)</li>
<li><a href="https://github.com/friend1ws/EBCall">EBCall</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23471004">abstract</a>) (<a href="http://nar.oxfordjournals.org/content/early/2013/03/06/nar.gkt126.abstract">paper</a>)</li>
<li><a href="http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_indels_SomaticIndelDetector.html">GATK SomaticIndelDetector</a> (note: only available after an annoying sign-up and login)</li>
<li><a href="https://github.com/sequencing/isaac_variant_caller">Isaac variant caller</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23736529">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/early/2013/06/04/bioinformatics.btt314.full.pdf">paper</a>)</li>
<li><a href="http://code.google.com/p/joint-snv-mix/">joint-snv-mix</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/22285562">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/28/7/907.long">paper</a>)</li>
<li><a href="http://sourceforge.net/projects/lofreq/">LoFreq</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23066108">abstract</a>) (<a href="http://nar.oxfordjournals.org/content/40/22/11189.long">paper</a>) (call on tumor &amp; normal separately and then use a filter to derive somatic events)</li>
<li><a href="http://compbio.bccrc.ca/software/mutationseq/">MutationSeq</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/22084253">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/28/2/167.abstract?keytype=ref&amp;ijkey=oj0Wpkhils4hmyC">paper</a>)</li>
<li><b><a href="https://github.com/broadinstitute/mutect">MutTect</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23396013">abstract</a>) (<a href="http://www.nature.com/nbt/journal/v31/n3/full/nbt.2514.html">paper</a>) (note: only available after an annoying sign-up and login)</b></li>
<li><a href="http://www.iro.umontreal.ca/~csuros/quadgt/">QuadGT</a> (for calling single-nucleotide variants in four sequenced genomes comprising a normal-tumor pair and the two parents)</li>
<li><a href="http://samtools.sourceforge.net/mpileup.shtml">samtools mpileup</a> - by piping BCF format output from this to <a href="https://github.com/samtools/samtools/tree/master/bcftools">bcftools view</a> and using the '-T pair' option</li>
<li><a href="https://sites.google.com/site/seuratsomatic/">Seurat</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23642077">abstract</a>) (<a href="http://www.biomedcentral.com/1471-2164/14/302/abstract">paper</a>)</li>
<li><a href="https://github.com/nhansen/Shimmer">Shimmer</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23620360">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/early/2013/05/08/bioinformatics.btt183.full">paper</a>)</li>
<li><a href="http://sourceforge.net/projects/solsnp/">SolSNP</a> (call on tumor &amp; normal separately and then compare to identify somatic events)</li>
<li><a href="http://compbio.bccrc.ca/software/snvmix/">SNVMix</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/20130035">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/26/6/730.long">paper</a>)</li>
<li><a href="http://soap.genomics.org.cn/SOAPsnv.html">SOAPsnv</a></li>
<li><a href="ftp://ftp.broadinstitute.org/pub/crd/SomaticCall/">SomaticCall</a> (<a href="http://www.broadinstitute.org/science/programs/genome-biology/computational-rd/somaticcall-manual">manual</a>)</li>
<li><a href="http://gmt.genome.wustl.edu/somatic-sniper/current/">SomaticSniper</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/22155872">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/28/3/311.long">paper</a>)</li>
<li><a href="https://sites.google.com/site/strelkasomaticvariantcaller/">Strelka</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/22581179">abstract</a>) (<a href="http://bioinformatics.oxfordjournals.org/content/28/14/1811">paper</a>)</li>
<li><b><a href="http://varscan.sourceforge.net/">VarScan2</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/22300766">abstract</a>) (<a href="http://genome.cshlp.org/content/22/3/568.long">paper</a>)</b></li>
<li><a href="http://sourceforge.net/p/virmid/wiki/Home/">Virmid</a> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/23987214">abstract</a>) (<a href="http://genomebiology.com/2013/14/8/R90/abstract">paper</a>)</li>
</ul>
<p>For a much more general discussion of variant calling (not necessarily somatic or limited to SNVs/InDels) check out this thread: <a href="http://www.biostars.org/p/613/">What Methods Do You Use For In/Del/Snp Calling?</a></p>
<p>Some papers describing comparisons of these callers:</p>
<ul>
<li><a href="http://www.ncbi.nlm.nih.gov/pubmed/23758877">Comparing somatic mutation-callers: Beyond Venn diagrams.</a></li>
<li><a href="http://www.ncbi.nlm.nih.gov/pubmed/23842810">A comparative analysis of algorithms for somatic SNV detection in cancer</a></li>
<li><a href="http://www.ncbi.nlm.nih.gov/pubmed/24112718">Detecting somatic point mutations in cancer genome sequencing data: a comparison of mutation callers</a></li>
<li><a href="http://www.ncbi.nlm.nih.gov/pubmed/24678773">Comparison of somatic mutation calling methods in amplicon and whole exome sequence data</a>.</li>
</ul>
<p>The <a href="https://www.synapse.org/#%21Synapse:syn312572/">ICGC-TCGA DREAM Mutation Calling challenge</a> has a component on somatic SNV calling.</p>
<p>This paper used validation data to compare popular somatic SNV callers:</p>
<p><a href="http://genomemedicine.com/content/5/10/91/">Detecting somatic point mutations in cancer genome sequencing data: a comparison of mutation callers</a></p>
<p>You'll need to update the link to MuTect. Broad Institute has begun to put portable versions of their tools <a href="https://github.com/broadinstitute/">on Github</a>, like the<a href="https://github.com/broadinstitute/mutect/releases">latest release of MuTect</a>. <a href="http://genome.wustl.edu/">The Genome Institute</a> at WashU has been using Github <a href="https://github.com/genome/">for a while</a>, but portable versions of their tools can be found <a href="http://gmt.genome.wustl.edu/">here</a> and <a href="http://tvap.genome.wustl.edu/">here</a>.</p>
<div>其实somatic的calling远比我们想象的要复杂：</div>
<div>
<p>To rehash/expand on what Dan said, if you're sequencing normal tissue, you generally expect to see single-nucleotide variant sites fall into one of three bins: 0%, 50%, or 100%, depending on whether they're heterozygous or homozygous.</p>
<p>With tumors, you have to deal with a whole host of other factors:</p>
<ol>
<li>Normal admixture in the tumor sample: lowers variant allele fraction (VAF)</li>
<li>Tumor admixture in the normal - this occurs when adjacent normals are used, or in hematological cancers, when there is some blood in the skin normal sample</li>
<li>Subclonal variants, which may occur in any fraction of the cells, meaning that your het-site VAF might be anywhere from 50% down to sub-1%, depending on the tumor's clonal architecture and the sensitivity of your method</li>
<li>Copy number variants, cn-neutral loss of heterozygosity, or ploidy changes, all of which again shift the expected distribution of variant fractions</li>
</ol>
<p>These, and other factors, make calling somatic variants difficult and still an area that is being heavily researched. If someone tells you that somatic variant calling is a solved problem, they probably have never tried to call somatic variants.</p>
<p>Sounds like somatic / tumor variant calling is something that will be solved by improvements at the wet lab side ( single cell selection / amplification / sequencing ) . Rather than at the computational side.</p>
<p>Well, single cell has a role to play (and would have more of one if WGA wasn't so lossy), but realistically, you can't sequence billions of cells from a tumor individually. Bulk sequencing still is going to have a role for quite a while.</p>
<p>Hell germ line calling isn't even a solved problem. Still get lots of false positives (and false negatives). It just tends to work so well that it is hard to improve it much except by making it faster, less memory intensive, etc</p>
<p>Solved was the wrong word. I just meant improved. There is only so much you can do at the computational side. Wet lab also has its part to play.</p>
<p>A germline variant caller generally has a ploidy-based genotyping algorithm built in to part of the algorithm/pipeline. I believe, IIRC, the GATK UnifiedGenotyper for instance does both variant calling and then genotype calling. So to call a genotype for a variant it is expecting a certain number of reads to support the alternative allele. When working with somatic variants all of the assumptions about how many reads you expect with a variant at a position to distinguish between true and false positives are no longer valid. Except for fixed mutations throughout the tumor population only some proportion of cells will hold a somatic variation. You also typically have some contamination from normal non-cancerous cells. Add in complications from significant genomic instability with lots of copy number variations and such and you have a need for a major change in your model for calling variation while minimizing artifactual calls. So you have a host of other programs that have been developed specifically for looking at somatic variation in tumor samples.</p>
<p>一篇文献：</p>
<h1>Comparison of somatic mutation calling methods in amplicon and whole exome sequence data</h1>
<p>是qiagen公司发的</p>
<p>High-throughput sequencing is rapidly becoming common practice in clinical diagnosis and cancer research. Many algorithms have been developed for <b>somatic single nucleotide variant (SNV) detection in matched tumor-normal DNA sequencing</b>. Although numerous studies have compared the performance of various algorithms on exome data, there has not yet been a systematic evaluation using PCR-enriched amplicon data with a range of variant allele fractions. The recently developed gold standard variant set for the reference individual NA12878 by the NIST-led “Genome in a Bottle” Consortium (NIST-GIAB) provides a good resource to evaluate admixtures with various SNV fractions.</p>
<p>Using the NIST-GIAB gold standard, we compared the performance of five popular somatic SNV calling algorithms (<b>GATK UnifiedGenotyper followed by simple subtraction, MuTect, Strelka, SomaticSniper and VarScan2</b>) for matched tumor-normal amplicon and exome sequencing data.</p>
<p>Nevertheless, detecting somatic mutations is still challenging, especially for low-allelic-fraction variants caused by tumor heterogeneity, copy number alteration, and sample degradation</p>
<p>We used <b>QIAGEN’s GeneRead DNAseq Comprehensive Cancer Gene Panel (CCP, Version 1)</b> for enrichment and library construction in triplicate。</p>
<p>QIAGEN’s GeneRead DNAseq Comprehensive Cancer Gene Panel (Version 1) was used to amplify the target region of interest (124 genes, 800 Kb).</p>
<p>When analyzing different types of data, use of different algorithms may be appropriate.</p>
<p><b>DNA samples of NA12878 and NA19129 were purchased from Coriell Institute. Sample mixtures were created based on the actual amplifiable DNA in each sample, resulting in 0%, 8%, 16%, 36%, and 100% of NA12878 sample mixed in the NA19129 sample, respectively.</b>We treated the mixed samples at 8%, 16%, 36%, and 100% as the virtual tumor samples and the 0% as the virtual normal sample.</p>
<p>五个软件的算法是：</p>
<p>1. NaiveSubtract — SNVs were called separately from virtual tumor and normal samples using GATK UnifiedGenotyper [<a href="http://www.biomedcentral.com/1471-2164/15/244#B22">22</a>]. For exome sequencing data, reads were already mapped, locally realigned and recalibrated by the 1,000 Genomes Project. So SNVs were directly called on the BAM files using GATK Unified Genotyper. Then, SNVs detected in the virtual normal sample were removed from the list of SNVs detected in the virtual tumor sample, leaving the “somatic” SNVs.</p>
<p>2. MuTect — MuTect is a method developed for detecting the most likely somatic point mutations in NGS data using a Bayesian classifier approach. The method includes pre-processing aligned reads separately in tumor and normal samples and post-processing resulting variants by applying an additional set of filters. We ran MuTect under the High-Confidence mode with its default parameter settings. We disabled the “Clustered position” filter and the “dbSNP filter” for the amplicon sequencing reads, and we disabled the “dbSNP filter” for the exome sequencing.</p>
<p>3. SomaticSniper — SomaticSniper calculates the Bayesian posterior probability of each possible joint genotype across the normal and cancer samples. We tuned the software’s parameters to increase sensitivity and then filtered raw results using a Somatic Score cut-off of 20 to improve specificity.</p>
<p>4. Strelka — Strelka reports the most likely genotype for tumor and normal samples based on a Bayesian probability model. Post-calling filters built into the software are based on factors such as read depth, mismatches, and overlap with indels. We skipped depth filtration for exome and amplicon sequencing data as recommended by the Strelka authors. For the amplicon sequencing reads, we set the minimum MAPQ score at 17 for consistency with the defaults in GATK UnifiedGenotyper. We used variants passing Strelka post-calling filters for analysis.</p>
<p>5. VarScan2 — VarScan2 performs analyses independently on pileup files from the tumor and normal samples to heuristically call a genotype at positions achieving certain thresholds of coverage and quality. Then, sites of the genotypes not matched in tumor and normal samples are classified into somatic, germline, or ambiguous groups using Fisher’s exact test. We generated the pileup files using SAMtools mpileup command.</p>
<p>The compatibility of the output VCF files between different methods as well as the NIST-GIAB gold standard was examined using bcbio.variation tools and manual inspection. The reported SNP call representations between files are comparable to each other.</p>
<p>来自于文献：<a href="http://www.biomedcentral.com/1471-2164/15/244">http://www.biomedcentral.com/1471-2164/15/244</a></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1288.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
