<?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/40212?offset=50</link>
	<atom:link href="https://bioinformaticsonline.com/related/40212?offset=50" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42963/davi-deep-learning-based-tool-for-alignment-and-single-nucleotide-variant-identification</guid>
	<pubDate>Tue, 16 Mar 2021 05:41:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42963/davi-deep-learning-based-tool-for-alignment-and-single-nucleotide-variant-identification</link>
	<title><![CDATA[DAVI: Deep learning-based tool for alignment and single nucleotide variant identification]]></title>
	<description><![CDATA[<p>DAVI consists of models for both global and local alignment and for variant calling. We have evaluated the performance of DAVI against existing state-of-the-art tool sets and found that its accuracy and performance is comparable to existing tools used for bench-marking. We further demonstrate that while existing tools are based on data generated from a specific sequencing technology, the models proposed in DAVI are generic and can be used across different NGS technologies as well as across different species</p>
<p>https://iopscience.iop.org/article/10.1088/2632-2153/ab7e19/pdf</p><p>Address of the bookmark: <a href="https://github.com/gguptaiitd/NEAT" rel="nofollow">https://github.com/gguptaiitd/NEAT</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/35400/zpicture-a-dynamic-blastz-alignment-visualization</guid>
	<pubDate>Tue, 30 Jan 2018 16:03:08 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/35400/zpicture-a-dynamic-blastz-alignment-visualization</link>
	<title><![CDATA[zPicture: A dynamic blastz alignment visualization]]></title>
	<description><![CDATA[<p><span>zPicture is a dynamic alignment and&nbsp;</span><span>visualization</span><span>&nbsp;tool that is based on blastz alignment program utilized by PipMaker. zPicture alignments can be automatically submitted to rVista 2.0 to identify conserved transcription factor binding sites.</span></p><p>Address of the bookmark: <a href="https://zpicture.dcode.org/" rel="nofollow">https://zpicture.dcode.org/</a></p>]]></description>
	<dc:creator>Archana Malhotra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36935/assemblytics-delta-file-to-analyze-alignments-of-an-assembly-to-another-assembly-or-a-reference-genome</guid>
	<pubDate>Thu, 14 Jun 2018 07:31:00 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36935/assemblytics-delta-file-to-analyze-alignments-of-an-assembly-to-another-assembly-or-a-reference-genome</link>
	<title><![CDATA[assemblytics: delta file to analyze alignments of an assembly to another assembly or a reference genome]]></title>
	<description><![CDATA[Download and install MUMmer
Align your assembly to a reference genome using nucmer (from MUMmer package)
$ nucmer -maxmatch -l 100 -c 500 REFERENCE.fa ASSEMBLY.fa -prefix OUT
Consult the MUMmer manual if you encounter problems

Optional: Gzip the delta file to speed up upload (usually 2-4X faster)
$ gzip OUT.delta
Then use the OUT.delta.gz file for upload.
Upload the .delta or delta.gz file (view example) to Assemblytics
Important: Use only contigs rather than scaffolds from the assembly. This will prevent false positives when the number of Ns in the scaffolded sequence does not match perfectly to the distance in the reference.

The unique sequence length required represents an anchor for determining if a sequence is unique enough to safely call variants from, which is an alternative to the mapping quality filter for read alignment.

http://assemblytics.com/<p>Address of the bookmark: <a href="http://assemblytics.com/" rel="nofollow">http://assemblytics.com/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37674/qualimap2-evaluating-next-generation-sequencing-alignment-data</guid>
	<pubDate>Tue, 11 Sep 2018 04:44:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37674/qualimap2-evaluating-next-generation-sequencing-alignment-data</link>
	<title><![CDATA[Qualimap2: Evaluating next generation sequencing alignment data]]></title>
	<description><![CDATA[<p><strong>Qualimap 2</strong><span>&nbsp;is a platform-independent application written in Java and R that provides both a Graphical User Inteface (GUI) and a command-line interface to facilitate the quality control of alignment sequencing data and its derivatives like feature counts.&nbsp;</span><br><br><span>Supported types of experiments include:</span></p>
<ul>
<li>Whole-genome sequencing</li>
<li>Whole-exome sequencing</li>
<li>RNA-seq (speical mode available)</li>
<li>ChIP-seq</li>
</ul><p>Address of the bookmark: <a href="http://qualimap.bioinfo.cipf.es/" rel="nofollow">http://qualimap.bioinfo.cipf.es/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42150/parallellastz-lastz-with-multi-threads-support</guid>
	<pubDate>Sat, 22 Aug 2020 05:58:40 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42150/parallellastz-lastz-with-multi-threads-support</link>
	<title><![CDATA[parallelLastz: Lastz with multi-threads support.]]></title>
	<description><![CDATA[<p>Running Lastz (<a href="https://github.com/lastz/lastz">https://github.com/lastz/lastz</a>) in parallel mode. This program is for single computer with multiple core processors.</p>
<p>When the query file format is fasta, you can specify many threads to process it. It can reduce run time linearly, and use almost equal memory as the original lastz program. This is useful when you lastz a big query file to a huge reference like human whole genome sequence.</p>
<p>The program is an extension on the original lastz program which was written by Bob Harris (the LASTZ guy).</p><p>Address of the bookmark: <a href="https://github.com/jnarayan81/parallelLastz" rel="nofollow">https://github.com/jnarayan81/parallelLastz</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44887/alfapang-alignment-free-algorithm-for-pangenome-graph-construction</guid>
	<pubDate>Thu, 28 Aug 2025 02:56:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44887/alfapang-alignment-free-algorithm-for-pangenome-graph-construction</link>
	<title><![CDATA[AlfaPang: alignment free algorithm for pangenome graph construction]]></title>
	<description><![CDATA[<p><span>AlfaPang constructs variation graphs, leveraging its alignment-free and reference-free approach, based solely on intrinsic sequence properties. This design allows AlfaPang's runtime and memory usage to scale linearly with the size of input sequences, enabling it to handle significantly larger genome sets compared to other methods.</span></p><p>Address of the bookmark: <a href="https://github.com/AdamCicherski/AlfaPang" rel="nofollow">https://github.com/AdamCicherski/AlfaPang</a></p>]]></description>
	<dc:creator>BioStar</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/27845/cnidaria-fast-reference-free-phylogenomic-clustering</guid>
	<pubDate>Thu, 16 Jun 2016 17:55:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27845/cnidaria-fast-reference-free-phylogenomic-clustering</link>
	<title><![CDATA[CNIDARIA: fast, reference-free phylogenomic clustering]]></title>
	<description><![CDATA[<p>Motivation: Identification of biological specimens is a major requirement for a range of applications. Reference-free methods analyse unprocessed sequencing data without relying on prior knowledge, but these do not scale to arbitrarily large genomes and arbitrarily large phylogenetic distances.</p>
<p>Results: We present Cnidaria, a practical tool for clustering genomic and transcriptomic data with no limitation on ge-nome size or phylogenetic distances. We successfully simultaneously clustered 169 genomic and transcriptomic datasets from 4 kingdoms, achieving 100% accuracy at supra-species level and 78% accuracy for species level.</p>
<p>Availability and Implementation: Cnidaria is written in C++ and Python and is available at http://www.ab.wur.nl/cnidaria.</p>
<p>Contact: Saulo Aflitos - sauloal@gmail.com</p>
<p>Supplementary information: Supplementary data are available at Bioinformatics online.</p><p>Address of the bookmark: <a href="https://github.com/sauloal/cnidaria/wiki" rel="nofollow">https://github.com/sauloal/cnidaria/wiki</a></p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40208/ragoo-fast-reference-guided-scaffolding-of-genome-assembly-contigs</guid>
	<pubDate>Sun, 27 Oct 2019 00:57:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40208/ragoo-fast-reference-guided-scaffolding-of-genome-assembly-contigs</link>
	<title><![CDATA[RaGOO: Fast Reference-Guided Scaffolding of Genome Assembly Contigs]]></title>
	<description><![CDATA[<p>Alonge M, Soyk S, Ramakrishnan S, Wang X, Goodwin S, Sedlazeck FJ, Lippman ZB, Schatz MC:&nbsp;<a href="https://www.biorxiv.org/content/early/2019/01/13/519637">Fast and accurate reference-guided scaffolding of draft genomes</a>.&nbsp;<em>bioRxiv</em>&nbsp;2019.</p>
<p>RaGOO is a tool for coalescing genome assembly contigs into pseudochromosomes via minimap2 alignments to a closely related reference genome. The focus of this tool is on practicality and therefore has the following features:</p>
<ol>
<li>Good performance. On a MacBook Pro using Arabidopsis data, pseudochromosome construction takes less than a minute and the whole pipeline with SV calling takes ~2 minutes.</li>
<li>Intact ordering and orienting of contigs.</li>
<li><a href="https://github.com/malonge/RaGOO/wiki/Misassembly-Correction">Misassembly correction</a></li>
<li><a href="https://github.com/malonge/RaGOO/wiki/GFF-File-Lift-Over">GFF lift-over</a></li>
<li><a href="https://github.com/malonge/RaGOO/wiki/Calling-Structural-Variants">Structural variant calling with and integrated version of Assemblytics</a></li>
<li>Confidence scores associated with the grouping, localization, and orientation for each contig.</li>
</ol><p>Address of the bookmark: <a href="https://github.com/malonge/RaGOO" rel="nofollow">https://github.com/malonge/RaGOO</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36808/whatshap-fast-and-accurate-read-based-phasing</guid>
	<pubDate>Mon, 28 May 2018 09:52:16 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36808/whatshap-fast-and-accurate-read-based-phasing</link>
	<title><![CDATA[WhatsHap: fast and accurate read-based phasing]]></title>
	<description><![CDATA[<p>WhatsHap is a software for phasing genomic variants using DNA sequencing reads, also called read-based phasing or haplotype assembly. It is especially suitable for long reads, but works also well with short reads.</p>
<h1>Features<a href="https://whatshap.readthedocs.io/en/latest/#features" title="Permalink to this headline"></a></h1>
<blockquote>
<div>
<ul>
<li>Very accurate results (Martin et al.,&nbsp;<a href="https://doi.org/10.1101/085050">WhatsHap: fast and accurate read-based phasing</a>)</li>
<li>Works well with Illumina, PacBio, Oxford Nanopore and other types of reads</li>
<li>It phases SNVs, indels and even &ldquo;complex&rdquo; variants (such as&nbsp;<code><span>TCG</span></code>&nbsp;&rarr;&nbsp;<code><span>AGAA</span></code>)</li>
<li>Pedigree phasing mode uses reads from related individuals (such as trios) to improve results and to reduce coverage requirements (Garg et al.,&nbsp;<a href="https://doi.org/10.1093/bioinformatics/btw276">Read-Based Phasing of Related Individuals</a>).</li>
<li>WhatsHap is&nbsp;<a href="https://whatshap.readthedocs.io/en/latest/installation.html#installation">easy to install</a></li>
<li>It is&nbsp;<a href="https://whatshap.readthedocs.io/en/latest/guide.html#user-guide">easy to use</a>: Pass in a VCF and one or more BAM files, get out a phased VCF. Supports multi-sample VCFs.</li>
<li>It produces standard-compliant VCF output by default</li>
<li>If desired, get output that is compatible with ReadBackedPhasing</li>
<li>Open Source (MIT license)</li>
</ul>
</div>
</blockquote><p>Address of the bookmark: <a href="https://whatshap.readthedocs.io/en/latest/" rel="nofollow">https://whatshap.readthedocs.io/en/latest/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>