<?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/36267?offset=180</link>
	<atom:link href="https://bioinformaticsonline.com/related/36267?offset=180" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43683/genview-a-phylogeny-based-comparative-genomics-software-to-analyze-the-genetic-environment-of-genes</guid>
	<pubDate>Tue, 28 Dec 2021 01:49:03 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43683/genview-a-phylogeny-based-comparative-genomics-software-to-analyze-the-genetic-environment-of-genes</link>
	<title><![CDATA[GEnView: A phylogeny based comparative genomics software to analyze the genetic environment of genes]]></title>
	<description><![CDATA[<p><span>A phylogeny based comparative genomics software to analyze the genetic environment of genes. The user can select one or several taxa and provide one or several reference protein(s). Genomes and plasmids (based on user choice) will be downloaded from the NCBI Assembly/NR database and searched for the respective gene. Alternatively, custom genomes can be provided. User selected stretches (20kbp by default) of the genes genetic environment are extracted, annotated and aligned between all genomes. The sequences are then visualized, enabling comparison of synteny and gene content.</span></p>
<p><span>More at&nbsp;https://pubmed.ncbi.nlm.nih.gov/34951622/</span></p><p>Address of the bookmark: <a href="https://github.com/EbmeyerSt/GEnView" rel="nofollow">https://github.com/EbmeyerSt/GEnView</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44661/lovis4u-locus-visualisation-tool-for-comparative-genomics</guid>
	<pubDate>Tue, 17 Sep 2024 02:30:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44661/lovis4u-locus-visualisation-tool-for-comparative-genomics</link>
	<title><![CDATA[LoVis4u: Locus Visualisation tool for comparative genomics]]></title>
	<description><![CDATA[<p dir="auto"><a href="https://github.com/art-egorov/lovis4u/blob/main/docs/img/lovis4u_logo.png" target="_blank"><img src="https://github.com/art-egorov/lovis4u/raw/main/docs/img/lovis4u_logo.png" alt="image" width="300" style="border: 0px; border: 0px;"></a></p>
<div dir="auto">
<h2 dir="auto">Description</h2>
<a href="https://github.com/art-egorov/lovis4u#description"></a></div>
<p dir="auto"><span>LoVis4u</span>&nbsp;is a bioinformatics tool for&nbsp;<span>Lo</span>ci&nbsp;<span>Vis</span>ualisation.</p>
<p dir="auto"><span>LoVis4u, a command-line tool and Python API designed for highly customizable and fast visualisation of multiple genomic loci. LoVis4u generates vector images in PDF format based on annotation data from GenBank or GFF files. It is capable of visualising entire genomes of bacteriophages as well as plasmids and user-defined regions of longer prokaryotic genomes. Additionally, LoVis4u offers optional data processing steps to identify and highlight accessory and core genes in input sequences.</span></p>
<p dir="auto">https://art-egorov.github.io/lovis4u/</p>
<p dir="auto">&nbsp;</p><p>Address of the bookmark: <a href="https://github.com/art-egorov/lovis4u" rel="nofollow">https://github.com/art-egorov/lovis4u</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44497/graphpath-a-graph-attention-model-for-molecular-stratification-with-interpretability-based-on-the-pathway-pathway-interaction-network</guid>
	<pubDate>Wed, 27 Mar 2024 20:51:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44497/graphpath-a-graph-attention-model-for-molecular-stratification-with-interpretability-based-on-the-pathway-pathway-interaction-network</link>
	<title><![CDATA[GraphPath: A graph attention model for molecular stratification with interpretability based on the pathway-pathway interaction network]]></title>
	<description><![CDATA[<p><span>Achieving accurate and interpretable clinical predictions requires paramount attention to thoroughly characterizing patients at both the molecular and biological pathway levels. In this paper, we present GraphPath, a biological knowledge-driven graph neural network with multi-head self-attention mechanism that implements the pathway-pathway interaction network. We train GraphPath to classify the cancer status of patients with prostate cancer based on their multi-omics profiling.</span></p>
<p><span><img src="https://github.com/amazingma/GraphPath/raw/main/Figures/GraphPath.png" alt="image" style="border: 0px;"></span></p><p>Address of the bookmark: <a href="https://github.com/amazingma/GraphPath" rel="nofollow">https://github.com/amazingma/GraphPath</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36994/minimap2-a-versatile-pairwise-aligner-for-genomic-and-spliced-nucleotide-sequences</guid>
	<pubDate>Wed, 20 Jun 2018 07:55:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36994/minimap2-a-versatile-pairwise-aligner-for-genomic-and-spliced-nucleotide-sequences</link>
	<title><![CDATA[minimap2: A versatile pairwise aligner for genomic and spliced nucleotide sequences]]></title>
	<description><![CDATA[git clone https://github.com/lh3/minimap2
cd minimap2 &amp;&amp; make
# long sequences against a reference genome
./minimap2 -a test/MT-human.fa test/MT-orang.fa &gt; test.sam
# create an index first and then map
./minimap2 -d MT-human.mmi test/MT-human.fa
./minimap2 -a MT-human.mmi test/MT-orang.fa &gt; test.sam
# use presets (no test data)
./minimap2 -ax map-pb ref.fa pacbio.fq.gz &gt; aln.sam       # PacBio genomic reads
./minimap2 -ax map-ont ref.fa ont.fq.gz &gt; aln.sam         # Oxford Nanopore genomic reads
./minimap2 -ax sr ref.fa read1.fa read2.fa &gt; aln.sam      # short genomic paired-end reads
./minimap2 -ax splice ref.fa rna-reads.fa &gt; aln.sam       # spliced long reads
./minimap2 -ax splice -k14 -uf ref.fa reads.fa &gt; aln.sam  # Nanopore Direct RNA-seq
./minimap2 -cx asm5 asm1.fa asm2.fa &gt; aln.paf             # intra-species asm-to-asm alignment
./minimap2 -x ava-pb reads.fa reads.fa &gt; overlaps.paf     # PacBio read overlap
./minimap2 -x ava-ont reads.fa reads.fa &gt; overlaps.paf    # Nanopore read overlap
# man page for detailed command line options
man ./minimap2.1<p>Address of the bookmark: <a href="https://github.com/lh3/minimap2" rel="nofollow">https://github.com/lh3/minimap2</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/14801/the-home-microbiome-project</guid>
	<pubDate>Tue, 02 Sep 2014 15:21:49 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/14801/the-home-microbiome-project</link>
	<title><![CDATA[The Home Microbiome Project]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/dQCBpmUZlF4" frameborder="0" allowfullscreen></iframe>The Home Microbiome Project is an initiative aimed at uncovering the dynamic co-associations between people's bacteria and the bacteria found in their homes.The hope is that the data and project will show that routine monitoring of the microbial diversity of your body and of the environment in which you live is possible.

Computer animation courtesy the Biology & Built Environment (BioBE) Center, University of Oregon and Cameron Slayden at Cosmocyte. http://vimeo.com/90059732

BioBE on Vimeo: http://vimeo.com/user22991553]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41362/genemates-an-r-package-for-detecting-horizontal-gene-co-transfer-between-bacteria-using-gene-gene-associations-controlled-for-population-structure</guid>
	<pubDate>Sat, 07 Mar 2020 05:52:20 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41362/genemates-an-r-package-for-detecting-horizontal-gene-co-transfer-between-bacteria-using-gene-gene-associations-controlled-for-population-structure</link>
	<title><![CDATA[GeneMates: an R package for Detecting Horizontal Gene Co-transfer between Bacteria Using Gene-gene Associations Controlled for Population Structure]]></title>
	<description><![CDATA[<p><span>GeneMates is an R package implementing a network approach to identify horizontal gene co-transfer (HGcoT) between bacteria using whole-genome sequencing (WGS) data. It is particularly useful for investigating intra-species HGcoT, where presence-absence status of acquired genes is usually confounded by bacterial population structure due to clonal reproduction.</span></p>
<p><a href="https://www.biorxiv.org/content/10.1101/2020.02.29.970970v1">https://www.biorxiv.org/content/10.1101/2020.02.29.970970v1</a></p><p>Address of the bookmark: <a href="https://github.com/wanyuac/GeneMates" rel="nofollow">https://github.com/wanyuac/GeneMates</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39187/distruct-a-program-for-the-graphical-display-of-population-structure</guid>
	<pubDate>Mon, 25 Mar 2019 03:33:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39187/distruct-a-program-for-the-graphical-display-of-population-structure</link>
	<title><![CDATA[DISTRUCT: a program for the graphical display of population structure]]></title>
	<description><![CDATA[<p><em>distruct</em><span>&nbsp;is a program that can be used to graphically display results produced by the genetic clustering program&nbsp;</span><em><a href="http://pritch.bsd.uchicago.edu/">structure</a></em><span>&nbsp;or by other similar programs. The figures produced by&nbsp;</span><em>distruct</em><span>display individual membership coefficients in the same form as used in&nbsp;</span><a href="https://rosenberglab.stanford.edu/papers/popstruct.pdf">"Genetic structure of human populations"&nbsp;<em>Science</em>&nbsp;298: 2381-2385 (2002)</a><span>. Various options enable the user to control left-to-right printing order of populations, bottom-to-top printing order of clusers, colors, and other graphical details. [</span><a href="https://rosenberglab.stanford.edu/distructExample.html">Example</a><span>]</span></p>
<p>[<a href="https://rosenberglab.stanford.edu/distructForms/distructRegistration.html">Download software package (includes the manual)</a>] (you will be directed first to a registration page and we would very much appreciate if you register)&nbsp;<br>[<a href="https://rosenberglab.stanford.edu/software/distructManual.pdf">Download manual</a>]&nbsp;<br>[<a href="https://rosenberglab.stanford.edu/papers/distructNote.pdf">Download software note from&nbsp;<em>Molecular Ecology Notes</em>&nbsp;4: 137-138 (2004)</a>]</p>
<p>To use the UNIX versions, unzip and untar the files in an appropriate directory using</p>
<pre>gunzip filename.tar.gz; tar xvf filename.tar</pre>
<p><span>where "filename.tar.gz" is the downloaded file. Winzip will unzip the Windows version. Run the program by typing</span></p>
<pre>./distruct</pre>
<p><span>in UNIX or</span></p>
<pre>distruct</pre>
<p><span>from a Dos prompt in Windows. It will produce a figure using the data that are represented in the Central/South Asia&nbsp;</span><em>K=5</em><span>&nbsp;plot in&nbsp;</span><em>Science</em><span>&nbsp;298: 2381-2385 (2002).</span></p>
<p>Please send comments or problems with&nbsp;<em>distruct</em>&nbsp;to Noah Rosenberg.</p>
<h4><em>October 15, 2014 &mdash; Users of Distruct may also find&nbsp;<a href="https://rosenberglab.stanford.edu/clumpp.html">CLUMPP</a>&nbsp;and&nbsp;<a href="http://clumpak.tau.ac.il/">CLUMPAK</a>&nbsp;of interest.</em></h4><p>Address of the bookmark: <a href="https://rosenberglab.stanford.edu/distruct.html" rel="nofollow">https://rosenberglab.stanford.edu/distruct.html</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/861/fiona-brinkman-laboratory</guid>
  <pubDate>Sun, 14 Jul 2013 12:46:31 -0500</pubDate>
  <link></link>
  <title><![CDATA[Fiona Brinkman Laboratory]]></title>
  <description><![CDATA[
<p>Infectious disease control needs to be made more “sustainable”. We need to reduce selective pressure on pathogens to evolve antibiotic resistance. We need to control infectious disease outbreaks and associated immune disorders with a better understanding of the genetic,  environmental and social factors that impact disease spread and severity.</p>

<p>Research Area</p>

<p>Investigating the role in disease of both the microbe and its host (i.e immune system failure), using genomics and systems biology-based approaches<br />Using genomics and network analysis to characterize disease outbreaks and their environmental/social/genetic causes, and<br />Identifying new anti-infective and immune modulating therapies/biomarkers.</p>

<p>Link @ http://www.brinkman.mbb.sfu.ca/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/879/bioprogramming</guid>
	<pubDate>Sun, 14 Jul 2013 16:29:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/879/bioprogramming</link>
	<title><![CDATA[BioProgramming]]></title>
	<description><![CDATA[<p>The completion of the first human genome drafts was just a start of the modern DNA sequencing era which resulted in further invention, improved development toward new advanced strategies of high-throughput DNA sequencing, so called the &ldquo;high-throughput next generation sequencing&rdquo; (HT-NGS). The decreasing genome sequencing cost and desire to explore and understand biological machanism at genomic level, speed up the genomic sequencing projects. In the fast growing HT-NGS technologies, the main challenge is to cope with the analysis of vast production of sequencing database through advanced bioinformatics tools. In oder to develope sotware/tools bioinformatician/ biological programmers need to expertise in any one one the programming language. However, sometime one language are not enough to handle all sort of biological needs, which compel us to learn new biologically suitable language to handle ever growing genome or protein sequences.</p><p>The next step after reading genetic code is writing a script to analyse and explore the hidden information. This tutorial is aimed to introduce you new biological programming languages with their packages/libraries, and assist in your scripting work.</p><p>Navigate the sub-section of this page [ see right hand side of the page for it ]</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/1215/livestock-functional-genomics-summer-school-lfg-2013</guid>
  <pubDate>Fri, 02 Aug 2013 09:57:37 -0500</pubDate>
  <link></link>
  <title><![CDATA[Livestock Functional Genomics Summer School (LFG 2013)]]></title>
  <description><![CDATA[
<p>*Livestock Functional Genomics Summer School - Call for applications*</p>

<p>1st Livestock Functional Genomics Summer School (LFG 2013).</p>

<p>This School was designed for graduate students and early-stage researchers with interest in livestock genomics, who are engaged in projects that require knowledge in the field of computational biology.</p>

<p>Sixty selected participants will spend 13 days receiving theoretical and practical training in genomic data handling from internationally renowned experts.</p>

<p>After the course, the participant should understand the basis and the context of livestock big molecular data, and be able to manipulate high density genotypes, whole genome sequences and transcriptome data.</p>

<p>The Summer School will be held in Araçatuba-SP Brazil, from the 13th to the 21st of September 2013.</p>

<p>All accepted participants will have *expenses fully covered (air ticket, hotel and meals)*, including a free pass to the 5th International Symposium on Animal Functional Genomics http://www.isafg2013.org.br </p>

<p>Applicants will be selected based on their résumés. Application date is due by August 10th.  Results will be announced in August 12th.  </p>

<p>Please consult website: http://www.sciencesatellite.org.br/sschool</p>
]]></description>
</item>

</channel>
</rss>