<?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/43683?offset=290</link>
	<atom:link href="https://bioinformaticsonline.com/related/43683?offset=290" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/4004/33rd-annual-convention-of-indian-association-for-cancer-research-from-13th-to-15th-february-2014</guid>
  <pubDate>Tue, 27 Aug 2013 10:37:08 -0500</pubDate>
  <link></link>
  <title><![CDATA[33rd Annual Convention of Indian Association for Cancer Research from 13th to 15th February 2014]]></title>
  <description><![CDATA[
<p>RGCB is organizing the 33rd Annual Convention of Indian Association for Cancer Research from 13th to 15th February 2014 with the theme "Discovery, Innovation and Translation in Cancer Research"</p>

<p>Kindly log on to conference website http://rgcb.res.in/IACR2014 for further details and timely updates and registration. We shall truly appreciate if the same be circulated among your friends, scholars and students encouraging them to participate in the meet.</p>

<p>http://210.212.237.38/iacrconference/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27479/biogps</guid>
	<pubDate>Mon, 23 May 2016 03:15:46 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27479/biogps</link>
	<title><![CDATA[BioGPS]]></title>
	<description><![CDATA[<p>A free&nbsp;<em>extensible</em>&nbsp;and&nbsp;<em>customizable</em>&nbsp;<strong>gene annotation portal</strong>, a complete resource for learning about&nbsp;<strong>gene and protein function</strong>.</p>
<p>http://biogps.org/#goto=welcome</p><p>Address of the bookmark: <a href="http://biogps.org/#goto=welcome" rel="nofollow">http://biogps.org/#goto=welcome</a></p>]]></description>
	<dc:creator>Anjana</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29284/genebreak-a-tool-to-systematically-identify-genes-recurrently-affected-by-the-genomic-location-of-chromosomal-cna-associated-breaks-by-a-genome-wide-approach</guid>
	<pubDate>Sat, 01 Oct 2016 15:15:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29284/genebreak-a-tool-to-systematically-identify-genes-recurrently-affected-by-the-genomic-location-of-chromosomal-cna-associated-breaks-by-a-genome-wide-approach</link>
	<title><![CDATA[GeneBreak: a tool to systematically identify genes recurrently affected by the genomic location of chromosomal CNA-associated breaks by a genome-wide approach]]></title>
	<description><![CDATA[<p>Development of cancer is driven by somatic alterations, including numerical and structural chromosomal aberrations. Currently, several computational methods are available and are widely applied to detect numerical copy number aberrations (CNAs) of chromosomal segments in tumor genomes. However, there is lack of computational methods that systematically detect structural chromosomal aberrations by virtue of the genomic location of CNA-associated chromosomal breaks and identify genes that appear non-randomly affected by chromosomal breakpoints across (large) series of tumor samples. ‘GeneBreak’ is developed to systematically identify genes recurrently affected by the genomic location of chromosomal CNA-associated breaks by a genome-wide approach, which can be applied to DNA copy number data obtained by array-Comparative Genomic Hybridization (CGH) or by (low-pass) whole genome sequencing (WGS). First, ‘GeneBreak’ collects the genomic locations of chromosomal CNA-associated breaks that were previously pinpointed by the segmentation algorithm that was applied to obtain CNA profiles. Next, a tailored annotation approach for breakpoint-to-gene mapping is implemented. Finally, dedicated cohort-based statistics is incorporated with correction for covariates that influence the probability to be a breakpoint gene. In addition, multiple testing correction is integrated to reveal recurrent breakpoint events. This easy-to-use algorithm, ‘GeneBreak’, is implemented in R (www.cran.r-project.org) and is available from Bioconductor (www.bioconductor.org/packages/release/bioc/html/GeneBreak.html).</p>
<p> </p><p>Address of the bookmark: <a href="http://www.bioconductor.org/packages/release/bioc/html/GeneBreak.html" rel="nofollow">http://www.bioconductor.org/packages/release/bioc/html/GeneBreak.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/36870/understanding-liftover</guid>
	<pubDate>Wed, 06 Jun 2018 10:00:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/36870/understanding-liftover</link>
	<title><![CDATA[Understanding liftOver !]]></title>
	<description><![CDATA[<p>LiftOver is a necesary step to bring all genetical analysis to the same reference build. LiftOver can have three use cases:</p><p>(1) <a href="https://genome.sph.umich.edu/wiki/LiftOver#Lift_genome_positions">Convert genome position from one genome assembly to another genome assembly</a></p><p>In most scenarios, we have known genome positions in NCBI build 36 (UCSC hg 18) and hope to lift them over to NCBI build 37 (UCSC hg19).</p><p>(2) <a href="https://genome.sph.umich.edu/wiki/LiftOver#Lift_dbSNP_rs_numbers">Convert dbSNP rs number from one build to another</a></p><p>(3) <a href="https://genome.sph.umich.edu/wiki/LiftOver#Lift_Merlin.2FPLINK_format">Convert both genome position and dbSNP rs number over different versions</a></p><p>Run:</p><pre>liftOver input.bed hg18ToHg19.over.chain.gz output.bed unlifted.bed</pre><p>The outformat is as follow:</p><pre>Deleted in new:
    Sequence intersects no chains
Partially deleted in new:
    Sequence insufficiently intersects one chain
Split in new:
    Sequence insufficiently intersects multiple chains
Duplicated in new:
    Sequence sufficiently intersects multiple chains
Boundary problem:
    Missing start or end base in an exon</pre><p>For example:</p><p>If you liftOver <span>chr4:6497-6497 from <span>hg19 to GRch38 </span>and it return "deleted in new". </span></p><p>It means chr4:6497-6497 is part of a genomic contig on hg19 that is not anymore mapped on GRch38 because the new assembly is now better built without including this contig.</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/27348/ngago-challenge-crispr</guid>
	<pubDate>Tue, 17 May 2016 03:31:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/27348/ngago-challenge-crispr</link>
	<title><![CDATA[NgAgo challenge CRISPR !!]]></title>
	<description><![CDATA[<p><a href="http://www.nature.com/nbt/journal/vaop/ncurrent/full/nbt.3547.html" target="_blank" title="A recent Nature Biotechnology paper"><strong>A recent Nature Biotechnology paper</strong></a>&nbsp;from Chunyu Han&rsquo;s lab,&nbsp;DNA-guided genome editing using the&nbsp;<em>Natronobacterium gregoryi&nbsp;</em>Argonaute,&nbsp;is a must-read for genome editing folks who want to learn about NgAgo. Their team sums up NgAgo&rsquo;s potential pluses this way (<strong>emphasis</strong>&nbsp;mine):</p><blockquote><p>&ldquo;The useful features of NgAgo for genome editing include the following.<strong>First, it has a low tolerance to guide&ndash;target mismatch</strong>. A single nucleotide mismatch at each position of the gDNA impaired the cleavage efficiency of NgAgo, and mismatches at three positions completely blocked cleavage in our experiments.&nbsp;<strong>Second, 5&prime; phosphorylated short ssDNAs are rare in mammalian cells, which minimizes the possibility of cellular oligonucleotides misguiding NgAgo</strong>.<strong>Third, NgAgo follows a &lsquo;one-guide-faithful&rsquo; rule,</strong>&nbsp;that is, a guide can only be loaded when NgAgo protein is in the process of expression, and, once loaded, NgAgo cannot swap its gDNA with other free ssDNA at 37 &deg;C. All of these features could minimize off-target effects.&nbsp;<strong>Finally, it is easy to design and synthesize ssDNAs and to adjust their concentration</strong>, which is difficult with the Cas9-sgRNA system, if the sgRNA is expressed from a plasmid and the normal dosage of an ssDNA guide is only ~1/10 of that of a sgRNA expression plasmid.</p></blockquote><p>NgAgo might be a more orderly way and perhaps even simpler way to go about genome editing than CRISPR, but the jury is still out on that until there are more papers and data. The NgAgo edit efficiency at this preliminary stage of technology development seems very strong. See the pics below</p><p><img src="http://i1.wp.com/www.ipscell.com/wp-content/uploads/2016/05/NgAgo1.jpg" alt="image" width="1311" height="559" style="border: 0px; border: 0px;"></p><p>&nbsp;</p><p>Reference:&nbsp;http://www.nature.com/nbt/journal/vaop/ncurrent/full/nbt.3547.html</p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39380/mgert-mobile-genetic-elements-retrieving-tool</guid>
	<pubDate>Sat, 18 May 2019 08:58:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39380/mgert-mobile-genetic-elements-retrieving-tool</link>
	<title><![CDATA[MGERT: Mobile Genetic Elements Retrieving Tool]]></title>
	<description><![CDATA[<p><em>MGERT</em><span>&nbsp;is a computational pipeline for easy retrieving of MGE's coding sequences of a particular family from genome assemblies.&nbsp;</span><em>MGERT</em><span>&nbsp;utilizes several established bioinformatic tools combined into single pipeline which hides different technical quirks from an inexperienced user.</span></p><p>Address of the bookmark: <a href="https://github.com/andrewgull/MGERT" rel="nofollow">https://github.com/andrewgull/MGERT</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36817/kwip-the-k-mer-weighted-inner-product-a-de-novo-estimator-of-genetic-similarity</guid>
	<pubDate>Tue, 29 May 2018 08:37:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36817/kwip-the-k-mer-weighted-inner-product-a-de-novo-estimator-of-genetic-similarity</link>
	<title><![CDATA[kWIP: The k-mer weighted inner product, a de novo estimator of genetic similarity]]></title>
	<description><![CDATA[<p>The k-mer Weighted Inner Product.</p>
<p>This software implements a <em>de novo</em>, <em>alignment free</em> measure of sample genetic dissimilarity which operates upon raw sequencing reads. It is able to calculate the genetic dissimilarity between samples without any reference genome, and without assembling one.</p>
<p> </p>

De novo estimates of genetic relatedness from next-gen sequencing data https://kwip.readthedocs.org<p>Address of the bookmark: <a href="https://github.com/kdmurray91/kwip" rel="nofollow">https://github.com/kdmurray91/kwip</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/view/119</guid>
	<pubDate>Wed, 10 Jul 2013 14:35:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/view/119</link>
	<title><![CDATA[Which are the best statistical programming languages to study for a bioinformatician?]]></title>
	<description><![CDATA[<p><span>In Bio-informatics based&nbsp;genome sequencing and predicting metabolic pathways&nbsp;research jobs&nbsp;I used Matlab, SAS, SPSS, R and several Bioconductor packages. Matlab had a lot of powerful tools and was easy to use, whereas SPSS is for non-programmers and R need programming skills. I am wondering what other people think is best? or there might not be one specific language but a few that lend themselves best to Bio-informatics work that is math heavy and deals with a large amount of data.</span></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/857/smyth-lab</guid>
  <pubDate>Sun, 14 Jul 2013 12:26:18 -0500</pubDate>
  <link></link>
  <title><![CDATA[Smyth Lab]]></title>
  <description><![CDATA[
<p>Statistical functional genomics in experimental medicine<br />The genome projects and the accelerated development of high-throughput genomic technologies such as microarrays have revolutionised biology. Making the most of this revolution requires the marriage of researchers from mathematical and biological backgrounds.</p>

<p>Research Area:<br />Linear models for microarray data<br />Digital gene expression technologies<br />Detection of molecular pathways<br />Bioinformatics resources for medical research</p>

<p>Link @ http://www.wehi.edu.au/faculty_members/professor_gordon_smyth/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/914/welch-lab</guid>
  <pubDate>Mon, 15 Jul 2013 18:21:13 -0500</pubDate>
  <link></link>
  <title><![CDATA[Welch Lab]]></title>
  <description><![CDATA[
<p>They are based in the Department of Genetics at the University of Cambridge. </p>

<p>The research covers diverse areas of evolutionary biology, and molecular evolution in particular. It combines theoretical and empirical approaches, and particularly evolutionary inference from genome sequence data.</p>

<p>Links @ http://www.gen.cam.ac.uk/research/welch/GroupPage/Home.html</p>
]]></description>
</item>

</channel>
</rss>