<?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: All site questions]]></title>
	<link>https://bioinformaticsonline.com/answers/?offset=120</link>
	<atom:link href="https://bioinformaticsonline.com/answers/?offset=120" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26714/how-to-determine-rg-tags-from-a-fastq-header</guid>
	<pubDate>Sat, 19 Mar 2016 04:04:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26714/how-to-determine-rg-tags-from-a-fastq-header</link>
	<title><![CDATA[how to determine @RG tags from a FastQ  header??]]></title>
	<description><![CDATA[<p>i have downloaded sra file and converted into paired end FastQ having following headers:</p><p>@HWUSI-EAS754_0001:4:1:5605:1034#GCCAT</p><p>The head and tail of file are as follow</p><p>Head:</p><p>==&gt; ERR042057_1.fastq &lt;==<br />@HWUSI-EAS754_0001:4:1:5605:1034#GCCAAT<br />TNACTGTTTCTCTAAAACCTTACAAGAAAAACTAAGCTTCTCTAAACTTGTATTCATTATGGGAGNATGNCA<br />+HWUSI-EAS754_0001:4:1:5605:1034#GCCAAT<br />C)CCCGGGGGIIIIIIIIIIIIIHIIIIIIIIIIIGIHIIIIIHHIIIHIHIIHIIHIIHAAA?B#######<br />@HWUSI-EAS754_0001:4:1:6122:1035#GCCAAT<br />ANGTTGTCTAAAGTAATAACTCCATTGGCTATTATTTTCTAAACATCTAAAACAAAACTTAACTANCGANAT<br />+HWUSI-EAS754_0001:4:1:6122:1035#GCCAAT<br />B(B?BGGGGGIIIICIIIIIIIIIIIIIIIIHIHIIIIIIIIIIIIGIIIIIIFIIIIGIEEECE#######<br />@HWUSI-EAS754_0001:4:1:6654:1035#GCCAAT<br />TNTTTAAATAAAAGGTTCTGTATCTTGATCCTGAAGTATCCTGTAATAGCCTACAGTGAAAAGAANACANTT<br /><br />==&gt; ERR042057_2.fastq &lt;==<br />@HWUSI-EAS754_0001:4:1:5605:1034#GCCAAT<br />AAGAAATTTATTCCTGCAGATCAATATTTCCCGCAACCACTTGAGAATTTCTGTGCTACTAAGCATTTGATG<br />+HWUSI-EAS754_0001:4:1:5605:1034#GCCAAT<br />IIHHHIIIIHIHIIHGIIIIIIGIHGGG4D&lt;??:@CC?C@CGEDFGEEEEGH&gt;EH&lt;BEEFED8CFBEBEB?#<br />@HWUSI-EAS754_0001:4:1:6122:1035#GCCAAT<br />AGAAACTGAGCTGAAGAGGGTAAAAGTCCTTGGCTCAGGTGCTTTTGGAACGGTTTATAAAGTAAGTAAAAA<br />+HWUSI-EAS754_0001:4:1:6122:1035#GCCAAT<br />HHGHHHHHHHHHHHHHFHHHHHHFFHEHHHGHGH&lt;DBDB=DDDDDBFCDEB&gt;&lt;BB&gt;CBDB=D?BE?8A?A37<br />@HWUSI-EAS754_0001:4:1:6654:1035#GCCAAT<br />CTAAACCCCCCCCCACCCCACCCCCCCACCACACCAACCCCACCCACACACCCCAACCACCCTCACACTCTC<br /><br /><br /><br />Tail:<br /><br />==&gt; ERR042057_1.fastq &lt;==<br />+HWUSI-EAS754_0001:4:120:19005:21176#GCCAAT<br />G&gt;D&gt;DBDDGBGGE@&gt;EGGGGBG;GGGGDBG##########################################<br />@HWUSI-EAS754_0001:4:120:19024:21176#GCCAAT<br />GAGAAAGAATTCAAACTGATTTTTCTTTTCTTNNNNNNNNNNNNGGGCACTNNNNNNNNNNNTGGCCCTCCT<br />+HWUSI-EAS754_0001:4:120:19024:21176#GCCAAT<br />IIIEIIIHIIIHIIIIIIEIHIIIIHHIII##########################################<br />@HWUSI-EAS754_0001:4:120:19130:21175#GCCAAT<br />CGGGGAAGAGCGCCAGCACCGAGGTGCCAGGTNNNNNNNNNNNNGCGGAGAANNNNNNNNNNATCATGCAGT<br />+HWUSI-EAS754_0001:4:120:19130:21175#GCCAAT<br />HIGIIHIIIIIIIHDIIHIIGGII@DD?BD##########################################<br /><br />==&gt; ERR042057_2.fastq &lt;==<br />+HWUSI-EAS754_0001:4:120:19005:21176#GCCAAT<br />?AA6A?A?A?A@@&lt;A#########################################################<br />@HWUSI-EAS754_0001:4:120:19024:21176#GCCAAT<br />ATTAGCAGACATATATCTTTTCTCTGAAATCTAAATACTTGCAGAAATACTAATTTTCATTTTATATTATGT<br />+HWUSI-EAS754_0001:4:120:19024:21176#GCCAAT<br />HGHHFFEHEHHHFHHBDBH:DGGGEHFBHHHDGHHHDHDHBGGGEGGEGGGBGGG(+:;;F&lt;=F@;FE?EGG<br />@HWUSI-EAS754_0001:4:120:19130:21175#GCCAAT<br />CAAAGCAGGCCCCACGAGGCTGGCTGCGTGCGGGGTGCTCACCCGTGGCCGGTCCTGCGGGGCCCGCTGATC<br />+HWUSI-EAS754_0001:4:120:19130:21175#GCCAAT<br />HFHHHHHHEHHHHHHA3E8GD&gt;GGBBEEBEGG&lt;G&gt;?AD&gt;GGGEEGD&gt;G@DGD3D##################</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>How to determine the @RG ?</p><p>&nbsp;</p><p>I'm using the following command to add @RG tag:</p><p>java -jar picard.jar AddOrReplaceReadGroups I=input.bam O=output.bam RGID=? RGLB=? RGPL=illumina RGPU=? RGSM=?</p><p>&nbsp;</p><p>&nbsp;</p><p>What should be the @RG tags values for following parameters:</p><p>RGID=?</p><p>RGLB=?</p><p>RGPL=illumina</p><p>RGPU=?</p><p>RGSM=?</p><p>The link for SRA data is :</p><p>http://www.ncbi.nlm.nih.gov/sra/ERX019190[accn</p><p>&nbsp;</p><p>&nbsp;</p><p>Thankyou in advance</p><p>&nbsp;</p>]]></description>
	<dc:creator>Nadia Baig</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26599/is-there-any-database-other-than-geo-ncbi-ncbi-src-database-to-get-exome-data</guid>
	<pubDate>Thu, 10 Mar 2016 13:28:46 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26599/is-there-any-database-other-than-geo-ncbi-ncbi-src-database-to-get-exome-data</link>
	<title><![CDATA[Is there any database other than GEO ncbi, ncbi src database to get exome data??]]></title>
	<description><![CDATA[<p>Iam searching for the exome data for an eye disease "Glaucoma" obtained by next generation sequencing platform but unfortunately &nbsp;i am not able to get that data. I have already searched ncbi SRC, GEO data sets of ncbi but no data is available. Is there any database other than these to get data in FASTQC format?? Or any article related to glaucoma where information about datasets is available.</p><p>thanks</p>]]></description>
	<dc:creator>Nadia Baig</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26579/comparison-of-mapping-tools</guid>
	<pubDate>Tue, 08 Mar 2016 07:34:19 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26579/comparison-of-mapping-tools</link>
	<title><![CDATA[Comparison of mapping tools !]]></title>
	<description><![CDATA[<p><span>There are many mapping tools, and each one has its own specifications. Once we have two or more tools for similar purposes, how can we say which tool is better?</span></p>]]></description>
	<dc:creator>pradyumna Jayaram</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26563/whar-are-n50-and-l50-of-a-contig-assembly-file-how-to-calculate-it</guid>
	<pubDate>Fri, 04 Mar 2016 05:46:52 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26563/whar-are-n50-and-l50-of-a-contig-assembly-file-how-to-calculate-it</link>
	<title><![CDATA[Whar are N50 and L50 of a contig assembly file? How to calculate it?]]></title>
	<description><![CDATA[<p>I am currently dealing with new contig assembly dataset, and bit confused about N50 and L50 stuff ....</p>]]></description>
	<dc:creator>Gudiya Pal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26549/what-is-a-oligodomain</guid>
	<pubDate>Tue, 01 Mar 2016 00:27:06 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26549/what-is-a-oligodomain</link>
	<title><![CDATA[what is a oligodomain ?]]></title>
	<description><![CDATA[]]></description>
	<dc:creator>Amala Arumugam</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26460/fasta-error-with-sift</guid>
	<pubDate>Thu, 25 Feb 2016 01:01:34 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26460/fasta-error-with-sift</link>
	<title><![CDATA[FASTA error with Sift ?]]></title>
	<description><![CDATA[<p>Can anyone tell me how to rectify the problem in Sift ? While am running the fasta sequence of my protein of interest its showing error after few minutes and&nbsp; few times it giving job id but am not getting the result</p>]]></description>
	<dc:creator>Amala Arumugam</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26289/does-any-one-knows-bioconducter</guid>
	<pubDate>Fri, 05 Feb 2016 06:00:19 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26289/does-any-one-knows-bioconducter</link>
	<title><![CDATA[Does any one knows Bioconducter]]></title>
	<description><![CDATA[]]></description>
	<dc:creator>kritika mishra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26162/bioinformatics-study-partner</guid>
	<pubDate>Sat, 23 Jan 2016 11:46:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26162/bioinformatics-study-partner</link>
	<title><![CDATA[bioinformatics study partner]]></title>
	<description><![CDATA[<p>where can i find a bioinformatics study partner online , to discuss , work toghether in the field&nbsp;</p>]]></description>
	<dc:creator>karimse07</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/25975/protein-structure-and-domain-help-needed</guid>
	<pubDate>Mon, 11 Jan 2016 00:43:47 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/25975/protein-structure-and-domain-help-needed</link>
	<title><![CDATA[Protein structure and domain help needed !]]></title>
	<description><![CDATA[<p>what does it mean in protein structure as one domain, two domain, three domain and so on ? can anybody help me to know about this ? if there is any link or related article plz do a share.</p><p>PS: in relation protein structure</p>]]></description>
	<dc:creator>Amala Arumugam</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/25829/german-universities-providing-masters-in-bioinformatics</guid>
	<pubDate>Sun, 03 Jan 2016 01:38:16 -0600</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/25829/german-universities-providing-masters-in-bioinformatics</link>
	<title><![CDATA[German universities providing Masters' in Bioinformatics?]]></title>
	<description><![CDATA[<p>Hello fellow bioinformaticians,</p><p>Does anyone know of any German universities providing Masters' in Bioinformatics in English language?(besides FU Berlin)</p><p>Thank you in advance!</p>]]></description>
	<dc:creator>Manas Joshi</dc:creator>
</item>

</channel>
</rss>