<?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/40865?offset=40</link>
	<atom:link href="https://bioinformaticsonline.com/related/40865?offset=40" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/10810/uk-executive-accused-in-glaxosmithkline-china-probe</guid>
	<pubDate>Wed, 14 May 2014 04:55:42 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/10810/uk-executive-accused-in-glaxosmithkline-china-probe</link>
	<title><![CDATA[UK executive accused in GlaxoSmithKline China probe]]></title>
	<description><![CDATA[<p>Mark Reilly and two other colleagues are also suspected of bribing government officials in Beijing and Shanghai, they said.</p><p>Police have handed the case over to prosecutors, officials said.</p><p>GSK said it took the allegations "very seriously" and would co-operate with the authorities over the matter.</p><p>Chinese authorities announced in July last year that they were investigating GSK, detaining four Chinese GSK executives.</p><p>http://www.bbc.com/news/world-asia-china-27403914</p>]]></description>
	<dc:creator>phu</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37529/bokeh-an-interactive-visualization-library-that-targets-modern-web-browsers-for-presentation</guid>
	<pubDate>Fri, 10 Aug 2018 18:43:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37529/bokeh-an-interactive-visualization-library-that-targets-modern-web-browsers-for-presentation</link>
	<title><![CDATA[Bokeh: An interactive visualization library that targets modern web browsers for presentation]]></title>
	<description><![CDATA[<p id="about">Bokeh is an interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of versatile graphics, and to extend this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easily create interactive plots, dashboards, and data applications.</p>
<p>To get started using Bokeh to make your visualizations, see the&nbsp;<a href="https://bokeh.pydata.org/en/latest/docs/user_guide.html#userguide">User Guide</a>.</p>
<p>To see examples of how you might use Bokeh with your own data, check out the&nbsp;<a href="https://bokeh.pydata.org/en/latest/docs/gallery.html#gallery">Gallery</a>.</p>
<p>A complete API reference of Bokeh is at&nbsp;<a href="https://bokeh.pydata.org/en/latest/docs/reference.html#refguide">Reference Guide</a>.</p>
<p>If you are interested in contributing to Bokeh, or extending the library, see the&nbsp;<a href="https://bokeh.pydata.org/en/latest/docs/dev_guide.html#devguide">Developer Guide</a>.</p><p>Address of the bookmark: <a href="https://bokeh.pydata.org/en/latest/" rel="nofollow">https://bokeh.pydata.org/en/latest/</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/42370/ncbi-blast-have-added-new-columns-to-the-descriptions</guid>
	<pubDate>Tue, 01 Dec 2020 09:56:07 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/42370/ncbi-blast-have-added-new-columns-to-the-descriptions</link>
	<title><![CDATA[NCBI BLAST have added new columns to the Descriptions]]></title>
	<description><![CDATA[<p><span>NCBI BLAST have added new columns to the Descriptions Table for web BLAST output. The new columns are&nbsp; Scientific Name, Common Name, Taxid, and Accession Length. Common Name and Accession Length are now part of the default display. You can click 'Select columns' or 'Manage columns' to add or remove columns from the display Your preferences will be saved for your next visit to BLAST, and when you download your results, whatever columns you have displayed will be saved. See the NCBI Insights post (</span><a href="https://go.usa.gov/x7fPE" target="_blank">https://go.usa.gov/x7fPE</a><span>) for more details.</span></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34812/building-web-uis-with-mojolicious-perl</guid>
	<pubDate>Tue, 26 Dec 2017 18:06:57 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34812/building-web-uis-with-mojolicious-perl</link>
	<title><![CDATA[Building Web UIs With Mojolicious Perl]]></title>
	<description><![CDATA[<p>Mojolicious is one of 3 leading web frameworks available in the perl ecosystem (along with Dancer and Catalyst) and by far my favorite.</p>
<p>Mojolicious aims to provide a complete web development experience. It thus has no hard dependencies, comes with a built-in development and production server and many other features one needs to build a web application. It's easy to install, has an applciation generator script and many plugins and extensions.</p>
<p><em>Libraries for developing Web applications</em></p>
<ul>
<li><a href="https://metacpan.org/pod/Amon2">Amon2</a></li>
<li><a href="https://metacpan.org/pod/Catalyst">Catalyst</a>&nbsp;- Overflowing with features. Very popular.</li>
<li><a href="https://metacpan.org/pod/Dancer">Dancer</a>&nbsp;(<a href="http://perldancer.org/">Official site</a>)</li>
<li><a href="https://metacpan.org/pod/Dancer2">Dancer2</a></li>
<li><a href="https://metacpan.org/pod/Gantry">Gantry</a>&nbsp;- Web application framework for mod_perl, cgi, etc.</li>
<li><a href="https://metacpan.org/pod/Kossy">Kossy</a>&nbsp;- A Web framework with simple interface.</li>
<li><a href="https://metacpan.org/pod/Mojolicious">Mojolicious</a>&nbsp;- An all in one framework.</li>
<li><a href="https://metacpan.org/pod/Poet">Poet</a>&nbsp;- a modern Perl web framework for Mason developers</li>
</ul><p>Address of the bookmark: <a href="https://www.ynonperek.com/2017/09/28/perl-mojolicious-web-development/" rel="nofollow">https://www.ynonperek.com/2017/09/28/perl-mojolicious-web-development/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39450/apollo-first-instantaneous-collaborative-genomic-annotation-editor-available-on-the-web</guid>
	<pubDate>Fri, 31 May 2019 19:55:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39450/apollo-first-instantaneous-collaborative-genomic-annotation-editor-available-on-the-web</link>
	<title><![CDATA[Apollo: First instantaneous, collaborative genomic annotation editor available on the Web]]></title>
	<description><![CDATA[<ul>
<li>Apollo is a plug-in for the&nbsp;<a href="http://jbrowse.org/">JBrowse</a>&nbsp;Genome Viewer.</li>
<li>In addition to genes and pseudogenes, users can annotate ncRNAs (snRNA, snoRNA, tRNA, rRNA), miRNAs, repeat regions, and transposable elements; each annotation type has its own configuration of the &lsquo;Information Editor&rsquo;.</li>
<li>History tracking with undo/redo functions is available.</li>
<li>Users are able to directly set an annotation to a specific state, choosing from the &lsquo;History&rsquo; display.</li>
<li>Adding and updating PubMed IDs will prompt users with a publication title to confirm their submission.</li>
<li>Gene Ontology (GO) terms are supported and GO ID auto-completion has been incorporated.</li>
<li>Users may access a &lsquo;Recent Changes&rsquo; page.</li>
<li>Help page with Apollo specific content is available.</li>
</ul><p>Address of the bookmark: <a href="http://genomearchitect.github.io/" rel="nofollow">http://genomearchitect.github.io/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39630/vespa-very-large-scale-evolutionary-and-selective-pressure-analyses</guid>
	<pubDate>Sat, 22 Jun 2019 03:07:04 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39630/vespa-very-large-scale-evolutionary-and-selective-pressure-analyses</link>
	<title><![CDATA[VESPA: Very large-scale Evolutionary and Selective Pressure Analyses]]></title>
	<description><![CDATA[<p>find the resources we provide here useful in getting you set up to analyse and interpret your data.</p>
<p>To reference VESPA:&nbsp;<a href="https://peerj.com/preprints/1895/">https://peerj.com/preprints/1895/</a></p>
<p>Documentation is now hosted on&nbsp;<a href="http://vespa-evol.readthedocs.io/en/latest/">ReadTheDocs</a></p>
<p>&nbsp;</p>
<h2>&nbsp;</h2><p>Address of the bookmark: <a href="https://github.com/aewebb80/VESPA" rel="nofollow">https://github.com/aewebb80/VESPA</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43384/lncpipea-nextflow-based-pipeline-for-comprehensive-analyses-of-long-non-coding-rnas-from-rna-seq-datasets</guid>
	<pubDate>Fri, 17 Sep 2021 01:57:02 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43384/lncpipea-nextflow-based-pipeline-for-comprehensive-analyses-of-long-non-coding-rnas-from-rna-seq-datasets</link>
	<title><![CDATA[LncPipe:A Nextflow-based pipeline for comprehensive analyses of long non-coding RNAs from RNA-seq datasets]]></title>
	<description><![CDATA[<p><span>The pipeline was developed based on a popular workflow framework&nbsp;</span><a href="https://github.com/nextflow-io/nextflow">Nextflow</a><span>, composed of four core procedures including reads alignment, assembly, identification and quantification. It contains various unique features such as well-designed lncRNAs annotation strategy, optimized calculating efficiency, diversified classification and interactive analysis report.&nbsp;</span><a href="https://github.com/likelet/LncPipe">LncPipe</a><span>&nbsp;allows users additional control in interuppting the pipeline, resetting parameters from command line, modifying main script directly and resume analysis from previous checkpoint.</span></p>
<p>Ref&nbsp;https://www.lncrnablog.com/lncpipe-a-nextflow-based-pipeline-for-identification-and-analysis-of-long-non-coding-rnas-from-rna-seq-data/</p>
<p><img src="https://ars.els-cdn.com/content/image/1-s2.0-S1673852718301176-gr1.jpg" alt="image" style="border: 0px;"></p><p>Address of the bookmark: <a href="https://github.com/likelet/LncPipe" rel="nofollow">https://github.com/likelet/LncPipe</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/1897/genetic-test-in-india</guid>
	<pubDate>Sun, 11 Aug 2013 10:54:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/1897/genetic-test-in-india</link>
	<title><![CDATA[Genetic Test in India]]></title>
	<description><![CDATA[<p>1.<strong>Xcode Life Sciences Pvt. Ltd.</strong><br /><span>6B, Eldorado,&nbsp;</span><br /><span>112, Nungambakkam High Road,</span><br /><span>Nungambakkam, Chennai 600034</span><br /><span>Tamil Nadu, India&nbsp;</span></p><p>2.<span><strong>Mapmygenome&trade;</strong><br /></span><span>Royal Demeure,HUDA Techno Enclave,<br />Plot No. 12/2, Sector-1 500 081&nbsp;<br />Madhapur,Hyderabad<br />AP, India</span></p><p>3.<strong>&nbsp;DNA Labs India</strong></p><p><strong><a href="http://www.dnalabsindia.com/lab.php">http://www.dnalabsindia.com/lab.php</a></strong></p><p>&nbsp;</p><p>4.<strong>MedGenome Labs Pvt Ltd</strong><br /><span>(Division of SciGenom Labs Pvt Ltd.)</span><br /><span>Plot no: 43A,SDF, 3rd floor</span><br /><span>A Block,CSEZ, Kakanad, Cochin</span><br /><span>Kerala - 682037&nbsp;</span><br /><span>Phone: 0484 - 2413399</span><br /><span>Fax: 0484 - 2413398</span><br /><span>Email:&nbsp;</span><a href="mailto:info@medgenome.com">info@medgenome.com</a></p><p>5.<strong>Narayana Nethralaya</strong></p><p><span>Narayana Hrudayalaya Campus</span><br /><span>Narayana Health City</span><br /><span># 258/A, Bommasandra, Hosur Road,&nbsp;</span><br /><span>Bangalore - 560 099 - INDIA.</span><br /><span>TEL: +91-80-66660655-0658&nbsp;</span><br /><span>FAX: +91-80-66660650&nbsp;</span><br /><span>Mobile: 9902 821128 (Emergency Only)</span><br /><span>e-mail:&nbsp;</span><a href="mailto:info@narayananethralaya.com">info@narayananethralaya.com</a></p><p>6.<strong>BioAxis DNA Research Centre Private Limited</strong><br />13-51,Sri Lakshmi Nagar colony,<br />Besides Big Bazar, Near Kamineni Hospitals<br />GSI Post BandalGuda (L B Nagar) Hydeabad-500068<br />Andhra Pradesh (<strong>India</strong>).<br />Phone :&nbsp;+91-40-24034503/+91-9246338983</p><p>7.<strong>Gene Guiide</strong></p><p>8th Floor, Embassy Towers, 7 Bungalows Rd, Versova, Andheri West, Mumbai-61&nbsp;<br />&nbsp;09167 117799&nbsp;<br />&nbsp;<a href="mailto:info@geneguiide.com" target="_blank">info@geneguiide.com</a>&nbsp;</p><p>See more at: http://www.geneguiide.com</p><p>8.<strong>INDIAN BIOSCIENCES</strong><br />Regd. Office:<br />G-2 (Ground Floor Rear), Kailash Colony, New Delhi - 110048, India.<br />Phone: +91 (0)11 29236088, Email: info@inbdna.com.</p><p>9.<strong>SRL Limited</strong></p><p>GP-26, MARUTI INDUSTRIAL ESTATE,</p><p>UDYOG VIHAR,SECTOR-18,</p><p>GURGAON - 122015</p><p>Tel: 0124-3001243 / 0124-3001209</p><p><strong>SRL Limited</strong><br />VASANT VIHAR, 8, PALAM MARG,<br />NEW DELHI - 110057<br />Tel: 011 - 4229 5333&nbsp;</p><p><strong>Website:</strong>&nbsp;<a href="http://www.srlworld.com/" target="_blank">http://www.srlworld.com</a><br /><strong>National Customer care number:</strong><br />Call Toll Free : 1800-222-660/1800-102-8282&nbsp;<br /><strong>E-mail id:</strong>&nbsp;<a href="mailto:customercare@srl.in">customercare@srl.in</a></p><p>10.<strong>Tata Memorial Centre</strong>,</p><p>Advanced Centre for Treatment, Research and Education in Cancer</p><p>Kharghar, Navi Mumbai - 410 210, INDIA.</p><p>Tel: +91-22-2740 5000</p><p>Fax: +91-22-2740 5085</p><p>E-mail: mail@actrec.gov.in</p><p style="text-align: center;">&nbsp;</p><p style="text-align: center;"><span style="font-size: large;"><a href="mailto:office@actrec.gov.in"></a></span></p><p>&nbsp;</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/4183/320000-viruses-in-mammals-yet-to-sequenced-in-future</guid>
	<pubDate>Tue, 03 Sep 2013 08:35:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/4183/320000-viruses-in-mammals-yet-to-sequenced-in-future</link>
	<title><![CDATA[320000 viruses in mammals yet to sequenced in future!!!]]></title>
	<description><![CDATA[<p>With current biological technique improvements, finally it is now possible to look at millions of unknown viruses at genomic level and understand the mechanism. According to available data, close to 70 per cent of emerging viral diseases such as HIV/AIDS, West Nile, Ebola, SARS, and influenza, are zoonoses - infections of animals that cross into humans.</p><p>To address the challenges of describing and estimating virodiversity, a team of investigators from Center for Infection and Immunity (CII) and EcoHealth Alliance began in jungles of Bangladesh - home to the flying fox.</p><p>Reference:</p><p><a href="http://economictimes.indiatimes.com/news/news-by-industry/et-cetera/mammals-harbour-at-least-320000-new-viruses/articleshow/22253268.cms">http://economictimes.indiatimes.com/news/news-by-industry/et-cetera/mammals-harbour-at-least-320000-new-viruses/articleshow/22253268.cms</a></p><p><a href="http://www.bbc.co.uk/news/science-environment-23932400">http://www.bbc.co.uk/news/science-environment-23932400</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

</channel>
</rss>