<?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/44648?offset=90</link>
	<atom:link href="https://bioinformaticsonline.com/related/44648?offset=90" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/40770/scientist-bioinformatics-positions</guid>
  <pubDate>Thu, 30 Jan 2020 06:53:40 -0600</pubDate>
  <link></link>
  <title><![CDATA[Scientist Bioinformatics Positions]]></title>
  <description><![CDATA[
<p>Bioinformatics-Multi_Omics_Integration</p>

<p>https://www.researchgate.net/job/939073_Senior_Scientist_Bioinformatics-Multi_Omics_Integration</p>

<p> <br />Senior_Scientist_Bioinformatics-Transcriptomics_Analysis     </p>

<p>https://www.researchgate.net/job/939075_Senior_Scientist_Bioinformatics-Transcriptomics_Analysis-Belgium_France_Switzerland_The_Netherlands</p>

<p>Senior Scientist Bioinformatics - Network Analytics</p>

<p>https://www.researchgate.net/job/939070_Senior_Scientist_Bioinformatics-Network_Analytics_Belgium_France_Switzerland_the_Netherlands</p>

<p>Team Leader Bioinformatics Data Sciences - Mechelen, Belgium</p>

<p>https://www.researchgate.net/job/938787_Team_Leader_Bioinformatics_Data_Sciences-Mechelen_Belgium</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41169/instructions-for-creating-your-own-r-package</guid>
	<pubDate>Wed, 19 Feb 2020 01:22:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41169/instructions-for-creating-your-own-r-package</link>
	<title><![CDATA[Instructions for Creating Your Own R Package]]></title>
	<description><![CDATA[<p>The following is a step-by-step guide to creating your own R package.&nbsp; Even beyond this course, youmay find this useful for storing functions you create for your own research or for editing existingR packages to suit your needs.</p>
<p>This guide contains three different sets of instructions.&nbsp; If you use RStudio, you can follow the &ldquo;Ba-sic Instructions&rdquo; in Section 2 which involve using RStudio&rsquo;s interface.&nbsp; </p><p>Address of the bookmark: <a href="http://web.mit.edu/insong/www/pdf/rpackage_instructions.pdf" rel="nofollow">http://web.mit.edu/insong/www/pdf/rpackage_instructions.pdf</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42012/phewas-r-package-is-designed-to-provide-an-accessible-interface-to-the-phenome-wide-association-study</guid>
	<pubDate>Thu, 30 Jul 2020 22:06:37 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42012/phewas-r-package-is-designed-to-provide-an-accessible-interface-to-the-phenome-wide-association-study</link>
	<title><![CDATA[PheWAS: R package is designed to provide an accessible interface to the phenome wide association study]]></title>
	<description><![CDATA[<p>The PheWAS R package is designed to provide an accessible interface to the phenome wide association study. For a description of the methods available and some simple examples, please see the&nbsp;<a href="https://github.com/PheWAS/PheWAS/blob/master/inst/doc/PheWAS-package.pdf?raw=true">package vignette</a>&nbsp;or the R documentation. For installation help, see below. ##Installing the PheWAS Package The PheWAS package can be installed using the devtools package. The following code when executed in R will get you started:</p>
<pre><code>install.packages("devtools")
#It may be necessary to install required as not all package dependencies are installed by devtools:
install.packages(c("dplyr","tidyr","ggplot2","MASS","meta","ggrepel","DT"))
devtools::install_github("PheWAS/PheWAS")
library(PheWAS)</code></pre><p>Address of the bookmark: <a href="https://github.com/PheWAS/PheWAS" rel="nofollow">https://github.com/PheWAS/PheWAS</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43546/introduction-to-phylogenies-in-r</guid>
	<pubDate>Wed, 13 Oct 2021 02:27:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43546/introduction-to-phylogenies-in-r</link>
	<title><![CDATA[Introduction to phylogenies in R]]></title>
	<description><![CDATA[<p><span>R phylogenetics is built on the contributed packages for phylogenetics in R, and there are many such packages. Let's begin today by installing a few critical packages, such as ape, phangorn, phytools, and geiger. To get the most recent CRAN version of these packages, you will need to have R 3.3.x installed on your computer!</span></p><p>Address of the bookmark: <a href="http://www.phytools.org/Cordoba2017/ex/2/Intro-to-phylogenies.html" rel="nofollow">http://www.phytools.org/Cordoba2017/ex/2/Intro-to-phylogenies.html</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44487/r-package-for-pca-analysis</guid>
	<pubDate>Sun, 24 Mar 2024 20:06:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44487/r-package-for-pca-analysis</link>
	<title><![CDATA[R Package for PCA Analysis]]></title>
	<description><![CDATA[<p><span>An R package for performing principal component analysis (PCA) of genomics data. The package performs PCA, generates the publication-ready plots, and identifies population-specific outlier individuals. The package can be accessed on GitHub:&nbsp;https://github.com/Devashish13/PopulationStructure</span></p><p>Address of the bookmark: <a href="https://rpubs.com/Devashish13/PCAGenomics" rel="nofollow">https://rpubs.com/Devashish13/PCAGenomics</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/poll/view/15000/which-mathstatistics-programming-languageapplication-do-you-most-frequently-use-in-bioinformatics</guid>
	<pubDate>Thu, 04 Sep 2014 17:46:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/poll/view/15000/which-mathstatistics-programming-languageapplication-do-you-most-frequently-use-in-bioinformatics</link>
	<title><![CDATA[Which math/statistics programming language/application do you most frequently use in bioinformatics?]]></title>
	<description><![CDATA[<p>I'm doing a bit more statistical analysis on some bioinformatics things lately, and I'm curious if there are any programming languages that are particularly good for this NGS computation. What suggestions do you guys have? Are there any languages that have exceptionally good libraries?</p>]]></description>
	<dc:creator>John Parker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/35286/alfred-bam-statistics-and-feature-counting</guid>
	<pubDate>Tue, 23 Jan 2018 05:28:38 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/35286/alfred-bam-statistics-and-feature-counting</link>
	<title><![CDATA[Alfred: BAM Statistics and Feature Counting]]></title>
	<description><![CDATA[<p>The easiest way to get Alfred is to download a statically linked binary from the&nbsp;<a href="https://github.com/tobiasrausch/alfred/releases/">Alfred github release page</a>. Alternatively, you can build Alfred from source. Alfred dependencies are included as submodules so you need to do a recursive clone.</p>
<p><code>git clone --recursive https://github.com/tobiasrausch/alfred.git</code></p>
<p><code>cd alfred/</code></p>
<p><code>make all</code></p>
<p>https://github.com/tobiasrausch/alfred/</p><p>Address of the bookmark: <a href="https://gear.embl.de/alfred" rel="nofollow">https://gear.embl.de/alfred</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/41394/ngsymposium-in-computational-biology</guid>
  <pubDate>Mon, 09 Mar 2020 06:00:30 -0500</pubDate>
  <link></link>
  <title><![CDATA[NGSymposium in Computational Biology]]></title>
  <description><![CDATA[
<p>We have a great pleasure to invite you to the NGSymposium in Computational Biology to celebrate the 5th anniversary of the NGSchool Summer Schools. This international conference will make way for exchanging knowledge and experiences between experienced and early-stage researchers as well as bioinformaticians. The meeting will be held on 31.07 - 1.08.2020 in Warsaw. It will be a satellite event to the #NGSchool2020: Statistical Learning in Genomics. It will cover a wide range of topics from basic and applied biomedical sciences: bioinformatics, genomics, transcriptomics, computational biology, Machine Learning.</p>

<p>Registration of active participants will be open from February, 27 12 PM CET to April 17, 23:59 CET. In registration forms you will be asked for providing us with some basic information about yourself. You will also be able to submit your abstract. You can save your registration form after filling it partially and come back later to supply more data e.g. upload an abstract. Your registration will be completed only with the payment of the registration fee reaching our accounts - please make sure to transfer the money in advance!</p>

<p>Registration of passive participants will be open after closing of registration of active participants.</p>

<p>Details an registration: https://ngschool.eu/conference/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29603/statistical-for-biological-research</guid>
	<pubDate>Thu, 03 Nov 2016 04:59:48 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29603/statistical-for-biological-research</link>
	<title><![CDATA[Statistical for biological research]]></title>
	<description><![CDATA[<p>There is no disputing the importance of statistical analysis in biological research, but too often it is considered only after an experiment is completed, when it may be too late.</p>
<p>This collection highlights important statistical issues that biologists should be aware of and provides practical advice to help them improve the rigor of their work.</p>
<p><em>Nature Methods</em>' <strong><a href="http://www.nature.com/collections/qghhqm/pointsofsignificance">Points of Significance</a></strong> column on statistics explains many key statistical and experimental design concepts. <strong><a href="http://www.nature.com/collections/qghhqm/resources">Other resources</a></strong> include an online plotting tool and links to statistics guides from other publishers.</p><p>Address of the bookmark: <a href="http://www.nature.com/collections/qghhqm" rel="nofollow">http://www.nature.com/collections/qghhqm</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44307/genomenotebook</guid>
	<pubDate>Thu, 20 Apr 2023 13:19:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44307/genomenotebook</link>
	<title><![CDATA[genomenotebook]]></title>
	<description><![CDATA[<p><a href="https://dbikard.github.io/genomenotebook/">https://dbikard.github.io/genomenotebook/</a></p>
<h2>Install<a href="https://dbikard.github.io/genomenotebook/#install"></a></h2>
<pre><code>pip install genomenotebook</code></pre>
<h2>How to use<a href="https://dbikard.github.io/genomenotebook/#how-to-use"></a></h2>
<p>Create a simple genome browser with a search bar. The sequence appears when zooming in.</p>
<div>
<div id="cb2">
<pre><code><span><a href="https://dbikard.github.io/genomenotebook/#cb2-1"></a><span>import</span> genomenotebook <span>as</span> gn</span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-2"></a></span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-3"></a>g<span>=</span>gn.GenomeBrowser(genome_path, gff_path, init_pos<span>=</span><span>10000</span>)</span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-4"></a>g.show()</span></code><button title="Copy to Clipboard"></button></pre>
</div>
</div>
<p>Tracks can be added to visualize your favorite genomics data. See&nbsp;<code>Examples</code>&nbsp;for more !!!!</p><p>Address of the bookmark: <a href="https://dbikard.github.io/genomenotebook/" rel="nofollow">https://dbikard.github.io/genomenotebook/</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>