<?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/26571?offset=420</link>
	<atom:link href="https://bioinformaticsonline.com/related/26571?offset=420" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/13510/studentship-and-traineeship-in-bioinformatics-at-barkatullah-university-bhopal</guid>
  <pubDate>Thu, 07 Aug 2014 16:57:00 -0500</pubDate>
  <link></link>
  <title><![CDATA[Studentship and Traineeship in Bioinformatics at Barkatullah University, Bhopal]]></title>
  <description><![CDATA[
<p>Department of Biotechnology &amp; Bioinformatics Center<br />Barkatullah University, Bhopal – 462 026</p>

<p>Studentship and Traineeship in Bioinformatics</p>

<p>Applications are invited on plain paper from suitable candidates for Studentship and Traineeship (One each) at Bioinformatics Sub-Center as detailed below:</p>

<p>1. Studentship: Studentship is for those who have completed M. Sc. Degrees in Life Science.</p>

<p>Number of seats : One</p>

<p>Duration : Six months</p>

<p>Eligibility : Passed M.Sc. degree in Life Sciences.</p>

<p>Fellowship : Rs. 5000/- (Five thousand only) per month</p>

<p>2. Traineeship: Traineeship is for those who have completed M. Sc. Degrees in Life Science/Registered Ph. D. student in Life Sciences.</p>

<p>Number of seats : One</p>

<p>Duration : Six months</p>

<p>Eligibility : Passed M.Sc. degree in Life Sciences/ Registered Ph. D. student in Life Sciences</p>

<p>Fellowship : Rs. 5000/- (Five thousand only) per month</p>

<p>Preferences will be given to person who has experience in Bioinformatics and Computer<br />sciences. The application along with detailed bio-data should reach the undersigned, on or before 25th August 2014. Both, the studentship and the traineeship are temporary, will be discontinued after the six months from the date of Joining. It may be discontinued in-between without any notice, if the work is not found satisfactory.</p>

<p>Advertisement www.bioinfobubpl.nic.in/Advertisement_st.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44758/the-ifs-and-buts-of-ngs-quality-control-and-trimming</guid>
	<pubDate>Thu, 02 Jan 2025 20:11:07 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44758/the-ifs-and-buts-of-ngs-quality-control-and-trimming</link>
	<title><![CDATA[The &quot;Ifs&quot; and &quot;Buts&quot; of NGS Quality Control and Trimming]]></title>
	<description><![CDATA[<p>Next-Generation Sequencing (NGS) has revolutionized biological research, providing vast amounts of data for a wide range of applications. However, the reliability of NGS analyses heavily depends on the quality of raw sequencing data. Quality control (QC) and trimming are critical preprocessing steps that can make or break your downstream analyses. In this blog, we explore the "ifs" (why you should perform QC and trimming) and the "buts" (challenges or considerations) of this vital step in NGS workflows.</p><h3><strong>The "Ifs" of NGS QC and Trimming</strong></h3><ol>
<li>
<p><strong>Ensures Data Integrity</strong><br />If you want to minimize errors in downstream analyses, QC and trimming remove low-quality reads and bases, ensuring high-confidence data. This step is essential for reliable variant calling, assembly, and other applications.</p>
</li>
<li>
<p><strong>Removes Contaminants</strong><br />If adapter sequences or contaminants are present in the raw reads, trimming can eliminate them. This prevents issues like misalignment or incorrect biological interpretations, ensuring cleaner data for analysis.</p>
</li>
<li>
<p><strong>Improves Mapping and Assembly</strong><br />If your goal is better alignment to a reference genome or improved de novo assembly, trimming low-quality bases and adapters is critical. High-quality reads map more efficiently and generate more accurate assemblies.</p>
</li>
<li>
<p><strong>Reduces Computational Load</strong><br />If you want to save computational resources, trimming reduces the dataset size, which speeds up processing and analysis. Clean datasets mean less computational time spent on processing low-quality data.</p>
</li>
<li>
<p><strong>Prepares for Standardized Analyses</strong><br />If your project involves multiple datasets, QC and trimming ensure uniformity across them. This standardization makes comparisons valid and reproducible, particularly in large collaborative studies.</p>
</li>
</ol><h3><strong>The "Buts" of NGS QC and Trimming</strong></h3><ol>
<li>
<p><strong>Risk of Over-Trimming</strong><br />But excessive trimming can lead to the loss of informative sequences, reducing read depth and potentially discarding biologically relevant data. This is especially critical in studies with limited sequencing depth.</p>
</li>
<li>
<p><strong>Bias Introduction</strong><br />But trimming algorithms might introduce biases, especially if they inadvertently remove sequences with specific biological patterns. This can skew results and compromise biological insights.</p>
</li>
<li>
<p><strong>Loss of Context in Paired-End Reads</strong><br />But trimming one read in a pair more than the other can lead to loss of pairing information. This complicates downstream analyses that rely on paired-end data, such as structural variant detection.</p>
</li>
<li>
<p><strong>Time and Resource Intensive</strong><br />But running QC and trimming for large datasets can be computationally expensive and time-consuming. As sequencing depth increases, preprocessing becomes a bottleneck in the analysis pipeline.</p>
</li>
<li>
<p><strong>Variable Standards</strong><br />But the criteria for trimming (e.g., quality threshold, minimum read length) can vary between tools and datasets. This variability may affect reproducibility and comparability of results across studies.</p>
</li>
</ol><h3><strong>Balancing the "Ifs" and "Buts"</strong></h3><p>To maximize the benefits of QC and trimming while mitigating the challenges, consider the following best practices:</p><ul>
<li>
<p><strong>Use QC Tools Wisely:</strong> Start with tools like <strong>FastQC</strong> to identify quality issues in your raw data. Visualizing quality metrics helps tailor your trimming parameters.</p>
</li>
<li>
<p><strong>Choose Reliable Trimming Tools:</strong> Tools like <strong>Trimmomatic</strong>, <strong>Cutadapt</strong>, and <strong>BBduk</strong> offer adaptive and customizable trimming options. Select one that aligns with your dataset and project goals.</p>
</li>
<li>
<p><strong>Set Reasonable Parameters:</strong> Avoid over-trimming by setting quality thresholds and minimum read lengths that balance data retention and quality improvement.</p>
</li>
<li>
<p><strong>Test Downstream Effects:</strong> Validate the impact of QC and trimming on downstream analyses, such as alignment efficiency, variant calling accuracy, or assembly quality.</p>
</li>
<li>
<p><strong>Document Your Workflow:</strong> Maintain detailed records of the parameters and tools used for QC and trimming. This ensures reproducibility and enables better troubleshooting.</p>
</li>
</ul><h3><strong>Conclusion</strong></h3><p>NGS quality control and trimming are essential steps to ensure reliable and accurate data for analysis. While the "ifs" highlight the clear benefits of these steps, the "buts" remind us of the potential pitfalls. By adopting best practices and carefully balancing these considerations, you can optimize your preprocessing workflow and unlock the full potential of your sequencing data.</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/4943/molecular-genetics-lecture</guid>
	<pubDate>Fri, 27 Sep 2013 04:24:45 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/4943/molecular-genetics-lecture</link>
	<title><![CDATA[Molecular Genetics Lecture]]></title>
	<description><![CDATA[<p><span>"Robert Sapolsky makes interdisciplinary connections between behavioral biology and molecular genetic influences. He relates protein synthesis and point mutations to microevolutionary change, and discusses conflicting theories of gradualism and punctuated equilibrium and the influence of epigenetics on development theories."&nbsp;</span></p>
<p><span>"<span><strong>Robert Sapolsky</strong> is an American neuroendocrinologist, professor of biology, neuroscience, and neurosurgery at Stanford University, researcher and author" ----Wikipedia</span></span></p><p>Address of the bookmark: <a href="http://www.youtube.com/watch?v=_dRXA1_e30o" rel="nofollow">http://www.youtube.com/watch?v=_dRXA1_e30o</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/14183/guest-faculty-at-pondicherry-university</guid>
  <pubDate>Wed, 20 Aug 2014 00:37:57 -0500</pubDate>
  <link></link>
  <title><![CDATA[Guest Faculty at Pondicherry University]]></title>
  <description><![CDATA[
<p>Pondicherry University, India</p>

<p>Walk in interview for guest faculty in Pondicherry University, India. For more information please visit http://www.bicpu.edu.in/bioinfor140814.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34546/comparative-genomics-scripts</guid>
	<pubDate>Wed, 06 Dec 2017 15:20:45 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34546/comparative-genomics-scripts</link>
	<title><![CDATA[Comparative genomics scripts]]></title>
	<description><![CDATA[<p>Comparative genomics educational material and papers bookmarks</p>
<p>https://github.com/iansealy/coursera-comparinggenomes</p><p>Address of the bookmark: <a href="https://github.com/iansealy/coursera-comparinggenomes" rel="nofollow">https://github.com/iansealy/coursera-comparinggenomes</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/14339/apps-for-busy-bioinformatics-researchers</guid>
	<pubDate>Mon, 25 Aug 2014 01:26:19 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/14339/apps-for-busy-bioinformatics-researchers</link>
	<title><![CDATA[Apps for Busy Bioinformatics Researchers !!!]]></title>
	<description><![CDATA[<h3>DNAApp:</h3><h4><strong>DNAApp: for </strong><a href="https://itunes.apple.com/us/app/dnaapp/id854944694?mt=8" target="_blank"><strong>iPhone/iPad</strong></a></h4><p>This is an <a href="http://www.apple.com/ios/" target="_blank" title="IOS">iOS</a> app that allows for the opening and analysis of <a href="http://en.wikipedia.org/wiki/DNA_sequencing" target="_blank" title="DNA sequencing">DNA sequencing</a> files - ab1. It includes handy tools such as "<a href="http://en.wikipedia.org/wiki/Complementarity_%28molecular_biology%29" target="_blank" title="Complementarity (molecular biology)">Reverse Complement</a>", "Jump to", "<a href="http://en.wikipedia.org/wiki/Cut%2C_copy%2C_and_paste" target="_blank" title="Cut, copy, and paste">Copy and Paste</a> sequences", fast and end scrolling, "<a href="http://en.wikipedia.org/wiki/Chromatography" target="_blank" title="Chromatography">Chromatogram</a> adjustments", and "Searching for segments" functions. <br /> When used in combination with other zip apps, and also web-tools like Blast, this app allows you to analyze, and also determine the quality of your sequencing files. <br /> This app works with cloud storage access like Dropbox to your sequencing files. <br /> This is now compatible with the new update for iOS 7.1. <br /> Demo video can be found at:<strong> https://www.youtube.com/watch?v=mXeo9hXdZgM&nbsp;</strong></p><p><strong>More @ </strong><a href="https://itunes.apple.com/us/app/dnaapp/id854944694?mt=8" target="_blank" title="https://itunes.apple.com/us/app/dnaapp/id854944694?mt=8"><strong>https://itunes.apple.com/us/app/dnaapp/id854944694?mt=8</strong></a></p><h4><a href="https://play.google.com/store/apps/details?id=bii.seqdatreader&amp;hl=en" target="_blank"><strong>DNAApp: For android</strong></a></h4><p>This is the first android app that allows for the opening and analysis of DNA sequencing files - ab1. It includes handy tools such as "Reverse Complement", "Jump to", fast and end scrolling, "Chromatogram adjustments", amino acid translations, "export to fasta", and "searching for segment" function.</p><ul>
<li>When used in combination with other zip apps, and also web-tools like Blast, this app allows you to analyze, and also determine the quality of your sequencing files.</li>
<li>This app works with cloud storage access like Dropbox to your sequencing files.</li>
<li>This is now compatible with the new update for <a href="http://code.google.com/android/" target="_blank" title="Android">Android</a> 4.4.2.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://play.google.com/store/apps/details?id=bii.seqdatreader&amp;hl=en" target="_blank" title="https://play.google.com/store/apps/details?id=bii.seqdatreader&amp;hl=en"><strong>https://play.google.com/store/apps/details?id=bii.seqdatreader&amp;hl=en</strong></a></p><h3>BioGene:iPhone/iPad</h3><p>BioGene is an information tool for biological research. Use BioGene to learn about gene function. Enter a gene symbol or gene name, for example "CDK4" or "cyclin dependent kinase 4" and BioGene will retrieve its gene function and references into its function (<a href="http://en.wikipedia.org/wiki/GeneRIF" target="_blank" title="GeneRIF">GeneRIF</a>).</p><ul>
<li>BioGene was produced in affiliation with the Computational Biology Center at <a href="http://maps.google.com/maps?ll=40.764096,-73.956842&amp;spn=0.01,0.01&amp;q=40.764096,-73.956842%20%28Memorial%20Sloan%E2%80%93Kettering%20Cancer%20Center%29&amp;t=h" target="_blank" title="Memorial Sloan&ndash;Kettering Cancer Center">Memorial Sloan-Kettering Cancer Center</a> with primary information from Entrez Gene at the <a href="http://maps.google.com/maps?ll=38.994994,-77.099339&amp;spn=0.01,0.01&amp;q=38.994994,-77.099339%20%28National%20Center%20for%20Biotechnology%20Information%29&amp;t=h" target="_blank" title="National Center for Biotechnology Information">NCBI</a>.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/biogene/id333180084?mt=8" target="_blank" title="https://itunes.apple.com/us/app/biogene/id333180084?mt=8"><strong>https://itunes.apple.com/us/app/biogene/id333180084?mt=8</strong></a></p><h3>Mentha - the interactome browser: Android</h3><p>About: mentha - the interactome browser, is a project that offers protein-protein physical/enzymatic interaction information from various sources. For more details about mentha, visit mentha's website. This client application is an independent project. This application is designed to allow you to search proteins on the go.</p><h4><strong>Key features (Also in website):</strong></h4><ul>
<li>Search proteins by <a href="http://en.wikipedia.org/wiki/UniProt" target="_blank" title="UniProt">UniProt</a> IDs, gene name or keywords</li>
<li>Collect proteins from different queries.</li>
<li>Spot common interactors in clusters.</li>
<li>Easily distinguish between proteins from Homo sapiens and other organisms (Yellow rounded rectangles)</li>
<li>Click on edges(links) to get scientific evidence.</li>
<li>Click on proteins to see descriptions.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://play.google.com/store/apps/details?id=com.sinnefa.mentha&amp;hl=en" target="_blank" title="https://play.google.com/store/apps/details?id=com.sinnefa.mentha&amp;hl=en"><strong>https://play.google.com/store/apps/details?id=com.sinnefa.mentha&amp;hl=en</strong></a></p><h3>GeneIndex: iPhone/iPad</h3><p>GeneIndex quickly provides information about genes from various sources. It also includes a RSS reader for journal feeds as well as a PubMed viewer.</p><h4><strong>Key Features:</strong></h4><ul>
<li>Look up genes by symbol or description.</li>
<li>Gene indexes for many mammals, plants, invertebrates, and bacteria.</li>
<li>Link to gene info on websites.</li>
<li>Download files for offline use. (.pdf, .mp3, .m4v, .doc, .ppt, .xls )</li>
<li>transfer files via open in, email, or iTunes file sharing</li>
<li>View RSS feeds for journals</li>
<li>Query GeneRIF interactions, COSMIC mutations, and CNV data for cell lines.</li>
<li>Does not require a network connection for local databases.</li>
<li>View and search PubMed in table view.</li>
</ul><p><br /> GeneIndex provides a convenient and portable way to lookup gene symbols while at a seminar, conference, or lab meeting. Genes are linked to common life science websites such as NCBI, COSMIC, KEGG, PubMed, SymAtlas, UCSC genome browser, Pathway Commons, Genatlas, Wikipedia, HUGO, and OMIM. GeneRIF gene interactions can also be queried.</p><ul>
<li>Keep current on the scientific literature. GeneIndex includes a RSS reader and web browser for browsing popular journals like Nature, Science, and Cell. You can also add your own RSS feeds. PDFs and podcasts can be saved as files that you can view on the device or email as attachments.</li>
<li>Examine the status of genes in common cell lines. A subset of COSMIC containing cell lines can be queried for mutations. Copy Number Variation (CNV) plots from cell lines profiled by GSK and Sanger are also linked to genes.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/geneindex/id319769866?mt=8" target="_blank" title="https://itunes.apple.com/us/app/geneindex/id319769866?mt=8"><strong>https://itunes.apple.com/us/app/geneindex/id319769866?mt=8</strong></a></p><h3>Genome Voyager: iPad</h3><p>Gain first hand experience identifying the genomic basis of disease by analyzing cases with whole genome sequencing data that have been published for research and learning purposes.</p><ul>
<li>Visualize whole human genome sequencing data including small variations, copy number variations (CNVs), and loss of heterozygosity (LOH) events</li>
<li>Quickly find variants of interest by filtering variants based on associated genes, functional impact, allele frequency in data sets, and cross-references with various genomic databases.</li>
<li>Collaborate on variant assessments with other researchers and academics to improve knowledge of both pathogenic and benign variants. <br /> To use Genome Voyager, users must join Genome Voyager&rsquo;s community of researchers and academics. Visit <strong>http://voyager.completegenomics.com to signup.</strong></li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/genome-voyager/id637353801?mt=8" target="_blank" title="https://itunes.apple.com/us/app/genome-voyager/id637353801?mt=8"><strong>https://itunes.apple.com/us/app/genome-voyager/id637353801?mt=8</strong></a></p><h3>YeastGenome: iPhone/iPad</h3><p>Use YeastGenome to quickly find fundamental information about Saccharomyces cerevisae genes and chromosomal features. Search gene names, gene descriptions or browse the database to find information about your favorite gene, as well as more detailed information such as Gene Ontology, mutant phenotype, and protein and genetic interaction data. <br /> YeastGenome contains the latest from the Saccharomyces Genome Database (www.yeastgenome.org) in an on bound app database. As more detailed information is presented the app switches to web services access to SGD, and then for even more details provides complete information via hyperlinks to the appropriate SGD database pages.</p><h4><strong>Key features:</strong></h4><ul>
<li>Search using gene name or keywords</li>
<li>Browse by feature type</li>
<li>Save your favorite features</li>
<li>Can be used in airplane mode</li>
<li>Email information about features to collaborators</li>
</ul><h4><strong>What's New in Version 1.8.1</strong></h4><ul>
<li>This update is required to provide continued functionality. Some of the data provided by this app accesses the SGD service using a method that is changing in May 2013. This version provides changes to allow access to continue. The on board database of yeast gene information has also been updated to March 2013.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/yeastgenome/id520868597?mt=8" target="_blank" title="https://itunes.apple.com/us/app/yeastgenome/id520868597?mt=8"><strong>https://itunes.apple.com/us/app/yeastgenome/id520868597?mt=8</strong></a></p><h3>SNPdbe: iPhone/iPad</h3><p>SNPdbe &mdash; SNP database of effects, with predictions of computationally annotated functional impacts of SNPs. Database entries represent nsSNPs in dbSNP and 1000 Genomes collection, as well as variants from UniProt and PMD. SAASs come from &gt;2600 organisms; &lsquo;human&rsquo; being the most prevalent. The impact of each SAAS on protein function is predicted using the SNAP and SIFT algorithms and augmented with experimentally derived function/structure information and disease associations from PMD, OMIM and UniProt.</p><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/snpdbe/id588289719?mt=8" target="_blank" title="https://itunes.apple.com/us/app/snpdbe/id588289719?mt=8"><strong>https://itunes.apple.com/us/app/snpdbe/id588289719?mt=8</strong></a></p><h3>SimGene: iPhone/iPad / Android</h3><h4><strong>SimGene: for iPhone/iPad </strong></h4><p>SimGene is an iPhone/iPad/iPod touch application designed for molecular biologists, bioinformaticians and medical researchers. The application interfaces with Simbiot, Ensembl, NCBI, Gene Ontology, KEGG Pathways, PubMed, Genomic Variations and many other databases to retrieve up-to-date annotation information for over 30 species, based on gene symbol search. The application provides gene and transcript cross reference information for NCBI, Ensembl, RefSeq and UniProt. SimGene also contains an integrated genome browser with information on genes, transcripts, exons and SNPs.</p><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/simgene/id427772349?mt=8" target="_blank" title="https://itunes.apple.com/us/app/simgene/id427772349?mt=8"><strong>https://itunes.apple.com/us/app/simgene/id427772349?mt=8</strong></a></p><h4><strong>SimGene: for Android</strong></h4><p>bioinformaticians and medical researchers. The application interfaces with Simbiot,Ensembl, NCBI, Gene Ontology, KEGG Pathways, PubMed, Genomic Variations andmany other databases to retrieve up-to-date annotation information for over 30species, based on gene symbol search. The application provides gene and transcriptcross reference information for NCBI, Ensembl, RefSeq and UniProt. SimGene alsocontains an integrated genome browser with information on genes, transcripts,exons and SNPs.</p><p><strong>More @&nbsp; </strong><a href="https://play.google.com/store/apps/details?id=com.japanbioinformatics.simgene&amp;hl=en" target="_blank" title="https://play.google.com/store/apps/details?id=com.japanbioinformatics.simgene&amp;hl=en"><strong>https://play.google.com/store/apps/details?</strong></a></p><h3>TimeTree: iPhone/iPad</h3><p>TimeTree is a public knowledge-base for information on the evolutionary timescale of life. This application allows easy exploration of the thousands of divergence times among organisms in the scientific literature. A tree-based (hierarchical) system is used to identify all published molecular time estimates bearing on the divergence of two chosen organisms, such as species, compute summary statistics, and present the results. Names of two taxa to be compared are entered in the search window and the results are presented on a set of self-explanatory tabs.</p><ul>
<li>TimeTree 3.0 was released September 27, 2011 with new data from 1209 studies including 25342 time nodes. We will be adding more data in the future as it comes in from researchers.</li>
<li>TimeTree is jointly directed by Blair Hedges (Pennsylvania State University) and Sudhir Kumar (Arizona State University). This project has been supported, in part, by grants from the National Science Foundation, National Institutes of Health, NASA Astrobiology Institute, and Science Foundation of Arizona.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/timetree/id372842500?mt=8" target="_blank" title="https://itunes.apple.com/us/app/timetree/id372842500?mt=8"><strong>https://itunes.apple.com/us/app/timetree/id372842500?mt=8</strong></a></p><h3><strong>GeneGroove: iPhone/iPad </strong></h3><p>GeneGroove is the first application to create a music melody from DTC-Genomics data. If you own 23andMe (Mountain View, CA) personal genomic results, GeneGroove will create for you a unique melody intimately based on your 23andMe genome informations. The music in you.</p><ul>
<li>After uploading your 23andMe raw data onto your iPhone via iTunes, GeneGroove will analyze your genome informations and generate a unique identifier key. This key, called the GeNumber, will embed the uniqueness of your genome data while keeping your privacy safe, and will be used by GeneGroove to generate your music melody.</li>
<li>The GeNumber doesn't contain anymore genomic information but it is based on your genome and it is unique, it is yours. It will be used in upcoming Portable Genomics applications to mix and remix music, manipulate sounds and share your art with your friends and family.</li>
</ul><p><strong>More @&nbsp; </strong><a href="https://itunes.apple.com/us/app/genegroove/id492247404?mt=8" target="_blank" title="https://itunes.apple.com/us/app/genegroove/id492247404?mt=8"><strong>https://itunes.apple.com/us/app/genegroove/id492247404?mt=8</strong></a></p>]]></description>
	<dc:creator>Manisha Mishra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37259/epiviz-an-interactive-visualization-tool-for-functional-genomics-data</guid>
	<pubDate>Mon, 09 Jul 2018 05:27:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37259/epiviz-an-interactive-visualization-tool-for-functional-genomics-data</link>
	<title><![CDATA[Epiviz: an interactive visualization tool for functional genomics data.]]></title>
	<description><![CDATA[<p><span>Epiviz is an interactive visualization tool for functional genomics data. It supports genome navigation like other genome browsers, but allows multiple visualizations of data within genomic regions using scatterplots, heatmaps and other user-supplied visualizations. It also includes data from the&nbsp;</span><a href="http://barcode.luhs.org/" target="_blank">Gene Expression Barcode project</a><span>&nbsp;for transcriptome visualization. It has a flexible plugin framework so users can add</span><a href="http://d3js.org/" target="_blank">d3</a><span>&nbsp;visualizations. You can see a video tour&nbsp;</span><a href="http://youtu.be/099c4wUxozA" target="_blank">here</a><span>.</span></p>
<p><span>https://bioconductor.org/packages/release/bioc/html/epivizr.html</span></p>
<p><span>https://github.com/epiviz</span></p>
<p><span>https://github.com/epiviz/epiviz</span></p><p>Address of the bookmark: <a href="https://epiviz.github.io/" rel="nofollow">https://epiviz.github.io/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/14899/post-doc-positions-at-the-institute-of-evolution-university-of-haifa-haifa-israel</guid>
  <pubDate>Thu, 04 Sep 2014 03:59:38 -0500</pubDate>
  <link></link>
  <title><![CDATA[Post-Doc Positions at the Institute of Evolution, University of Haifa, Haifa, Israel]]></title>
  <description><![CDATA[
<p>We are looking for independent, motivated, diligent, laborious, dedicated Bioinformaticians as post-doctorate fellows for a project aimed at revealing the mechanisms of cancer-resistance and anti-cancer activity of the hypoxia-tolerant subterranean, blind mole-rat, Spalax along its underground evolutionary adaptations. Our project has captured the interest of the scientific community and we have ample financial support for the studies. Generous fellowships ($30K to $40K according to qualifications and performance) are available, immediately, for Post-Docs experts in bioinformatics with a background of good understanding biological questions. That is that can independently handle raw output data of RNA-seq / miR seq/ Genomic, analyze it and can interpret intelligently the relevant biological background. Outstanding candidates for PhD experienced in Bioinformatics will also be considered. Familiarity with cancer research is an advantage. Experience of writing manuscripts for publication and a publication record in relevant journals are expected. English skills both oral and written are required. American, Western-European or Israeli education is a significant benefit. </p>

<p>Our present objectives is to identify and isolate the substances secreted by Spalax cells, resolve with which components they interact that are active only on cancer cells, in order to unravel the biological mechanisms and pathways that evolved in Spalax cell machinery and ultimately lead to the death of cancer-cells. The study could attest to be a breakthrough in cancer research, using the long lived, hypoxia- and cancer-tolerant Spalax as a significant biological resource for biomedical research that hopefully could open new horizons in treatment and prevention of cancer in humans. </p>

<p>Contact: The applications should be submitted, together with extended CV and bibliography, summary of past accomplishments, and contact information of 3 referees, to Prof of Research Aaron Avivi (aaron@research.haifa.ac.il) AND Dr. Imad Shams (imadshams@gmail.com). (http://bit.ly/1lywShk) aaron@research.haifa.ac.il </p>

<p>More at http://evolution.haifa.ac.il/index.php/29-people/personal-websites/77-personal-site-avivi</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/40305/naab-doak-graduate-fellowship-bovine-genomics-course</guid>
  <pubDate>Thu, 28 Nov 2019 21:45:35 -0600</pubDate>
  <link></link>
  <title><![CDATA[NAAB Doak Graduate Fellowship bovine genomics course]]></title>
  <description><![CDATA[
<p>This is a reminder for all that seek a fully funded MSc in bovine genetics, or those that know talented BSc students who want to progress their education.<br /> <br />The deadline for the NAAB Doak Graduate Fellowship is less than a month away.<br /> <br />Applications are accepted until the 1st of December.<br /> <br />Please check the attachment or visit our website for further details:<br /> <br />https://www.naab-css.org/news/-naab-doak-graduate-fellowship<br /> <br />Sophie Eaglen<br />NAAB</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41009/genomics-public-data-links</guid>
	<pubDate>Thu, 13 Feb 2020 00:20:00 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41009/genomics-public-data-links</link>
	<title><![CDATA[genomics public data links !]]></title>
	<description><![CDATA[<p>List of publically available databases on google server.</p>
<p>More at <a href="https://software.broadinstitute.org/gatk/download/bundle">https://software.broadinstitute.org/gatk/download/bundle</a></p>
<p><a href="ftp://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/VCF/GATK/">ftp://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/VCF/GATK/</a>.</p>
<p><a href="ftp://ftp.broadinstitute.org/bundle/hg38/hg38bundle/">ftp://ftp.broadinstitute.org/bundle/hg38/hg38bundle/</a></p><p>Address of the bookmark: <a href="https://console.cloud.google.com/storage/browser/genomics-public-data/resources/broad/hg38/v0?pli=1" rel="nofollow">https://console.cloud.google.com/storage/browser/genomics-public-data/resources/broad/hg38/v0?pli=1</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>