<?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/36746?offset=110</link>
	<atom:link href="https://bioinformaticsonline.com/related/36746?offset=110" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40940/consed-a-finishing-package-bam-file-viewer-assembly-editor-autofinish-autoreport-autoedit-and-align-reads-to-reference-sequence</guid>
	<pubDate>Fri, 07 Feb 2020 07:16:22 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40940/consed-a-finishing-package-bam-file-viewer-assembly-editor-autofinish-autoreport-autoedit-and-align-reads-to-reference-sequence</link>
	<title><![CDATA[Consed--A Finishing Package (BAM File Viewer, Assembly Editor, Autofinish, Autoreport, Autoedit, and Align Reads To Reference Sequence)]]></title>
	<description><![CDATA[<ul>
<li>Supports Illumina, 454, other Next-Gen and Sanger Reads and allows mixtures of these read types</li>
<li>Consed includes BamScape which can view bam files with unlimited numbers of reads. BamScape can bring up consed to edit reads and the reference sequence in targeted regions.</li>
<li>Consed is compatible with Newbler, Cross_match, Phrap, MIRA, Velvet and PCAP output.</li>
<li>Quickly takes the user to each variant site for viewing (also available as an automated report)</li>
<li>Overview of assembly can help detect and fix misassemblies</li>
<li>Editing time reduced by the program's ability to pin-point problem areas</li>
<li>Editing is guided by error probabilities</li>
</ul><p>Address of the bookmark: <a href="http://www.phrap.org/consed/consed.html" rel="nofollow">http://www.phrap.org/consed/consed.html</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44663/svbyeye-r-package-to-visualize-alignments-between-two-or-multiple-dna-sequences</guid>
	<pubDate>Tue, 17 Sep 2024 02:34:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44663/svbyeye-r-package-to-visualize-alignments-between-two-or-multiple-dna-sequences</link>
	<title><![CDATA[SVbyEye: R Package to visualize alignments between two or multiple DNA sequences]]></title>
	<description><![CDATA[<p dir="auto">R Package to visualize alignments between two or multiple DNA sequences including<br>a number of functionalities to facilitate processing of alignments in PAF format.</p>
<p dir="auto"><span>SVbyEye, an open-source R package to visualize and annotate sequence-to-sequence alignments along with various functionalities to process alignments in PAF format. The tool facilitates the characterization of complex SVs in the context of sequence homology helping resolve the mechanisms underlying their formation. Availability and implementation SVbyEye is available at https://github.com/daewoooo/SVbyEye.</span></p>
<p dir="auto">Author: David Porubsky</p><p>Address of the bookmark: <a href="https://github.com/daewoooo/SVbyEye" rel="nofollow">https://github.com/daewoooo/SVbyEye</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38646/visnetwork-an-r-package-for-network-visualization-using-visjs-javascript-library</guid>
	<pubDate>Wed, 09 Jan 2019 11:00:32 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38646/visnetwork-an-r-package-for-network-visualization-using-visjs-javascript-library</link>
	<title><![CDATA[visNetwork: an R package for network visualization, using vis.js javascript library]]></title>
	<description><![CDATA[<div id="introduction">
<p><strong>visNetwork</strong>&nbsp;is an R package for network visualization, using&nbsp;<strong>vis.js</strong>&nbsp;javascript library (<a href="http://visjs.org/">http://visjs.org/</a>). All remarks and bugs are welcome on github :&nbsp;<a href="https://github.com/datastorm-open/visNetwork">https://github.com/datastorm-open/visNetwork</a>.</p>
</div>
<div id="features">
<h2>Features</h2>
<p>Based on&nbsp;<a href="http://www.htmlwidgets.org/">htmlwidgets</a>, so :</p>
<ul>
<li>compatible with&nbsp;<a href="http://shiny.rstudio.com/">shiny</a>, R Markdown documents, and RStudio viewer</li>
</ul>
<p>The package proposes all the features available in&nbsp;<strong>vis.js</strong>&nbsp;API, and even more with special features for R :</p>
<ul>
<li>easy to use</li>
<li>custom shapes, styles, colors, sizes, &hellip;</li>
<li>works smooth on any modern browser for up to a few thousand nodes and edges</li>
<li>interactivity controls (highlight, collapsed nodes, selection, zoom, physics, movement of nodes, tooltip, events, &hellip;)</li>
<li>visualize&nbsp;<code>rpart</code>&nbsp;tree</li>
<li></li>
</ul>
</div><p>Address of the bookmark: <a href="https://datastorm-open.github.io/visNetwork/" rel="nofollow">https://datastorm-open.github.io/visNetwork/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39114/plumberan-r-package-that-converts-your-existing-r-code-to-a-web-api</guid>
	<pubDate>Wed, 13 Mar 2019 19:20:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39114/plumberan-r-package-that-converts-your-existing-r-code-to-a-web-api</link>
	<title><![CDATA[plumber:An R package that converts your existing R code to a web API]]></title>
	<description><![CDATA[<p>plumber allows you to create a REST API by merely decorating your existing R source code with special comments. Take a look at an example.</p>
<pre><code><span># plumber.R
</span><span>
</span><span>#* Echo back the input
#* @param msg The message to echo
#* @get /echo
</span><span>function</span><span>(</span><span>msg</span><span>=</span><span>""</span><span>){</span><span>
  </span><span>list</span><span>(</span><span>msg</span><span> </span><span>=</span><span> </span><span>paste0</span><span>(</span><span>"The message is: '"</span><span>,</span><span> </span><span>msg</span><span>,</span><span> </span><span>"'"</span><span>))</span><span>
</span><span>}</span><span>

</span><span>#* Plot a histogram
#* @png
#* @get /plot
</span><span>function</span><span>(){</span><span>
  </span><span>rand</span><span> </span><span>&lt;-</span><span> </span><span>rnorm</span><span>(</span><span>100</span><span>)</span><span>
  </span><span>hist</span><span>(</span><span>rand</span><span>)</span><span>
</span><span>}</span><span>

</span><span>#* Return the sum of two numbers
#* @param a The first number to add
#* @param b The second number to add
#* @post /sum
</span><span>function</span><span>(</span><span>a</span><span>,</span><span> </span><span>b</span><span>){</span><span>
  </span><span>as.numeric</span><span>(</span><span>a</span><span>)</span><span> </span><span>+</span><span> </span><span>as.numeric</span><span>(</span><span>b</span><span>)</span><span>
</span><span>}</span></code></pre><p>Address of the bookmark: <a href="https://www.rplumber.io/" rel="nofollow">https://www.rplumber.io/</a></p>]]></description>
	<dc:creator>BioJoker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/40596/igblast-a-popular-ncbi-package-for-classifying-and-analyzing-immunoglobulin-ig-and-t-cell-receptor-tcr-variable-domain-sequences</guid>
	<pubDate>Thu, 23 Jan 2020 11:34:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/40596/igblast-a-popular-ncbi-package-for-classifying-and-analyzing-immunoglobulin-ig-and-t-cell-receptor-tcr-variable-domain-sequences</link>
	<title><![CDATA[IgBLAST: a popular NCBI package for classifying and analyzing immunoglobulin (IG) and T cell receptor (TCR) variable domain sequences]]></title>
	<description><![CDATA[<p>NCBI team released a new version of IgBLAST with four new improvements. IgBLAST is a popular NCBI package for classifying and analyzing immunoglobulin (IG) and T cell receptor (TCR) variable domain sequences. Improvements are:<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 1. Support for the new FWR4 annotation feature in the AIRR format, both in standard format and in the AIRR alignment format.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 2. The previous &ldquo;-penalty&rdquo; parameter was renamed as -V_penalty to be consistent with other IgBLAST penalty options.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 3. Restored constant internal BLAST search parameters for domain annotation (i.e., FWR/CDR) such that this process is not influenced by user parameters.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 4. Corrected FWR/CDR annotations for certain mouse VK and rat VH germline genes.<span style="font-size: 12.8px;">&nbsp;</span></p><p><span style="text-decoration: underline;"></span></p><p>IgBLAST 1.15.0 is available for&nbsp;<a href="https://ftp.ncbi.nih.gov/blast/executables/igblast/release/LATEST/" target="_blank">download</a>&nbsp;from the BLAST FTP area. See the the new&nbsp;<a href="https://ncbi.github.io/igblast/" target="_blank">manual</a>&nbsp;on GitHub for information about setting up and running IgBLAST.</p><p><span style="text-decoration: underline;"></span></p><p>&nbsp;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><span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p><span style="text-decoration: underline;"></span>&nbsp;</p>]]></description>
	<dc:creator>BioJoker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42017/gromacs-a-versatile-package-to-perform-molecular-dynamics</guid>
	<pubDate>Thu, 06 Aug 2020 22:40:38 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42017/gromacs-a-versatile-package-to-perform-molecular-dynamics</link>
	<title><![CDATA[GROMACS: a versatile package to perform molecular dynamics]]></title>
	<description><![CDATA[<p><span>GROMACS is a versatile package to perform molecular dynamics, i.e simulate the Newtonian equations of motion for systems with hundreds to millions of particles. GROMACS is able to work with many biochemical molecules like proteins, lipids and nucleic acids. The WeNMR GROMACS web portal combines the versatility of this molecular dynamics package with the calculation power of the eNMR grid. This will enable you to perform many simulations from the comfort of your internet browser anywhere in the world. The server is furthermore aimed to provide a user friendly and efficient MD experience by performing many preparation and optimization steps automatically.</span></p>
<p>GROMACS conda&nbsp;<a href="https://bioconda.github.io/recipes/gromacs/README.html">https://bioconda.github.io/recipes/gromacs/README.html</a>&nbsp;</p><p>Address of the bookmark: <a href="http://haddock.science.uu.nl/enmr/services/GROMACS/main.php" rel="nofollow">http://haddock.science.uu.nl/enmr/services/GROMACS/main.php</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44414/reconplot-an-r-package-for-the-visualization-and-interpretation-of-genomic-rearrangements</guid>
	<pubDate>Thu, 14 Dec 2023 12:33:19 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44414/reconplot-an-r-package-for-the-visualization-and-interpretation-of-genomic-rearrangements</link>
	<title><![CDATA[ReConPlot: an R package for the visualization and interpretation of genomic rearrangements]]></title>
	<description><![CDATA[<p>ReConPlot (REarrangement and COpy Number PLOT), an R package that provides functionalities for the joint visualization of SCNAs and SVs across one or multiple chromosomes. ReConPlot is based on the popular ggplot2 package, thus allowing customization of plots and the generation of publication-quality figures with minimal effort.</p><p>Address of the bookmark: <a href="https://academic.oup.com/bioinformatics/article/39/12/btad719/7460198?login=false" rel="nofollow">https://academic.oup.com/bioinformatics/article/39/12/btad719/7460198?login=false</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38310/sisrs-site-identification-from-short-read-sequences</guid>
	<pubDate>Wed, 28 Nov 2018 08:56:03 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38310/sisrs-site-identification-from-short-read-sequences</link>
	<title><![CDATA[SISRS: Site Identification from Short Read Sequences]]></title>
	<description><![CDATA[<p>Next-gen sequence data such as Illumina HiSeq reads. Data must be sorted into folders by taxon (e.g. species or genus). Paired reads in fastq format must be specified by _R1 and _R2 in the (otherwise identical) filenames. Paired and unpaired reads must have a fastq file extension.</p><p>Address of the bookmark: <a href="https://github.com/rachelss/SISRS" rel="nofollow">https://github.com/rachelss/SISRS</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36867/cerulean-a-hybrid-assembly-using-high-throughput-short-and-long-reads</guid>
	<pubDate>Tue, 05 Jun 2018 10:10:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36867/cerulean-a-hybrid-assembly-using-high-throughput-short-and-long-reads</link>
	<title><![CDATA[Cerulean: A hybrid assembly using high throughput short and long reads]]></title>
	<description><![CDATA[Cerulean extends contigs assembled using short read datasets like Illumina paired-end reads using long reads like PacBio RS long reads.

Cerulean v0.1 has been implemented with bacterial genomes in mind.

The method is fully described in Deshpande, V., Fung, E. D., Pham, S., &amp; Bafna, V. (2013). Cerulean: A hybrid assembly using high throughput short and long reads. arXiv preprint arXiv:1307.7933.
http://arxiv.org/abs/1307.7933<p>Address of the bookmark: <a href="https://sourceforge.net/projects/ceruleanassembler/" rel="nofollow">https://sourceforge.net/projects/ceruleanassembler/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37959/rainbow-an-integrated-tool-for-efficient-clustering-and-assembling-rad-seq-reads</guid>
	<pubDate>Fri, 19 Oct 2018 08:23:42 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37959/rainbow-an-integrated-tool-for-efficient-clustering-and-assembling-rad-seq-reads</link>
	<title><![CDATA[Rainbow: an integrated tool for efficient clustering and assembling RAD-seq reads]]></title>
	<description><![CDATA[<p><span>Rainbow is developed to provide an ultra-fast and memory-efficient solution to clustering and assembling short reads produced by RAD-seq. First, Rainbow clusters reads using a spaced seed method. Then, Rainbow implements a heterozygote calling like strategy to divide potential groups into haplotypes in a top&ndash;down manner. And along a guided tree, it iteratively merges sibling leaves in a bottom&ndash;up manner if they are similar enough. Here, the similarity is defined by comparing the 2nd reads of a RAD segment. This approach tries to collapse heterozygote while discriminate repetitive sequences. At last, Rainbow uses a greedy algorithm to locally assemble merged reads into contigs. Rainbow not only outputs the optimal but also suboptimal assembly results. Based on simulation and a real guppy RAD-seq data, we show that Rainbow is more competent than the other tools in dealing with RAD-seq data</span></p><p>Address of the bookmark: <a href="https://sourceforge.net/projects/bio-rainbow/files/" rel="nofollow">https://sourceforge.net/projects/bio-rainbow/files/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>