<?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/38385?</link>
	<atom:link href="https://bioinformaticsonline.com/related/38385?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40212/kalign-fast-multiple-sequence-alignment-program-for-biological-sequences</guid>
	<pubDate>Fri, 01 Nov 2019 00:20:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40212/kalign-fast-multiple-sequence-alignment-program-for-biological-sequences</link>
	<title><![CDATA[Kalign: fast multiple sequence alignment program for biological sequences.]]></title>
	<description><![CDATA[<p><span>Kalign is a fast multiple sequence alignment program for biological sequences.</span></p>
<p>Align sequences and output the alignment in MSF format:</p>
<pre><code>kalign -i BB11001.tfa -f msf  -o out.msf
</code></pre>
<p>Align sequences and output the alignment in clustal format:</p>
<pre><code>kalign -i BB11001.tfa -f clu -o out.clu
</code></pre>
<p>Re-align sequences in an existing alignment:</p>
<pre><code>kalign -i BB11001.msf  -o out.afa
</code></pre>
<p>Reformat existing alignment:</p>
<pre><code>kalign -i BB11001.msf -r afa -o out.afa</code></pre><p>Address of the bookmark: <a href="https://github.com/TimoLassmann/kalign" rel="nofollow">https://github.com/TimoLassmann/kalign</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27070/venn-diagrams-on-r-studio</guid>
	<pubDate>Mon, 25 Apr 2016 16:22:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27070/venn-diagrams-on-r-studio</link>
	<title><![CDATA[Venn Diagrams on R Studio]]></title>
	<description><![CDATA[<h3>First step: Install &amp; load &ldquo;VennDiagram&rdquo; package.</h3>
<pre><code><span># install.packages('VennDiagram')</span>
<span>library</span><span>(</span><span>VennDiagram</span><span>)</span>
</code></pre>
<h3>Second step: Load data</h3>
<p>Add filepath if &ldquo;catdoge.csv&rdquo; is not in working-directory.</p>
<pre><code><span>d</span> <span>&lt;-</span> <span>read.csv</span><span>(</span><span>"catdoge.csv"</span><span>)</span></code><br><br></pre><p>Address of the bookmark: <a href="http://rstudio-pubs-static.s3.amazonaws.com/13301_6641d73cfac741a59c0a851feb99e98b.html" rel="nofollow">http://rstudio-pubs-static.s3.amazonaws.com/13301_6641d73cfac741a59c0a851feb99e98b.html</a></p>]]></description>
	<dc:creator>Jitendra Prajapati</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/42974/list-of-bioinformatics-packages-for-ngs-analysis</guid>
	<pubDate>Sat, 20 Mar 2021 00:28:51 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42974/list-of-bioinformatics-packages-for-ngs-analysis</link>
	<title><![CDATA[List of bioinformatics packages for NGS analysis !]]></title>
	<description><![CDATA[<p>Package suites gather software packages and installation tools for specific languages or platforms. We have some for bioinformatics software.</p><ul>
<li><a href="https://github.com/Bioconductor">Bioconductor</a>&nbsp;&ndash; A plethora of tools for analysis and comprehension of high-throughput genomic data, including 1500+ software packages. [&nbsp;<a href="https://link.springer.com/article/10.1186/gb-2004-5-10-r80">paper-2004</a>&nbsp;|&nbsp;<a href="https://www.bioconductor.org/">web</a>&nbsp;]</li>
<li><a href="https://github.com/biopython/biopython">Biopython</a>&nbsp;&ndash; Freely available tools for biological computing in Python, with included cookbook, packaging and thorough documentation. Part of the&nbsp;<a href="http://open-bio.org/">Open Bioinformatics Foundation</a>. Contains the very useful&nbsp;<a href="https://biopython.org/DIST/docs/api/Bio.Entrez-module.html">Entrez</a>&nbsp;package for API access to the NCBI databases. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/19304878">paper-2009</a>&nbsp;|&nbsp;<a href="https://biopython.org/">web</a>&nbsp;]</li>
<li><a href="https://github.com/bioconda">Bioconda</a>&nbsp;&ndash; A channel for the&nbsp;<a href="http://conda.pydata.org/docs/intro.html">conda package manager</a>&nbsp;specializing in bioinformatics software. Includes a repository with 3000+ ready-to-install (with&nbsp;<code>conda install</code>) bioinformatics packages. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/29967506">paper-2018</a>&nbsp;|&nbsp;<a href="https://bioconda.github.io/">web</a>&nbsp;]</li>
<li><a href="https://github.com/BioJulia">BioJulia</a>&nbsp;&ndash; Bioinformatics and computational biology infastructure for the Julia programming language. [&nbsp;<a href="https://biojulia.net/">web</a>&nbsp;]</li>
<li><a href="https://github.com/rust-bio/rust-bio">Rust-Bio</a>&nbsp;&ndash; Rust implementations of algorithms and data structures useful for bioinformatics. [&nbsp;<a href="http://bioinformatics.oxfordjournals.org/content/early/2015/10/06/bioinformatics.btv573.short?rss=1">paper-2016</a>&nbsp;]</li>
<li><a href="https://github.com/seqan/seqan3">SeqAn</a>&nbsp;&ndash; The modern C++ library for sequence analysis.</li>
</ul>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43815/kebabs-package-provides-functionality-for-kernel-based-analysis-of-biological-sequences-via-support-vector-machine-svm-based-methods</guid>
	<pubDate>Fri, 04 Mar 2022 00:14:11 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43815/kebabs-package-provides-functionality-for-kernel-based-analysis-of-biological-sequences-via-support-vector-machine-svm-based-methods</link>
	<title><![CDATA[kebabs: package provides functionality for kernel based analysis of biological sequences via Support Vector Machine (SVM) based methods]]></title>
	<description><![CDATA[<p><span>The&nbsp;</span><tt>kebabs</tt><span>&nbsp;package provides functionality for kernel based analysis of biological sequences via Support Vector Machine (SVM) based methods. Biological sequences include DNA, RNA, and amino acid (AA) sequences. Sequence kernels define similarity measures between sequences. The package implements some of the most important kernels for sequence analysis in a very flexible and efficient way and extends the standard position-independent functionality of these kernels in a novel way to take the position of patterns in the sequences into account for the similarity measure.</span></p>
<p>http://www.bioinf.jku.at/software/kebabs/</p>
<p>http://bioconductor.org/packages/release/bioc/vignettes/kebabs/inst/doc/kebabs.pdf</p><p>Address of the bookmark: <a href="http://www.bioinf.jku.at/software/kebabs/" rel="nofollow">http://www.bioinf.jku.at/software/kebabs/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44663/svbyeye-r-package-to-visualize-alignments-between-two-or-multiple-dna-sequences</guid>
	<pubDate>Tue, 17 Sep 2024 02:34:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44663/svbyeye-r-package-to-visualize-alignments-between-two-or-multiple-dna-sequences</link>
	<title><![CDATA[SVbyEye: R Package to visualize alignments between two or multiple DNA sequences]]></title>
	<description><![CDATA[<p dir="auto">R Package to visualize alignments between two or multiple DNA sequences including<br>a number of functionalities to facilitate processing of alignments in PAF format.</p>
<p dir="auto"><span>SVbyEye, an open-source R package to visualize and annotate sequence-to-sequence alignments along with various functionalities to process alignments in PAF format. The tool facilitates the characterization of complex SVs in the context of sequence homology helping resolve the mechanisms underlying their formation. Availability and implementation SVbyEye is available at https://github.com/daewoooo/SVbyEye.</span></p>
<p dir="auto">Author: David Porubsky</p><p>Address of the bookmark: <a href="https://github.com/daewoooo/SVbyEye" rel="nofollow">https://github.com/daewoooo/SVbyEye</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/27459/tools-for-searching-repeats-and-palindromic-sequences</guid>
	<pubDate>Sat, 21 May 2016 22:32:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/27459/tools-for-searching-repeats-and-palindromic-sequences</link>
	<title><![CDATA[Tools for Searching Repeats And Palindromic Sequences]]></title>
	<description><![CDATA[<p>What are genomic interspersed repeats?</p><p>In the mid 1960's scientists discovered that many genomes contain stretches of highly repetitive DNA sequences ( see Reassociation Kinetics Experiments, and C-Value Paradox ). These sequences were later characterized and placed into five categories:</p><p><strong>Simple Repeats</strong> - Duplications of simple sets of DNA bases (typically 1-5bp) such as A, CA, CGG etc.<br /><strong>Tandem Repeats</strong> - Typically found at the centromeres and telomeres of chromosomes these are duplications of more complex 100-200 base sequences.<br /><strong>Segmental Duplications</strong> - Large blocks of 10-300 kilobases which are that have been copied to another region of the genome.<br /><strong>Interspersed Repeats</strong><br />Processed Pseudogenes, Retrotranscripts, SINES - Non-functional copies of RNA genes which have been reintegrated into the genome with the assitance of a reverse transcriptase.<br />DNA Transposons<br />Retrovirus Retrotransposons<br />Non-Retrovirus Retrotransposons ( LINES )</p><p>Currently up to 50% of the human genome is repetitive in nature and as improvements are made in detection methods this number is expected to increase.</p><p>On the other hand; In genetics, the term palindrome refers to a sequence of nucleotides along a DNA (deoxyribonucleic acid) or RNA (ribonucleic acid) strand that contains the same series of nitrogenous bases regardless from which direction the strand is analyzed. Akin to a language palindrome&mdash;wherein a word or phrase is spelled the same left-to-right as right-to-left (e.g., the word RADAR or the phrase "able was I ere I saw elba")&mdash;with genetic palindromes it does not matter whether the nucleic acid strand is read starting from the 3' (three prime) end or the 5' (five prime) end of the strand.</p><p>Recent research on palindromes centers on understanding palindrome formation during gene amplification. Other studies have attempted to relate palindrome formation to molecular mechanisms involved in double stranded breaks and in the formation of inverted repeats. Assisted by high speed computers, other groups of scientists link palindrome formation to the conservation of genetic information.</p><p>Related to the direction of transcription by RNA polymerase, DNA strands have upstream and downstream terminus defined by differing chemical groups at each end. The ends of each strand of DNA or RNA are termed the 5' (phosphate bound to the 5' position carbon) and 3' (phosphate bound to the 3' carbon) ends to indicate a polarity within the molecule. Using the letters A, T, C, G, to represent the nitrogenous bases adenine, thymine, cytosine, and guanine found in DNA, and the letters A, U, C, G to represent the nitrogenous bases adenine, uracil, cytosine, guanine found in RNA (Note that uracil in RNA replaces the thymine found in DNA), geneticists usually represent DNA by a series of base codes (e.g., 5' AATCGGATTGCA 3'). The base codes are usually arranged from the 5' end to the 3' end.</p><p>Because of specific base pairing in DNA (i.e., adenine (A) always bonds with (thymine (T) and cytosine (C) always bonds with guanine (G)) the complimentary stand to the sequence 5' AATCGGATTGCA 3' would be 3' TTAGCCTAACGT 5'.</p><p>With palindromes the sequences on the complimentary strands read the same in either direction. For example, a sequence of 5' GAATTC3' on one strand would be complimented by a 3' CTTAAG 5' strand. In either case, when either strand is read from the 5' prime end the sequence is GAATTC. Another example of a palindrome would be the sequence 5' CGAAGC 3' that, when reversed, still reads CGAAGC.</p><p>Palindromes are important sequences within nucleic acids. Often they are the site of binding for specific enzymes (e.g., restriction endobucleases) designed to cut the DNA strands at specific locations (i.e., at palindromes).</p><p>Palindromes may arise from brakeage and chromosomal inversions that form inverted repeats that compliment each other. When a palindrome results from an inversion, it is often referred to as an inverted repeat. For example, the sequence 5' CGAAGC 3', if inverted (reversed 180&deg;), still reads CGAAGC.</p><p>The <a href="http://emboss.open-bio.org/">European Molecular Biology Open Software Suite (EMBOSS)</a> includes some basic tools for finding tandem repeats and inverted repeats (see <a href="http://emboss.open-bio.org/html/use/apbs06.html#GroupsAppsTableNucleicrepeatsR6">B.6.22. Applications in group Nucleic:repeats</a>). There are many on-line services providing the EMBOSS tools, for example:</p><ul>
<li>Wageningen Bioinformatics Webportal <a href="http://emboss.bioinformatics.nl/">EMBOSS explorer</a></li>
<li><a href="http://mobyle.pasteur.fr/">Mobyle@Pasteur</a></li>
<li><a href="http://wsembnet.vital-it.ch/">Soaplab2 Web Services at Vital-IT</a></li>
</ul><p>For more sophisticated repeat finding you will want to look at tools using <a href="http://www.girinst.org/repbase/">Repbase</a> for example:</p><ul>
<li>CENSOR
<ul>
<li><a href="http://www.girinst.org/censor/">CENSOR@GIRI</a></li>
<li><a href="http://www.ebi.ac.uk/Tools/so/censor/">CENSOR@EMBL-EBI</a></li>
</ul>
</li>
<li><a href="http://www.repeatmasker.org/">RepeatMasker</a></li>
<li><a href="http://mummer.sourceforge.net/">MUMmer</a>&nbsp;(scan_for_match)</li>
<li><a href="http://emboss.bioinformatics.nl/cgi-bin/emboss/palindrome">Emboss Palindrome</a></li>
</ul><p>Other nucleotide repeat finding methods found by a couple of web searches:</p><ul>
<li><a href="http://tandem.bu.edu/trf/trf.html">Tandem Repeats Finder</a></li>
<li><a href="http://selab.janelia.org/recon.html">RECON</a></li>
<li><a href="http://www.yandell-lab.org/software/repeatrunner.html">RepeatRunner</a></li>
<li><a href="http://bibiserv.techfak.uni-bielefeld.de/reputer/">REPuter</a></li>
<li><a href="http://210.212.215.200/IMEX/index.html">Imperfect Microsatellite Extractor (IMEx)</a></li>
<li><a href="http://www.imtech.res.in/raghava/srf/">Spectral Repeat Finder (SRF)</a></li>
<li><a href="http://zlab.bu.edu/repfind/form.html">REPFIND</a></li>
<li><a href="http://crispr.u-psud.fr/Server/CRISPRfinder.php">CRISPRfinder</a></li>
<li><a href="http://grail.lsd.ornl.gov/grailexp/">GrailEXP</a></li>
<li><a href="http://alggen.lsi.upc.edu/recerca/search/frame-search.html">CONREPP</a></li>
<li><a href="http://www.biophp.org/minitools/find_palindromes/demo.php%20"><span>find_palindromes</span></a></li>
<li><a href="http://insilico.ehu.eus/palindromes/"><span>Palindrome</span></a></li>
<li><a href="http://emboss.bioinformatics.nl/cgi-bin/emboss/palindrome">EMBOSS Palindrome</a></li>
<li><a href="http://bioinfo.cs.technion.ac.il/projects/Engel-Freund/new.html">Palindrome Search</a></li>
</ul>]]></description>
	<dc:creator>Radha Agarkar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/34326/list-of-research-institutes-in-india-biological-sciences-biotechnology</guid>
	<pubDate>Tue, 14 Nov 2017 09:46:16 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/34326/list-of-research-institutes-in-india-biological-sciences-biotechnology</link>
	<title><![CDATA[List of Research Institutes in India (Biological Sciences/ Biotechnology)]]></title>
	<description><![CDATA[<p>A laboratory (normally lab) is a facility that provides controlled conditions in which scientific or technological research, experiments, and measurement may be performed.</p><p>The aims of bio/medical research are also broad, including:<br />&bull; Understanding mechanism of disease<br />&bull; Understanding the impact of genetic and external factors on human health<br />&bull; Designing and evaluating new therapeutic interventions<br />&bull; Health genomics</p><p>List of Research Institutes in India (Biological Sciences)</p><p>BANGALORE <br />Ashoka Trust for Ecology and the Environment<br />Royal Enclave, Srirampura, Jakkur Post, Bangalore-560064<br />Email: info@atree.org<br />Web: www.atree.org/<br />Research: ATREE deals with issues relating to the environmental, social and economic dimensions, and implications of, biological resources and natural ecosystems</p><p>Indian Institute of Science<br />Indian Institute of Science, Bangalore 560 012, Karnataka<br />Email:regr@admin.iisc.ernet.in<br />Web: www.iisc.ernet.in/<br />Research Areas: Biochemistry, ecological sciences, microbiology &amp; cell biology, molecular biophysics, molecular reproduction, development &amp; genetics.</p><p><br />Jawaharlal Nehru Centre for Advanced Scientific Research<br />Jakkur, Bangalore 560 064, Karnataka<br />Email: academic@jncasr.ac.in<br />Web: www.jncasr.ac.in/<br />Research Areas: Evolutionary and organismal biology, molecular biology and genetics.</p><p><br />National Centre for Biological Science<br />GKVK, Bellary Road,<br />Email: dean@ncbs.res.in<br />Web: www.ncbs.res.in<br />Research Areas: The research interests of the faculty range from single molecules to systems biology.</p><p><br />National Institute of Mental Health and Neurosciences<br />Bangalore 560029, Karnataka<br />Email: info@nimhans.kar.nic.in<br />Web: nimhans.kar.nic.in/<br />Research Areas: Biophysics, biostatistics, clinical psychology, epidemiology, human genetics, mental health education, neuroanaesthesia, neurochemistry, neuro imaging and interventional radiology, neurology, neuromicrobiology, neuropathology, neurophysiology, neurosurgery, neurovirology.</p><p><br />Stem Cell Institute<br />NCBS, GKVK, Bellary Road,<br />Email: ramas@ncbs.res.in<br />Web: underconstruction</p><p><br />University of Agricultural Sciences<br />GKVK, Bangalore 5600065, Karnataka<br />Email: root@uas.kar.nic.in<br />Web: uasbng.kar.nic.in/Default.htm<br />BARODA</p><p>Maharaja Sayajirao University of Baroda<br />Fatehgunj, Vadodara 390 002, Gujarat<br />Web: msubaroda.ac.in/</p><p>BHOPAL <br />Indian Institute of Science Education and Research&ndash;Bhopal<br />Govindpura, Bhopal - 23<br />E-mail: director@iiserbhopal.ac.in<br />Web: www.iiserbhopal.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics<br />BHUBANESHWAR <br />Institute of Life Sciences<br />Bhubaneswar 751 023, Orissa<br />Web: www.ils.res.in<br />Research Areas: Cancer, malaria, age diseases, stress biology, ecophysiology, plant molecular physiology, filariasis, tuberculosis, bio-perspecitve, agricultural biotechnology, bio-informatics.</p><p><br />National Institute of Science Education and Research &ndash; Bhubaneshwar<br />Institute of Physics Campus, Bhubaneswar, Orissa - 751 005,<br />e-mail : director@niser.ac.in<br />Web: www.niser.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics.</p><p><br />Regional Research Laboratory<br />Bhubaneswar 751 013, Orissa<br />Email: root@csrrlbhu.ren.nic.in<br />Web: www.icast.org.in/csir/rrl_bhu.html<br />Research Areas: Survey &amp; cultivation of aromatic, medicinal and other economic plants.</p><p><br />Utkal University<br />Vani Vihar, Bhubaneswar 751 004, Orissa<br />Web: www.utkaluniversity.org/<br />CHANDIGARH <br />Indian Institute of Science Education and Research &ndash;Mohali<br />Chandigarh<br />Email: webmaster@iisermohali.ac.in<br />Web: www.iisermohali.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology,<br />chemistry, math and physics</p><p><br />Institute of Microbial Technology<br />Sector 39&ndash;A, Chandigarh 160 036<br />Email: raghava@imtech.res.in<br />Web: www.imtech.res.in/<br />Research Areas: Molecular biology and microbial genetics,<br />animal cell/tissue culture and protein engineering.</p><p><br />Panjab University<br />Chandigarh 160 014<br />Email: pulib@puchd.ren.nic.in<br />Web: www.puchd.ac.in/</p><p><br />Postgraduate institute of Medical Education and Research<br />Sector-12, Chandigarh, 160 012<br />Email: pgimer@chd.nic.in<br />Web: pgimer.nic.in/<br />Research Areas: Obstetrics and gynaecology, psychiatry,<br />biochemistry, haematology, clinical parasitology etc.<br />CHENNAI <br />Indian Institute of Technology Madras<br />Chennai 600 036, Tamil Nadu<br />Email: tppro@acer.iitm.ernet.in<br />Web: www.iitm.ac.in<br />Research Areas: Engineering: Biotechnology.</p><p><br />University of Madras<br />University Centenary Building, Chepauk, Chennai 600 005, Tamil Nadu<br />Email: webmaster@unom.ac.in<br />Web: www.unom.ac.in/ <br />DARJEELING <br />University of North Bengal<br />Raja Rammohunpur, Darjeeling 734 430, West Bengal<br />Email:(Registrar): regnbu@dte.vsnl.net.in<br />Web: www.nbu.ac.in/<br />DELHI <br />All India Institute of Medical Sciences<br />New Delhi<br />Email: webmastr@aiims.ac.in<br />Web: www.aiims.ac.in/</p><p><br />Institute of Genomics and Integrative Biology<br />Delhi University Campus, Mall Road, Delhi 110 007<br />Email: info@igib.res.in<br />Web: www.igib.res.in/<br />Research Areas: Allergy and immunology, diagnostics, genetic engineering, bio-organics and high-tech reagents.</p><p><br />Indian Institute of Technology Delhi<br />Hauz Khas, New Delhi 110 016<br />Email: malhotra@admin.iitd.ernet.in<br />Web: www.iitd.ac.in<br />Research Areas: Engineering: Biochemical engineering &amp; biotechnology.<br />International Centre for Genetic Engineering and Biotechnology</p><p><br />ICGEB Campus, Aruna Asaf Ali Marg,<br />New Delhi 110 067<br />Web: www.icgeb.trieste.it/<br />Research Areas: Mammalian biology:<br />Virology immunology, malaria,<br />recombinant gene products,<br />Plant molecular biology, plant transformation,<br />insect resistance, plant resistance.</p><p><br />Jawaharlal Nehru University<br />New Delhi<br />Email: webmaster@mail.jnu.ac.in<br />Web: www.jnu.ac.in</p><p><br />National Centre for Plant Genome Research<br />JNU Campus, New Delhi<br />Email: tapas_s3@yahoo.co.in<br />Web: ncpgr.nic.in/<br />Research Areas: Nutritional, structural, and functional genomics of various plant systems.</p><p><br />National Institute of Immunology<br />Aruna Asaf Ali Marg, New Delhi 110 067<br />Web: www.nii.res.in/<br />Research Areas: Gene regulation, immunity &amp; infection, molecular design, reproduction &amp; development.</p><p><br />TERI University<br />Vasant Kunj, New Delhi - 110 070 / India<br />E-mail: registrar@teri.res.in<br />Web: www.teriuniversity.ac.in<br />Research Areas: Environmental Studies, Natural Resources Management, Climate Science and Policy, Plant Biotechnology</p><p><br />University of Delhi<br />University Road, Delhi 110 007<br />Email: webmaster@du.ac.in<br />Web: www.du.ac.in/<br />GOA <br />National Centre for Antarctic and Ocean Research<br />Headland Sada, Vasco-da-Gama 403 804, Goa<br />Email: info@ncaor.org<br />Research Areas: Co&ndash;ordination and implementation of the Indian Antarctic Programme.<br /> <br /> <br />National Institute of Oceanography<br />Dona Paula 403 004, Goa<br />Email: webmaster@darya.nio.org<br />Web: www.nio.org/<br />Research Areas: International geosphere-bio-sphere programme, marine biotechnology.<br />GURGAON <br />National Brain Research Centre<br />Near NSG Campus, Nainwal Mode, Manesar, Gurgaon, Haryana<br />Email: info@nbrc.ac.in<br />Web: www.nbrc.ac.in/<br />Research Areas: Brain research.<br />GUWAHATI <br />Indian Institute of Technology Guwahati<br />North Guwahati, Guwahati 781 039, Assam<br />Email: mcb@iitg.ernet.in<br />Web: www.iitg.ernet.in<br />Research Areas: Engineering: Biotechnology.<br /> <br /> <br />Gauhati University<br />Gopinath Bordoloi Nagar, Guwahati 781 014, Assam<br />Web: http://www.gauhati.ac.in/.<br />HYDERABAD <br />Centre for Cellular &amp; Molecular Biology<br />Uppal Road, Hyderabad 500 007, Andhra Pradesh<br />Email: (Director): lalji@ccmb.res.in<br />Web: www.ccmb.res.in/<br />Research Areas: Biophysics &amp; biochemistry, molecular biology, genetics &amp; evolution, biomedicines &amp; biotechnology.<br /> <br /> <br />Centre for DNA Fingerprinting and Diagnostics<br />CDFD, Bldg. 7, Gruhakalpa, 5-4-399/B, Nampally, Hyderabad - 500 001.<br />Email: director@cdfd.org.in<br />Web: www.cdfd.org.in/<br />Research Areas: Automated genome analysis, bacterial genetics, cancer biology, cell biology &amp; gene expression, computational biology, computational &amp; functional genomics, immunology, mammalian genetics, molecular genetics, molecular oncology, molecular virology, structural biology, transcription, developmental neuroscience and drosophila genetics.<br /> <br /> <br />Indian Institute of Chemical Technology<br />Uppal Road, Hyderabad 500 007, Andhra Pradesh<br />Email: kvr@iict.ap.nic.in, sampath@iict.ap.nic.in<br />Web: www.iictindia.org/<br />Research Areas: Pesticides, drugs, organic intermediates and fine chemicals.<br /> <br /> <br />LV Prasad Eye Intstitute<br />Hyderabad, Andhra Pradesh, India<br />Email: communications@lvpei.org<br />Web: www.lvpei.org/<br />LVPEI is a World Health Organization Collaborating Center for Prevention of Blindness. Equipped with cutting-edge technology and distinguished professionals in the field of Eye care<br /> <br /> <br />University of Hyderabad<br />P.O. Central University, Gachibowli, Hyderabad 500 046, Andhra Pradesh<br />Email: trctcs@uohyd.ernet.in<br />Web: www.uohyd.ernet.in/<br />IMPHAL <br />Institute of Bioresources and Sustainable Development<br />Takyelpat, Imphal 795 001, Manipur<br />Email: ibsd_imp@sancharnet.in, ibsd-imphal@man.nic.in<br />Web: ibsd-imphal.nic.in/<br />Research Areas: Conservation of biodiversity and sustainable utilisation of biodiversity.<br />ITANAGAR <br />North Eastern Regional Institute of Science and Technology<br />Itanagar, Nirjuli, Papumpare 791 109, Arunachal Pradesh<br />Email: dir@nerist.ernet.in<br />Web: www.nerist.ac.in/<br />Research Areas: Agricultural engineering, forestry.<br />JAIPUR <br />University of Rajasthan<br />Jaipur 320 004, Rajasthan<br />Email: info@uniraj.org<br />Web: www.uniraj.org/<br />JAMMU and KASHMIR <br />Regional Research Laboratory<br />Canal Road, Jammu 130 001, Jammu &amp; Kashmir<br />Email: (Director): qazi_gn@yahoo.com, root@csrrljm.ren.nic.in<br />Web: www.rrljammu.org/<br />Research Areas: Natural products &amp; organic chemistry, improvement &amp; cultivation of medicinal and aromatic plants, post harvest technology and applied microbiology &amp; mutation genetics.<br /> <br />University of Jammu<br />Jammu 180 006, Jammu &amp; Kashmir<br />Web: www.jammuuniversity.org/<br /> <br />University of Kashmir<br />Hazratbal,Srinagar-190006,Jammu and Kashmir<br />Email: info@kashmiruniversity.net<br />Web: http://www.kashmiruniversity.net/<br /> <br />Sher-i-Kashmir Institute of Medical Science (SKIMS)<br />Srinagar, Jammu and Kashmir<br />Email: skimsweb@gmail.com<br />Web: http://www.skims.ac.in/<br /> <br />Sher-e-Kashmir University of Agricultural Sciences and Technology (SKUAST)<br />Shalimar Campus, Srinagar - 191121 Jammu and Kashmir<br />Email: skuastkashmir@gmail.com<br />Web: http://www.skuastkashmir.ac.in/<br />Research Areas: Agricultural Sciences, fisheries and veterinary sciences.<br />JORHAT <br />Regional Research Laboratory<br />Jorhat 785 006, Assam<br />Email: drrljt@csir.res.in, inform@csir.res.in<br />Web: jorhat.nic.in/rrl.htm<br />Research Areas: Agrochemicals, drugs and drug intermediates, organic chemistry, biochemistry.<br />KANPUR <br />Indian Institute of Technology Kanpur<br />GT Road, Kalyanpur, Kanpur 208 016, Uttar Pradesh<br />Email: infocell@iitk.ac.in<br />Web: www.iitk.ac.in/<br />Research Areas: Engineering: Biological sciences &amp; bioengineering.<br />KHARAGPUR <br />Indian Institute of Technology Kharagpur<br />Kharagpur 721 302, West Bengal<br />Email: (PRO): ashok@hijli.iitkgp.ernet.in<br />Web: www.iitkgp.ernet.in/<br />Research Areas: Engineering: Biotechnology.<br />KOCHI <br />Cochin University of Science and Technology<br />South Kalamessery, Kochi 682 022, Kerala<br />Email: webmaster@cusat.ac.in<br />Web: www.cusat.ac.in/.<br />KOLKATA <br />Bose Institute<br />93/1, Acharya Prafulla Chandra Road, Kolkata 700 009, West Bengal<br />Email: sidroy@bic.boseinst.ernet.in<br />Web: www.boseinstitute.org/<br />Research Areas: Bioinformatics &amp; computational biology, structure and functional dynamics of biomolecules, drug modeling, molecular genetics of microbes, transgenic plants etc.<br /> <br /> <br />Indian Institute of Chemical Biology<br />4, Raja S.C. Mullick Road, Jadavpur, Kolkata 700 032, West Bengal<br />Email: (Director): director@iicb.res.in<br />Web: www.iicb.res.in/<br />Research Areas: Natural products of medicinal, biological and industrial value, immunoassay techniques, tissue-targeted drug-delivery system.<br /> <br /> <br />Indian Institute of Science Education and Research &ndash;Kolkata<br />Mohanpur, Nadia, West Bengal<br />Web: www.iiserkol.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics<br /> <br /> <br />Indian Statistical Institute, Kolkata<br />203 Barrackpore Trunk Road, Kolkata 700 108, West Bengal<br />Email: postmaster@isical.ac.in<br />Web: www.isical.ac.in/<br />Research Areas: Agricultural and ecological research, biological anthropology, human genetics.<br /> <br /> <br />Jadavpur University<br />188 Raja S.C. Mallik Road, Kolkata 700 032, West Bengal<br />Email: registrar@jdvu.ac.in<br />Web: www.jadavpur.edu/<br /> <br /> <br />University of Calcutta<br />Kolkata 700 009, West Bengal<br />Web: www.kolkata.org/cu/<br />KURUKSHETRA <br />Kurukshetra University<br />Kurukshetra 136 119, Haryana<br />Email: jskadian@rediffmail.com<br />Web: kuk.ernet.in/<br />LUCKNOW <br />Birbal Sahni Institute of Palaeobotany<br />53 University Road, Lucknow, Uttar Pradesh<br />Email: director@bsip.res.in<br />Web: www.bsip-india.org/index.htm<br />Research Areas: Botanical palaeobotany: Morphotaxonomy, palaeoecology, palaeogeography, phylogeny and evolution.<br /> <br /> <br />Central Drug Research Institute<br />Chattar Manzil Palace, Post Box No. 173, Lucknow 226 001, Uttar Pradesh<br />Email: info@cdriindia.org<br />Web: www.cdriindia.org/<br />Research Areas: Development of contraceptives, new drugs for tropical diseases (malaria, filariasis, leishmaniasis), cardio-vascular and central nervous system disorders.<br /> <br /> <br />Indian Institute of Science Education and Research &ndash;Kolkata<br />Mohanpur, Nadia, West Bengal<br />Web: www.iiserkol.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics<br /> <br /> <br />Indian Statistical Institute, Kolkata<br />203 Barrackpore Trunk Road, Kolkata 700 108, West Bengal<br />Email: postmaster@isical.ac.in<br />Web: www.isical.ac.in/<br />Research Areas: Agricultural and ecological research, biological anthropology, human genetics.<br /> <br /> <br />Central Institute of Medicinal and Aromatic Plants<br />Lucknow 226 015, Uttar Pradesh<br />Email: director@cimap.res.in<br />Web: www.cimap.res.in/<br />Research Areas: Agrotechnologies for medicinal and aromatic plants, phytochemistry, plant physiology and biochemistry, pathology, genetics, entomology and pharmacognosy.<br /> <br /> <br />Industrial Toxicology Research Centre<br />Mahatma Gandhi Marg, P.O. Box No. 80, Lucknow 226 001, Uttar Pradesh<br />Email: info@itrcindia.org<br />Web: www.itrcindia.org/<br />Research Areas: Neurotoxicology, environmental health, immunotoxicology and environmental biotechnology.<br /> <br /> <br />National Botanical Research Institute<br />Rana Pratap Marg, Lucknow 226 001, Uttar Pradesh<br />Email: p.pushpangadan@nbri.res.in<br />Web: www.nbri-lko.org/<br />Research Areas: Plant biotechnology, environmental sciences, taxonomy and ethnobotany, plant molecular biology.<br />MUMBAI <br />Advanced Centre for Treatment, Research and Education in Cancer (ACTREC)<br />Tata Memorial Centre, Navi Mumbai - 410 210<br />Web: www.actrec.gov.in/<br />Research Areas: Research investigations currently focus on molecular mechanisms of cancer, drug development and emerging therapies for treatment and prevention of cancer.<br /> <br /> <br />Bhabha Atomic Research Centre<br />Trombay, Mumbai 400 085, Maharashtra<br />Email: webmaster@magnum.barc.ernet.in<br />Web: www.barc.ernet.in/<br />Research Areas: Chemical and life sciences, nuclear agriculture.<br /> <br /> <br />Bombay Natural History Society<br />Hornbill House, Shaheed Bhagat Singh Road, Mumbai 400 023, Maharashtra<br />Email: bnhs@bom4.vsnl.net.in<br />Web: www.bnhs.org/<br /> <br /> <br />Indian Institute of Technology Bombay<br />Powai, Mumbai 400 076, Maharashtra<br />Email: registrar@iitb.ac.in<br />Web: www.iitb.ac.in/<br />Research Areas: Earth sciences; Science: Biology, chemistry, mathematics, physics.<br /> <br /> <br />Tata Institute of Fundamental Research<br />Homi Bhabha Road, Navy Nagar, Colaba, Mumbai 400 005.<br />Web: www.tifr.res.in/<br />Department of Biological Sciences: www.tifr.res.in/~dbs<br />Research Areas: TIFR is a multidisciplinary research organisation working in the area of Natural Sciences (Biology, Chemistry, and Physics), Mathematics and Computer Science.<br /> <br /> <br />University of Mumbai<br />Vidyanagari, Kalina, Santa Cruz (W), Mumbai 400 098, Maharashtra<br />Web: www.mu.ac.in/<br /> <br /> <br />National Botanical Research Institute<br />Rana Pratap Marg, Lucknow 226 001, Uttar Pradesh<br />Email: p.pushpangadan@nbri.res.in<br />Web: www.nbri-lko.org/<br />Research Areas: Plant biotechnology, environmental sciences, taxonomy and ethnobotany, plant molecular biology.<br />NAGPUR <br />National Environmental Engineering Research Institute<br />Nehru Marg, Nagpur 440 020, Maharashtra<br />Email: dirneeri@nagpur.dot.net.in<br />Web: www.neeri.nic.in/<br />Research Areas: Environmental biotechnology.<br />PUNE <br />Agharkar Research Institute<br />G.G. Agarkar Road, Pune 411 004, Maharashtra<br />Web: www.aripune.org/<br />Research Areas: Animal sciences, microbial sciences, plant sciences.<br /> <br /> <br />Indian Institute of Science Education and Research&ndash;Pune<br />Email: director@iiserpune.ac.in<br />Web: www.iiserpune.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics.<br /> <br /> <br />National Chemical Laboratory<br />Dr. Homi Bhabha Road, Pune 411 008, Maharashtra<br />Email: director@ems.ncl.res.in<br />Web: www.ncl-india.org/<br />Research Areas: biotechnology, biochemistry.&gt;<br /> <br /> <br />National Centre for Cell Sciences<br />NCCS Complex, Ganeshkhind, Pune 411 007, Maharashtra<br />Email: infonccs@giaspn01.vsnl.net.in<br />Web: www.nccs.res.in/<br />Research Areas: Cell biology, molecular biology, immunology, parasitology, hybridoma technology, tissue banking &amp; tissue engineering, regenerative biology, virology (HIV), cancer biology, diabetes, cryobiology transplantation, gene therapy.<br /> <br /> <br />University of Pune<br />Ganeshkhind Road, Pune 411 007, Maharashtra Telephone: 020-5601305<br />Email: Registrar): regis@unipune.ernet.in<br />Web: www.unipune.ernet.in/<br />PALAMPUR <br />Institute of Himalayan Bioresource Technology<br />Post Box No. 6, Palampur 176 061, Himachal Pradesh<br />Email: root@csihbt.ren.nic.in, director@ihbt.csir.res.in<br />Web: www.icast.org.in/csir/ihbt.html<br />Research Areas: Floriculture, tea sciences, biotechnology and natural plant products.<br />PATIALA <br />Punjabi University<br />Patiala 147 002, Punjab<br />Email: ucc@pbi.ac.in<br />Web: www.universitypunjabi.org/<br />PILANI <br />Birla Institute of Technology and Science<br />Vidhya Vihar Campus, Pilani, 333 031, Rajasthan<br />Email: mmsanand@bits-pilani.ac.in<br />Web: www.bits-pilani.ac.in/<br />ROORKEE <br />Indian Institute of Technology Roorkee<br />Roorkee 247 667, Uttaranchal<br />Email: (Registrar): regis@iitr.ernet.in<br />Web: www.iitr.ernet.in/<br />Research Areas: Engineering: Biotechnology.<br />SHANTINIKETAN <br />Visva-Bharati University<br />Santiniketan, Birbhum 731 235, West Bengal<br />Email: Root@vbharat.ernet.in<br />Web: www.visva-bharati.ac.in/<br />SHILLONG <br />North-Eastern Hill University<br />Umshing, Shillong 793 022, Meghalaya<br />Email: admin@nehu.ac.in<br />Web: www.nehu.ac.in/<br />SILCHAR <br />Assam University<br />P.O. Box 63, Silchar 788 011, Assam<br />Email: auliba@sancharnet.in, asokesen@sancharnet.in<br />Web: assamuniversity.nic.in/<br />TRIVANDUM <br />Indian Institute of Science Education and Research&ndash;Trivandum<br />Trivandrum, Kerala,India.<br />Web: www.iisertvm.ac.in/<br />Research Areas: All areas of basic sciences &ndash; Biology, chemistry, math and physics<br /> <br /> <br />Rajiv Gandhi Centre for Biotechnology<br />Thycaud P.O., Thiruvananthapuram 695 , Kerala<br />Email: info@rgcb.res.in<br />Web: rgcb.res.in/<br />Research Areas: Disease biology and molecular medicine, Plant biotechnology<br /> <br /> <br />Regional Research Laboratory<br />Industrial Estate P.O., Pappanamcode, Thiruvananthapuram 695 019, Kerala<br />Email: root@csrrltrd.ren.nic.in<br />Web: w3rrlt.csir.res.in/<br />Research Areas: Chemistry of natural products, agroprocessing, photochemical systems including solar energy conversion, analysis of pollutants and waste-water technology.<br /> <br />VARANASI <br />Banaras Hindu University<br />Varanasi 221 005, Uttar Pradesh<br />Email: webmaster@bhu.ac.in<br />Web: www.bhu.ac.in/index.html<br /> <br />Rajiv Gandhi Centre for Biotechnology<br />Thycaud P.O., Thiruvananthapuram 695 , Kerala<br />Email: info@rgcb.res.in<br />Web: rgcb.res.in/<br />Research Areas: Disease biology and molecular medicine, Plant biotechnology<br /> <br /> <br />Indian Council for Agricultural Research<br />Main Web site: www.icar.org.in/<br />Research Institutes under ICAR: www.icar.org.in/icar15.html<br /> <br /> <br />CSIR Laboratories<br />Main CSIR website&ndash;www.csir.res.in/</p><p>-------------------------------</p><p>Department of Atomic Energy<br />Main CSIR website&ndash;www.barc.ernet.in/<br /> <br /> <br />Department of Biotechnology<br />Main CSIR website&ndash;dbtindia.nic.in/index.asp</p><p>&nbsp;</p><p>Dept. of Science &amp; Technology<br />Main Website: Main Website: www.dst.gov.in/<br /> <br /> <br />Indian Council for Medical Research<br />Main Web site: icmr.nic.in/<br />Research Institutes under ICMR: icmr.nic.in/institute.htm#Permanent%20Institutes/Centres</p><p>Ministry of Environment and Forest<br />Main Web site: envfor.nic.in/<br />Research Institutes under ICAR: cyberjournalist.org.in/linksr.html</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39728/patterns-a-modeling-tool-dedicated-to-biological-network-modeling</guid>
	<pubDate>Fri, 26 Jul 2019 01:11:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39728/patterns-a-modeling-tool-dedicated-to-biological-network-modeling</link>
	<title><![CDATA[Patterns: a modeling tool dedicated to biological network modeling]]></title>
	<description><![CDATA[<p>It is designed to work with <strong>patterned data</strong>. Famous examples of problems related to patterned data are:</p>
<ul>
<li>recovering <strong>signals</strong> in networks after a <strong>stimulation</strong> (cascade network reverse engineering),</li>
<li>analysing <strong>periodic signals</strong>.</li>
</ul><p>Address of the bookmark: <a href="https://github.com/fbertran/Patterns" rel="nofollow">https://github.com/fbertran/Patterns</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29272/decipher</guid>
	<pubDate>Fri, 30 Sep 2016 09:33:12 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29272/decipher</link>
	<title><![CDATA[DECIPHER]]></title>
	<description><![CDATA[<p>DECIPHER is a software toolset that can be used to maintain, analyze, and decipher large amounts of DNA sequence data. To install DECIPHER, see the <a href="http://DECIPHER.cee.wisc.edu/Download.html">Downloads</a> page.<br><br> To begin using DECIPHER read the "Getting Started DECIPHERing" tutorial. Refer to the PDF documents below for instructions on how to use DECIPHER for various tasks.</p><p>Address of the bookmark: <a href="http://decipher.cee.wisc.edu/Documentation.html" rel="nofollow">http://decipher.cee.wisc.edu/Documentation.html</a></p>]]></description>
	<dc:creator>Anjana</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/1178/r-package-for-visualising-go-enrichment</guid>
	<pubDate>Mon, 22 Jul 2013 12:25:09 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/1178/r-package-for-visualising-go-enrichment</link>
	<title><![CDATA[R package for visualising GO enrichment]]></title>
	<description><![CDATA[<p>An R package that visualizes the GO enrichment results as word clouds and arranges them together with figures of experimental data. This allows us to draw informative summary plots for analyses such as differential expression or clustering, where for each gene list we display its behaviour in the experiment alongside with its GO annotations.</p><p>Links @ http://raivokolde.github.io/GOsummaries/</p><p>Lab @ http://biit.cs.ut.ee/about/main</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>