<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/2518?offset=320</link>
	<atom:link href="https://bioinformaticsonline.com/related/2518?offset=320" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43112/calling-variants-in-non-diploid-systems</guid>
	<pubDate>Sat, 26 Jun 2021 15:37:49 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43112/calling-variants-in-non-diploid-systems</link>
	<title><![CDATA[Calling variants in non-diploid systems]]></title>
	<description><![CDATA[<p><span>The main challenge associated with non-diploid variant calling is the difficulty in distinguishing between the sequencing noise (abundant in all NGS platforms) and true low frequency variants. Some of the early attempts to do this well have been accomplished on human mitochondrial&nbsp;</span><span>DNA</span><span>&nbsp;although the same approaches will work equally good on viral and bacterial genomes (</span><a href="https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/non-dip/tutorial.html#Rebolledo-Jaramillo2014">Rebolledo-Jaramillo&nbsp;<em>et al.</em>&nbsp;2014</a><span>,&nbsp;</span><a href="https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/non-dip/tutorial.html#Li2015">Li&nbsp;<em>et al.</em>&nbsp;2015</a><span>).</span></p><p>Address of the bookmark: <a href="https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/non-dip/tutorial.html" rel="nofollow">https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/non-dip/tutorial.html</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table</guid>
	<pubDate>Tue, 15 May 2018 07:39:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table</link>
	<title><![CDATA[Convert VCF to tab-deilimited table]]></title>
	<description><![CDATA[
<p>Performed with GATK :</p>

<p>java -Xmx8g -jar GenomeAnalysisTK.jar \<br /> -T VariantsToTable \<br /> -R reference.fa \<br /> -V reference_genomes_GT.vcf \<br /> -F CHROM -F POS -F REF -F ALT -GF GT \<br /> -o reference_genomes_GT.table<br />multiple_sample.vcf should also be converted to multiple_sample_GT.table using this approach.</p>
]]></description>
	<dc:creator>Seema Singh</dc:creator>
</item>

</channel>
</rss>