<?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/27430?offset=750</link>
	<atom:link href="https://bioinformaticsonline.com/related/27430?offset=750" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/42470/the-new-corona-variant-has-23-mutations-in-all-which-is-unusually-huge</guid>
	<pubDate>Wed, 23 Dec 2020 03:50:50 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/42470/the-new-corona-variant-has-23-mutations-in-all-which-is-unusually-huge</link>
	<title><![CDATA[The new corona variant has 23 mutations in all, which is unusually huge !]]></title>
	<description><![CDATA[<p>The new SARS-CoV-2 version, B.1.1.7, which was first seen in the third week of September in Kent and Greater London, has since spread to other locations in the UK. According to the COVID-19 Genomics UK Consortium (COG-UK Consortium) that analysed the genome data of the virus and identified the variant, the new variant has been spreading "rapidly" over the last four weeks and has now been detected in other locations in the UK, suggesting further spread of the variant in the region.</p><p><span>According to a<span>&nbsp;</span></span><a href="https://virological.org/t/preliminary-genomic-characterisation-of-an-emergent-sars-cov-2-lineage-in-the-uk-defined-by-a-novel-set-of-spike-mutations/563"><strong><span>preliminary report</span></strong></a><span><span>&nbsp;</span>posted on December 19 by the COG-UK Consortium scientists, as of December 15, 1,623 variant genomes have been sequenced. In a<span>&nbsp;</span></span><a href="https://twitter.com/TheCGPS/status/1340749351803629569"><strong><span>December 21 tweet</span></strong></a><span>, COG-UK Consortium said that it added 2,963 more genome sequences of SARS-CoV-2, of which 942 (32%) belong to the new variant. The Consortium<span>&nbsp;</span></span><a href="https://twitter.com/CovidGenomicsUK/status/1341073233420955654"><strong><span>intends to sequence</span></strong></a><span><span>&nbsp;</span>20,000 more SARS-CoV-2 genomes in the next two weeks to further ascertain the spread of the variant.</span></p><p><span>There is no clear proof, at least not yet, that it does cause severe pandemic. But there is a justification for seriously taking the possibility. Another coronavirus lineage in South Africa has acquired one specific mutation that is also present in B.1.1.7. This variant is increasingly spreading across South Africa's coastal regions. And doctors have observed in preliminary research that individuals infected with this variant bear a higher viral load-a higher concentration of the virus in their upper respiratory tract. In many viral diseases, this is associated with more severe symptoms.</span></p><p>&nbsp;</p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43362/machine-learning-for-genomics</guid>
	<pubDate>Thu, 09 Sep 2021 11:26:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43362/machine-learning-for-genomics</link>
	<title><![CDATA[Machine Learning for Genomics]]></title>
	<description><![CDATA[<h3>Module 1: Statistics for genomics (2-8 August 2021)</h3>
<ul>
<li>A simple intro to statistical distributions</li>
<li>hypothesis testing</li>
<li>linear models.</li>
</ul>
<p>reading:&nbsp;<a href="http://compgenomr.github.io/book/stats.html">http://compgenomr.github.io/book/stats.html</a></p>
<p>slides:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/compgen2021_stats.pdf">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/compgen2021_stats.pdf</a></p>
<p>exercises+code:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/</a></p>
<h3><a href="https://github.com/BIMSBbioinfo/compgen2021#module-2-unsupervised-learning-for-genomics-9-15-august-2021"></a>Module 2: Unsupervised learning for genomics (9-15 August 2021)</h3>
<ul>
<li>Understanding basic intuition behind machine learning approaches.</li>
<li>Using unsupervised learning to cluster and visualise data points</li>
<li>Dimension reduction techniques for visualisation and as input to clustering methods</li>
</ul>
<p>reading:&nbsp;<a href="http://compgenomr.github.io/book/unsupervisedLearning.html">http://compgenomr.github.io/book/unsupervisedLearning.html</a></p>
<p>slides:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week2/compgen2021_unsupervisedLearning.pdf">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week2/compgen2021_unsupervisedLearning.pdf</a></p>
<p>exercises+code:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week2/">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week2/</a></p>
<h3><a href="https://github.com/BIMSBbioinfo/compgen2021#module-3-supervised-learning-for-genomics-16-22-august-2021"></a>Module 3: Supervised learning for genomics (16-22 August 2021)</h3>
<ul>
<li>Understanding and using supervised learning methods for predictive purposes</li>
<li>How to measure prediction performance</li>
<li>Understand and use cross-validation and related concepts</li>
</ul>
<p>reading:&nbsp;<a href="http://compgenomr.github.io/book/supervisedLearning.html">http://compgenomr.github.io/book/supervisedLearning.html</a></p>
<p>slides:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week3/compgen2021_supervisedLearning.pdf">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week3/compgen2021_supervisedLearning.pdf</a></p>
<p>exercises+code:&nbsp;<a href="https://github.com/BIMSBbioinfo/compgen2021/tree/main/week3/">https://github.com/BIMSBbioinfo/compgen2021/tree/main/week3/</a></p>
<p>https://github.com/BIMSBbioinfo/compgen2021</p><p>Address of the bookmark: <a href="https://github.com/BIMSBbioinfo/compgen2021" rel="nofollow">https://github.com/BIMSBbioinfo/compgen2021</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/12594/faculty-positions-at-central-university-of-punjab</guid>
  <pubDate>Mon, 07 Jul 2014 23:33:33 -0500</pubDate>
  <link></link>
  <title><![CDATA[Faculty Positions at Central University of Punjab]]></title>
  <description><![CDATA[
<p>Faculty Positions: Rolling/Open Advertisement Advt.No: T-10 (2013)</p>

<p>Pay Scale: Pay Band Rs.15600-39100 with AGP of Rs.6,000/-</p>

<p>Essential Qualifications for Professors, Associate Professors, and Assistant Professors: As per “UGC REGULATIONS ON MINIMUM QUALIFICATIONS FOR APPOINTMENT OF TEACHERS AND OTHER ACADEMIC STAFF IN UNIVERSITIES AND COLLEGES AND MEASURES FOR THE MAINTENANCE OF STANDARDS IN HIGHER EDUCATION 2010“ and the 2nd Amendments to the regulation issued in June 2013.</p>

<p>For details: http://www.ugc.ac.in/oldpdf/regulations/revised_finalugcregulationfinal10.pdf http://www.ugc.ac.in/pdfnews/8539300_English.pdf and University rules.</p>

<p>Procedure to apply:</p>

<p>Application forms along with API form complete in all respect along with necessary documents and application fee of Rs. 500/-. (Rs. 250/- for Scheduled Caste/Scheduled Tribe/Person with disabilities) should be sent to:</p>

<p>Registrar, Central University of Punjab, City Campus, Mansa Road, Bathinda-151001</p>

<p>For more info visit: http://www.centralunipunjab.com/Teaching/Final%20Details-t10-2013.pdf, http://www.centralunipunjab.com/Teaching/Advertisement-t10-2013.jpg</p>

<p>Last Apply Date: 31 Dec 2014</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/44412/scientist-positions-csir-institute-of-genomics-integrative-biology-igib</guid>
  <pubDate>Sat, 02 Dec 2023 00:51:08 -0600</pubDate>
  <link></link>
  <title><![CDATA[Scientist positions @ CSIR-Institute of Genomics &amp; Integrative Biology (IGIB)]]></title>
  <description><![CDATA[
<p>CSIR-Institute of Genomics &amp; Integrative Biology (IGIB) is a premier Institute of Council of Scientific<br />and Industrial Research (CSIR), engaged in research of national importance in the areas of genomics,<br />molecular medicine, bioinformatics and proteomics. For more details, kindly refer to website<br />https://igib.res.in.<br />The Institute is looking for dynamic and creative Indian researchers having excellent academic record<br />and interested in Product Development / Technology Innovation / Applied Technology / Translational<br />Research in the above broad areas. The eligible candidates may apply for the following positions<br />through the CSIR-IGIB website.</p>

<p>More at https://www.igib.res.in/bdmg/ScientistRecruitmentAdvt2023.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44713/understanding-rna-seq-normalization-methods-tpm-vs-fpkm-vs-cpm</guid>
	<pubDate>Wed, 11 Dec 2024 00:59:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44713/understanding-rna-seq-normalization-methods-tpm-vs-fpkm-vs-cpm</link>
	<title><![CDATA[Understanding RNA-Seq Normalization Methods: TPM vs. FPKM vs. CPM]]></title>
	<description><![CDATA[<p>RNA sequencing (RNA-Seq) is a powerful technology used to study transcriptomes, providing insights into gene expression levels. However, raw RNA-Seq data requires normalization to account for sequencing depth and gene length, enabling accurate comparisons between genes and samples. Among the most widely used normalization methods are TPM (Transcripts Per Million), FPKM (Fragments Per Kilobase Million), and CPM (Counts Per Million). Each method has its unique principles and applications, which we&rsquo;ll explore in this blog.</p><h2>Why Normalize RNA-Seq Data?</h2><p>Normalization is a crucial step in RNA-Seq analysis for the following reasons:</p><ul>
<li>
<p><strong>Sequencing depth:</strong> Different RNA-Seq experiments produce varying numbers of reads, making direct comparisons between samples misleading.</p>
</li>
<li>
<p><strong>Gene length:</strong> Longer genes inherently generate more reads, irrespective of their actual expression level.</p>
</li>
<li>
<p><strong>Bias reduction:</strong> Normalization mitigates technical biases, enabling meaningful biological interpretation.</p>
</li>
</ul><h2>TPM (Transcripts Per Million)</h2><p>TPM measures the proportion of reads mapped to a transcript, normalized by transcript length and sequencing depth. It is calculated as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Proportionality:</strong> TPM values sum to 1,000,000 across all transcripts in a sample, making it easier to compare between samples.</p>
</li>
<li>
<p><strong>Intuitive interpretation:</strong> TPM values directly represent the abundance of transcripts in a sample.</p>
</li>
<li>
<p><strong>Preferred for comparisons:</strong> TPM facilitates between-sample comparisons better than FPKM.</p>
</li>
</ol><h2>FPKM (Fragments Per Kilobase Million)</h2><p>FPKM normalizes read counts by transcript length and sequencing depth, but without enforcing proportionality like TPM. It is defined as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Historical significance:</strong> FPKM was one of the first normalization methods used for RNA-Seq.</p>
</li>
<li>
<p><strong>Single-end vs. paired-end:</strong> In paired-end sequencing, FPKM becomes RPKM (Reads Per Kilobase Million).</p>
</li>
<li>
<p><strong>Limited utility:</strong> FPKM values are not as robust as TPM for cross-sample comparisons due to lack of proportionality.</p>
</li>
</ol><h2>CPM (Counts Per Million)</h2><p>CPM normalizes raw read counts by sequencing depth, without considering gene length. It is expressed as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Simplicity:</strong> CPM is straightforward and computationally less intensive.</p>
</li>
<li>
<p><strong>Application:</strong> Suitable for non-length-dependent analyses, such as comparing total expression levels or differential expression analysis.</p>
</li>
<li>
<p><strong>Gene length agnostic:</strong> CPM does not correct for gene length, making it less ideal for measuring expression levels.</p>
</li>
</ol><h2>When to Use Each Method</h2><ul>
<li>
<p><strong>TPM:</strong> Best for comparing expression levels between samples, especially when transcript length and sequencing depth vary.</p>
</li>
<li>
<p><strong>FPKM:</strong> Useful for historical consistency but generally replaced by TPM.</p>
</li>
<li>
<p><strong>CPM:</strong> Ideal for differential expression analysis when gene length normalization is unnecessary.</p>
</li>
</ul><h2>Conclusion</h2><p>Choosing the right normalization method depends on the specific objectives of your RNA-Seq analysis. TPM&rsquo;s proportionality and robustness make it the preferred choice for most applications, while CPM serves well for differential expression studies. Although FPKM paved the way for RNA-Seq normalization, it has largely been supplanted by TPM in modern workflows. Understanding these methods and their nuances ensures accurate and meaningful interpretations of RNA-Seq data.</p><h3>References:</h3><ol>
<li>
<p>Li, B., &amp; Dewey, C. N. (2011). RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome. <em>BMC Bioinformatics.</em></p>
</li>
<li>
<p>Trapnell, C., et al. (2010). Transcript assembly and quantification by RNA-Seq reveals unannotated transcripts and isoform switching during cell differentiation. <em>Nature Biotechnology.</em></p>
</li>
<li>
<p>Law, C. W., et al. (2014). voom: precision weights unlock linear model analysis tools for RNA-seq read counts. <em>Genome Biology.</em></p>
</li>
</ol>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/3885/precision-medicine</guid>
	<pubDate>Sat, 24 Aug 2013 15:47:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/3885/precision-medicine</link>
	<title><![CDATA[Precision Medicine]]></title>
	<description><![CDATA[<p>Coupling established clinical&ndash;pathological indexes with state-of-the-art molecular profiling to create diagnostic, prognostic, and therapeutic strategies precisely tailored to each patient's requirements &mdash; hence the term &ldquo;Precision medicine&rdquo;&nbsp;</p>
<p>Source:<a href="http://www.nejm.org/doi/full/10.1056/NEJMp1114866">http://www.nejm.org/doi/full/10.1056/NEJMp1114866</a></p>
<p><strong>Another video on precision medicine</strong>:</p>
<p><a href="http://www.youtube.com/watch?v=Pi8W0yOXnzE">http://www.youtube.com/watch?v=Pi8W0yOXnzE</a></p>
<p>Precision Medicine basically intergrates bioinformatics, genomics , genetics, molecular biology and nanotechnology to deliver precise cure/diagnotics to a specific patient.</p>
<p>Examples:</p>
<ul>
<li><span>The drug imatinib (Gleevec) designed to inhibit an altered enzyme produced by a fused version of two genes found in chronic myelogenous leukemia.</span></li>
<li><span>The breast cancer drug trastuzumab (Herceptin) works only for women whose tumors have a particular genetic profile called HER-2 positive.</span></li>
</ul>
<p><span>E.g. source :</span></p>
<p><span><a href="http://www.bionews-tx.com/news/2013/08/15/how-the-impact-of-cancer-genomics-on-precision-medicine-is-revolutionizing-cancer-treatment/">http://www.bionews-tx.com/news/2013/08/15/how-the-impact-of-cancer-genomics-on-precision-medicine-is-revolutionizing-cancer-treatment/</a></span></p><p>Address of the bookmark: <a href="http://www.cbsnews.com/video/watch/?id=50149783n" rel="nofollow">http://www.cbsnews.com/video/watch/?id=50149783n</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34485/phyloxml-xml-for-evolutionary-biology-and-comparative-genomics</guid>
	<pubDate>Wed, 29 Nov 2017 10:04:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34485/phyloxml-xml-for-evolutionary-biology-and-comparative-genomics</link>
	<title><![CDATA[phyloXML:  XML for evolutionary biology and comparative genomics]]></title>
	<description><![CDATA[<p><a href="http://www.biomedcentral.com/1471-2105/10/356/">phyloXML</a><span>&nbsp;(</span><a href="http://www.phyloxml.org/examples_syntax/phyloxml_syntax_example_1.html">example</a><span>) is an&nbsp;</span><a href="http://en.wikipedia.org/wiki/XML">XML</a><span>&nbsp;language designed to describe phylogenetic trees (or networks) and associated data. PhyloXML provides elements for commonly used features, such as taxonomic information, gene names and identifiers, branch lengths, support values, and gene duplication and speciation events. Using these standardized elements allows interoperability between various applications and databases. Furthermore, both due to extensible nature of XML itself and the provision of &lt;property&gt; elements by phyloXML, extensibility as well as domain specific applications are ensured. The structure of phyloXML is described by&nbsp;</span><a href="http://en.wikipedia.org/wiki/XML_Schema_%28W3C%29">XML Schema Definition (XSD)</a><span>&nbsp;language.</span></p><p>Address of the bookmark: <a href="http://www.phyloxml.org/" rel="nofollow">http://www.phyloxml.org/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/13276/senior-research-fellow-at-nit-rourkela</guid>
  <pubDate>Wed, 30 Jul 2014 00:53:13 -0500</pubDate>
  <link></link>
  <title><![CDATA[Senior Research Fellow at NIT, Rourkela]]></title>
  <description><![CDATA[
<p>NATIONAL INSTITUTE OF TECHNOLOGY, ROURKELA – 769 008(ORISSA)<br />SPONSORED RESEARCH, INDUSTRIAL CONSULTANCY &amp; CONTINUING EDUCATION</p>

<p>ADVERTISEMENT NO: NITR/SR/CH-BIF/2014/30</p>

<p>Applications are invited on prescribed format for the following assignment in a purely time bound research project undertaken in the Department of Biotechnology &amp; Medical Engineering of the Institute.</p>

<p>1. Name of the Temporary Post : Senior Research Fellow-01<br />2. Name of the Research Project: “ Bioinformatics Infrastructure Facility (BIF)”<br />3. Name of the Sponsoring Agency: DBT, Government of India, 4 Tenure of the Project : 12th Five year Plan<br />5 Tenure of the Assignment : 01 year [Likely to be extended for 04 more years]<br />6 Job Description : BIF Maintenance and Active Research in Bioinformatics<br />7. Consolidated monthly compensation / Fellowship: Rs.18,000/- P.M.</p>

<p>8. Essential Qualifications and experience: B.Tech with valid GATE Score or M.Tech degree in Biotechnology/Bioinformatics/Computer Science/Computational Biology<br />9. Desirable Qualifications/ Experiences: Experience of Programming in PERL,R, Python, Unix and Visual Studio + Knowledge in NGS data analysis work flows ,WGS and statistical packages such as CRAN-R,MATLAB etc.</p>

<p>10. Accommodation : Bachelor accommodation in the Institute may be provided subject to availability.<br />11. For technical information on the project, the candidate may contact the Principal Investigator at the following address:</p>

<p>Name : Prof. Mukesh K Gupta<br />Address : Dept. of Biotechnology &amp; Medical Engineering,<br />N.I.T.Rourkela-769 008<br />Telephone No : 0661-2462294<br />E-mail : guptam@nitrkl.ac.in</p>

<p>Eligible persons may apply in the prescribed format (available in the Institute Website)affixed with coloured photographs to be submitted in duplicate along with photo copies of relevant certificates, grade/ mark sheets, publications etc., to Asst. Registrar, SRICCE,<br />National Institute of Technology, Rourkela–769 008 before 22.08.2014. The cover should be super- scribed clearly the post applied for &amp; Name of the Project.</p>

<p>Mere possession of minimum qualification does not guarantee invitation to the interview.<br />Candidates will be short listed based on merit and need of the project.</p>

<p>Advertisement:</p>

<p>http://www.nitrkl.ac.in/IntraWeb/Jobs_Tenders/Jobs/ProjectFellowship/2014/141707192838_1.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36267/pspairwise-sequentially-markovian-coalescent-psmc-model</guid>
	<pubDate>Thu, 19 Apr 2018 05:29:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36267/pspairwise-sequentially-markovian-coalescent-psmc-model</link>
	<title><![CDATA[PSPairwise Sequentially Markovian Coalescent (PSMC) model]]></title>
	<description><![CDATA[<p><span>Implementation of the Pairwise Sequentially Markovian Coalescent (PSMC) model</span></p><p>Address of the bookmark: <a href="https://github.com/lh3/psmc" rel="nofollow">https://github.com/lh3/psmc</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<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>

</channel>
</rss>