<?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: poRe: an R package for the visualization and analysis of nanopore sequencing data]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data</guid>
	<pubDate>Thu, 23 Nov 2017 09:55:57 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data</link>
	<title><![CDATA[poRe: an R package for the visualization and analysis of nanopore sequencing data]]></title>
	<description><![CDATA[<p><strong>Motivation:</strong>&nbsp;The Oxford Nanopore MinION device represents a unique sequencing technology. As a mobile sequencing device powered by the USB port of a laptop, the MinION has huge potential applications. To enable these applications, the bioinformatics community will need to design and build a suite of tools specifically for MinION data.</p>
<p><strong>Results:</strong>&nbsp;Here we present poRe, a package for R that enables users to manipulate, organize, summarize and visualize MinION nanopore sequencing data. As a package for R, poRe has been tested on Windows, Linux and MacOSX. Crucially, the Windows version allows users to analyse MinION data on the Windows laptop attached to the device.</p>
<p><strong>Availability and implementation:</strong>&nbsp;poRe is released as a package for R at&nbsp;<a href="http://sourceforge.net/projects/rpore/" target="">http://sourceforge.net/projects/rpore/</a>&nbsp;. A tutorial and further information are available at&nbsp;<a href="https://sourceforge.net/p/rpore/wiki/Home/" target="">https://sourceforge.net/p/rpore/wiki/Home/</a></p>
<p><strong>Contact:</strong><a href="mailto:mick.watson@roslin.ed.ac.uk" target="">mick.watson@roslin.ed.ac.uk</a></p><p>Address of the bookmark: <a href="https://academic.oup.com/bioinformatics/article/31/1/114/2365693" rel="nofollow">https://academic.oup.com/bioinformatics/article/31/1/114/2365693</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data#item-annotation-3390</guid>
	<pubDate>Wed, 23 May 2018 04:34:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34396/pore-an-r-package-for-the-visualization-and-analysis-of-nanopore-sequencing-data#item-annotation-3390</link>
	<title><![CDATA[Comment by Rahul Nayak]]></title>
	<description><![CDATA[<p>We now need to install the&nbsp;<a href="http://bioinformatics.oxfordjournals.org/content/31/1/114">poRe</a>&nbsp;dependencies in R, which is very easy:</p>
<pre><code>
R
source("http://www.bioconductor.org/biocLite.R")
biocLite("rhdf5")
install.packages(c("shiny","bit64","data.table","svDialogs"))
q()
</code></pre>
<p>R may ask if you want to install into a local library, just say Y and accept defaults. &nbsp;We need to download&nbsp;<a href="http://bioinformatics.oxfordjournals.org/content/31/1/114">poRe</a>&nbsp;from&nbsp;<a href="http://sourceforge.net/projects/rpore/">sourecforge</a>&nbsp;and we are using version&nbsp;<a href="http://sourceforge.net/projects/rpore/files/0.16/">0.16</a></p>
<p>Once downloaded, and back at the Linux command line:</p>
<pre><code>
R CMD INSTALL poRe_0.16.tar.gz
</code></pre>
<p>The fastq extraction scripts for poRe are in github, so let&rsquo;s go get those:</p>
<pre><code>
git clone https://github.com/mw55309/poRe_scripts.git
</code></pre>
<p>We will assemble using SPAdes, so let&rsquo;s go get that:</p>
<pre><code>
wget http://spades.bioinf.spbau.ru/release3.6.2/SPAdes-3.6.2-Linux.tar.gz
gunzip &lt; SPAdes-3.6.2-Linux.tar.gz | tar xvf -
</code></pre>
<p>Now, we are ready to go. &nbsp;First off, let&rsquo;s extract the 2D sequence data as FASTQ from the MinION data. &nbsp;Nick&rsquo;s SQK-MAP-006 data are in the old FAST5 format so we use the script in &ldquo;old_format&rdquo;:</p>
<pre><code>
./poRe_scripts/old_format/extract2D MAP006-1/MAP006-1_downloads/pass/ &gt; minion.pass.2D.fastq &amp;</code></pre>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>