<?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/44616?offset=170</link>
	<atom:link href="https://bioinformaticsonline.com/related/44616?offset=170" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/4413/demo-4-using-blastblat-in-ensembl</guid>
	<pubDate>Tue, 10 Sep 2013 11:54:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/4413/demo-4-using-blastblat-in-ensembl</link>
	<title><![CDATA[Demo 4: Using BLAST/BLAT in Ensembl]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/PFCv3-ujrqk" frameborder="0" allowfullscreen></iframe>We demonstrate the BLAST/BLAT tool in Ensembl.  Search for a sequence in Ensembl, and identify hits to the genome, or to genes, with this tool.]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/28199/genome-workbench-2107</guid>
	<pubDate>Fri, 01 Jul 2016 12:09:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/28199/genome-workbench-2107</link>
	<title><![CDATA[Genome Workbench 2.10.7]]></title>
	<description><![CDATA[<p>Genome Workbench 2.10.7 is here! New features include added support for local custom BLAST databases and improvements to Tree View.</p><p>For the full list of features, improvements and fixes, see the release notes:<a href="https://ncbi.nlm.nih.gov/tools/gbench/releasenotes" target="_blank">https://ncbi.nlm.nih.gov/tools/gbench/releasenotes</a></p><p>New Features</p><ul>
<li>BLAST Tool: added support for local custom BLAST databases</li>
<li>Graphical Sequence View: added log scaling option for graph tracks</li>
<li>Generic Table View:&nbsp;<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial17">new tutorial</a>&nbsp;added</li>
</ul><p>Bug Fixes and Improvements</p><ul>
<li>Project Tree View: Genomic Collections/Assemblies now show accessions, not just names</li>
<li>Tree View: layout updated to better accommodate nodes of different sizes</li>
<li>Table Import Dialog (MacOS): fixed issue with table visibility</li>
<li>Fixed bug where different molecules IDs in GenBank could resolve to the same sequence</li>
<li>Graphical Sequence View: fixed issue where sequence track was not shown for some sequences</li>
<li>Graphical Sequence View: fixed protein coloration methods</li>
<li>Graphical Sequence View: improved rendering of Markers to better indicate boundaries and produce higher quality PDF images</li>
<li>Create Gene Model tool: fixed scenario when gene model tool failed with local sequences</li>
<li>Search View: ORF Finder &ndash; fixed incorrect protein lengths</li>
<li>Fixed bug with not opening project file (.gbp) on a click</li>
<li>Fixed issues in GVF import</li>
<li>Fixed BLAST Search tool against NCBI databases not working</li>
<li>Fixed tblastn (protein BLAST) not working in standalone mode</li>
<li>Fixed GTF export failure</li>
</ul>]]></description>
	<dc:creator>Gudiya Pal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/34600/converting-blast-output-into-csv</guid>
	<pubDate>Mon, 11 Dec 2017 04:17:58 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/34600/converting-blast-output-into-csv</link>
	<title><![CDATA[Converting BLAST output into CSV]]></title>
	<description><![CDATA[<p>Suppose we wanted to do something with all this BLAST output. Generally, that&rsquo;s the case - you want to retrieve all matches, or do a reciprocal BLAST, or something.</p><p>As with most programs that run on UNIX, the text output is in some specific format. If the program is popular enough, there will be one or more parsers written for that format &ndash; these are just utilities written to help you retrieve whatever information you are interested in from the output.</p><p>Let&rsquo;s conclude this tutorial by converting the BLAST output in out.txt into a spreadsheet format, using a Python script.&nbsp;</p><p>First, we need to get the script. We&rsquo;ll do that using the &lsquo;git&rsquo; program:</p><div><div><pre>git clone <a href="https://github.com/ngs-docs/ngs-scripts.git">https://github.com/ngs-docs/ngs-scripts.git</a> /root/ngs-scripts
</pre></div></div><p>We&rsquo;ll discuss &lsquo;git&rsquo; more later; for now, just think of it as a way to get ahold of a particular set of files. In this case, we&rsquo;ve placed the files in /root/ngs-scripts/, and you&rsquo;re looking to run the script blast/blast-to-csv.py using Python:</p><div><div><pre>python /root/ngs-scripts/blast/blast-to-csv.py out.txt
</pre></div></div><p>This outputs a spread-sheet like list of names and e-values. To save this to a file, do:</p><div><div><pre>python /root/ngs-scripts/blast/blast-to-csv.py out.txt &gt; ~out.csv
</pre></div></div><p>If you have Excel installed, try double clicking on it.</p>]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/40589/new-layout-for-blast-ftp-database-site</guid>
	<pubDate>Tue, 21 Jan 2020 11:57:11 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/40589/new-layout-for-blast-ftp-database-site</link>
	<title><![CDATA[New Layout for BLAST ftp Database Site]]></title>
	<description><![CDATA[<p>As announced previously, the new default database version for&nbsp;<a href="https://ncbiinsights.ncbi.nlm.nih.gov/2019/12/18/blast-2-10-0/" target="_blank" title="Follow link">BLAST+</a>&nbsp;is&nbsp;<a href="https://ncbiinsights.ncbi.nlm.nih.gov/2019/09/30/protein-blastdbs-accession-based/" target="_blank" title="Follow link">dbV5</a>.&nbsp; To complete this transition, the&nbsp;<a href="ftp://ftp.ncbi.nlm.nih.gov/blast/db/" target="_blank" title="Follow link">ftp database site</a>&nbsp;will be updated to support this change.&nbsp; We expect this change to happen around February 4<sup>th</sup>, please adjust your scripts or procedures accordingly.</p><p>Here is a list of what is changing:</p><ol>
<li>All databases at the root level will be dbV5.</li>
<li>The dbV5 file naming, &nbsp;&ldquo;_v5&rdquo; will be removed. Databases with &nbsp;no &ldquo;_vX&rdquo; descriptor will be dbV5.</li>
<li>dbV4 tarballs will be renamed with "_v4", files included in tarball will not be renamed.</li>
<li>dbV4 databases will be moved to a v4 subdirectory.</li>
<li>As of 1/13/20 the Cloud directory will be frozen with no more new entries.</li>
<li>The will be no more updates to dbV4 databases.</li>
<li>The FASTA directory will contain nr, nt, swissprot, and pdbaa files.</li>
</ol><p>If you have any questions or concerns, please contact&nbsp;<a href="mailto:blast-help@ncbi.nlm.nih.gov" target="_blank" title="Follow link">blast-help@ncbi.nlm.nih.gov</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/43424/rest-api</guid>
	<pubDate>Mon, 04 Oct 2021 12:46:40 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/43424/rest-api</link>
	<title><![CDATA[REST API]]></title>
	<description><![CDATA[<h3 id="PSIBLASTHelpandDocumentation-RESTAPI">REST API</h3><p>The&nbsp;<a href="https://www.ebi.ac.uk/seqdb/confluence/pages/viewpage.action?pageId=68165098">Representational State Transfer (REST)</a>&nbsp;sample clients are provided for a number of programming languages. For details of how to use these clients,&nbsp;<a href="https://github.com/ebi-wp/webservice-clients">download</a>&nbsp;the client and run the program without any arguments.</p><div><table><colgroup><col><col><col></colgroup>
<thead>
<tr><th scope="col">
<div>Language</div>
</th><th scope="col">
<div>Download</div>
</th><th scope="col">
<div>Requirements</div>
</th></tr>
</thead>
<tbody>
<tr><th>Perl</th>
<td><a href="https://raw.githubusercontent.com/ebi-wp/webservice-clients/master/perl/psiblast.pl">psiblast.pl</a></td>
<td><a href="http://search.cpan.org/perldoc?LWP">LWP</a>&nbsp;and&nbsp;<a href="http://search.cpan.org/perldoc?XML::Simple">XML::Simple</a></td>
</tr>
<tr><th colspan="1">
<h4 id="PSIBLASTHelpandDocumentation-Python">Python</h4>
</th>
<td colspan="1">
<p><a href="https://raw.githubusercontent.com/ebi-wp/webservice-clients/master/python/psiblast.py">psiblast.py</a></p>
</td>
<td colspan="1"><a href="https://pypi.python.org/pypi/xmltramp2/3.0.10" title="https://pypi.python.org/pypi/xmltramp2/3.0.10">xmltramp2</a></td>
</tr>
</tbody>
</table></div><p>For details see&nbsp;<a href="https://www.ebi.ac.uk/seqdb/confluence/display/JDSAT/Environment+setup+for+REST+Web+Services">Environment setup for REST Web Services</a>&nbsp;and&nbsp;<a href="https://www.ebi.ac.uk/seqdb/confluence/display/JDSAT/Examples+for+Perl+REST+Web+Services+Clients">Examples for Perl REST Web Services Clients</a>&nbsp;pages.</p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36893/beap-blast-extension-and-assembly-program</guid>
	<pubDate>Mon, 11 Jun 2018 04:52:56 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36893/beap-blast-extension-and-assembly-program</link>
	<title><![CDATA[BEAP: Blast Extension and Assembly Program]]></title>
	<description><![CDATA[The Blast Extension and Assembly Program (BEAP) is a computer program that uses a short starting DNA fragment, often a EST or partial gene segment, as "primer", to recursively blast nucleotide databases in an attempt to obtain all sequences that overlaps, directly or indirectly, with the "primer" therefore help to "extend" the length of the original sequence for constructing a "full length" sequence for functional analysis, or at least to obtain neighboring regions of the segment for SNP discovery and linkage disequilibrium analysis. The confidence of assembling the resulting sequences is achieved by using a known genome, such as human genome, as a reference.
 
https://www.animalgenome.org/tools/beap/<p>Address of the bookmark: <a href="https://www.animalgenome.org/tools/beap/" rel="nofollow">https://www.animalgenome.org/tools/beap/</a></p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/2423/cancers-origins-revealed</guid>
	<pubDate>Thu, 15 Aug 2013 13:06:56 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/2423/cancers-origins-revealed</link>
	<title><![CDATA[Cancer's origins revealed]]></title>
	<description><![CDATA[<p>Researchers have provided the first comprehensive compendium of mutational processes that drive tumour development. Together, these mutational processes explain most mutations found in 30 of the most common cancer types. This new understanding of cancer development could help to treat and prevent a wide-range of cancers.<br /><br />More at &gt;&gt; http://www.sanger.ac.uk/about/press/2013/130814.html</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/4762/how-dna-is-packaged-advanced</guid>
	<pubDate>Mon, 23 Sep 2013 18:08:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/4762/how-dna-is-packaged-advanced</link>
	<title><![CDATA[How DNA is Packaged (Advanced)]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/gbSIBhFwQ4s" frameborder="0" allowfullscreen></iframe>Each chromosome consists of one continuous thread-like molecule of DNA coiled tightly around proteins, and contains a portion of the 6,400,000,000 basepairs (DNA building blocks) that make up your DNA. 
Originally created for DNA Interactive ( http://www.dnai.org ).
TRANSCRIPT: In this animation we'll see the remarkable way our DNA is tightly packed up to fit into the nucleus of every cell. The process starts with assembly of a nucleosome, which is formed when eight separate histone protein subunits attach to the DNA molecule. The combined tight loop of DNA and protein is the nucleosome. Six nucleosomes are coiled together and these then stack on top of each other. The end result is a fiber of packed nucleosomes known as chromatin. This structure, is then looped and further packaged using other proteins (which are not shown here) to give the final "chromosomal" shapes. It is this remarkable multiple folding which allows six feet of DNA to fit into the nucleus of each cell in our body. And a typical cell nucleus is so small that ten thousand could fit on the tip of a needle. It is important to realize that chromosomes are not always present, they form only when cells are dividing. At other times, as we can see here at the end of cell division, our DNA becomes less highly organized.)]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/8639/edit-dna</guid>
	<pubDate>Wed, 05 Mar 2014 02:27:54 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/8639/edit-dna</link>
	<title><![CDATA[Edit DNA !!!]]></title>
	<description><![CDATA[<p>A genome-engineering tool known as Crispr may allow scientists to alter the DNA of humans, animals and plants, a research breakthrough that promises to make a significant impact on science and fighting diseases, according to a <a href="http://www.nytimes.com/2014/03/04/health/a-powerful-new-way-to-edit-dna.html">March 3 story in the <em>New York Times</em></a>. Scientists hope Crispr might also be used for genomic surgery, as it were, to correct errant genes that cause disease.</p><p>A rescently publication paper ( http://jb.asm.org/content/169/12/5429.long )shows significance of an unusual repeated DNA sequences next to a gene in a common bacterium, and their scientific significance. The sequences, it turns out, are part of a sophisticated immune system that bacteria use to fight viruses. And that system, whose very existence was unknown until about seven years ago, may provide scientists with unprecedented power to rewrite the code of life. This means a genome can be edited, much as a writer might change words or fix spelling errors. It allows &ldquo;customizing the genome of any cell or any species at will,&rdquo;.</p><p>Reference:</p><p>http://www.prweb.com/releases/2014/03/prweb11636031.htm</p><p>http://www.nytimes.com/2014/03/04/health/a-powerful-new-way-to-edit-dna.html?hpw&amp;rref=health</p><p>http://jb.asm.org/content/169/12/5429.long</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/23838/scripted-dna</guid>
	<pubDate>Mon, 17 Aug 2015 17:44:04 -0500</pubDate>
	<link>https://bioinformaticsonline.com/file/view/23838/scripted-dna</link>
	<title><![CDATA[Scripted DNA !!!]]></title>
	<description><![CDATA[<p>As per bioinformatician DNA is partially scripted ;) You dont believe in it. Please have a look at image carefully:)</p>]]></description>
	<dc:creator>Jit</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/23838" length="13498" type="image/gif" />
</item>

</channel>
</rss>