<?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/40959?offset=1270</link>
	<atom:link href="https://bioinformaticsonline.com/related/40959?offset=1270" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43323/biostarhandbook</guid>
	<pubDate>Fri, 27 Aug 2021 01:31:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43323/biostarhandbook</link>
	<title><![CDATA[biostarhandbook]]></title>
	<description><![CDATA[<p>Nice book collection for bioinformatician ... highly recommended.</p><p>Address of the bookmark: <a href="https://www.biostarhandbook.com/" rel="nofollow">https://www.biostarhandbook.com/</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/10260/%E2%80%9Con%E2%80%9D-and-%E2%80%9Coff%E2%80%9D-the-neuron</guid>
	<pubDate>Fri, 25 Apr 2014 19:31:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/10260/%E2%80%9Con%E2%80%9D-and-%E2%80%9Coff%E2%80%9D-the-neuron</link>
	<title><![CDATA[“On” and “Off” the neuron !!!]]></title>
	<description><![CDATA[<p><span>Optogenetics is a recent innovation in neuroscience that gives researchers the ability to control the activity of neurons with light. With this powerful tool, researchers are teasing apart the biological basis of memory, behavior, and disease (see &ldquo;<a href="http://www.technologyreview.com/news/517226/scientists-make-mice-remember-things-that-didnt-happen/"><span>Scientists Make Mice &lsquo;Remember&rsquo; Things That Didn&rsquo;t Happen</span></a>&rdquo; and &ldquo;<a href="http://www.technologyreview.com/news/423254/an-on-off-switch-for-anxiety/"><span>An On-Off Switch for Anxiety</span></a>,&rdquo;). But for the first several years of this technology&rsquo;s existence, the proteins that scientists added to neurons to make them react to light were only good at activating neurons. That limited researchers&rsquo; ability to understand neuronal circuits, sets of interconnected neurons that are thought to control behavior and, when misfiring, to underlie many brain conditions. Problems can arise from any imbalance in circuit activity, whether too much or too little.&nbsp;</span></p><p><span>Now, two research groups have engineered new optogenetic proteins that can be used to efficiently silence neurons.&nbsp;<span><span>One of the two new proteins comes from the lab of<span>&nbsp;</span><a href="http://www.stanford.edu/group/dlab/about_pi.html" target="_blank">Karl Deisseroth</a>, a psychiatrist and neuroscientist at Stanford University who helped develop optogenetics as a research tool.&nbsp;His group&rsquo;s new &ldquo;off&rdquo; switch for neurons was created by changing 10 of the 333 amino acids in an existing optogenetic protein, which itself had been engineered by combining natural proteins from<span>&nbsp;</span></span></span><a href="http://genome.jgi-psf.org/Chlre3/Chlre3.home.html" target="_blank"><span>green algae</span></a><span><span>. That advance&nbsp;</span><span>&ldquo;creates a powerful tool that allows neuroscientists to apply a brake in any specific circuit with millisecond precision,&rdquo; said Thomas&nbsp;Insel, director of the National Institute of Mental Health, in a released statement.&nbsp;</span><a href="http://www.sciencemag.org/content/344/6182/409" target="_blank"><span>The other new silencing protein</span></a>, developed by scientists at the H</span><span>umboldt University of Berlin and collaborators, was created by changing amino acids in the same existing optogenetic protein.&nbsp;</span></span></p><p><span><span>Some researchers are also looking to optogenetics as a potential treatment for patients with a variety of conditions (see &ldquo;</span></span><span><a href="http://www.technologyreview.com/news/524771/for-mice-and-maybe-men-pain-is-gone-in-a-flash/"><span>For Mice, and Maybe Men, Pain Is Gone in a Flash</span></a><span><span>,&rdquo; and &ldquo;</span></span><a href="http://www.technologyreview.com/news/506981/flipping-on-the-lights-to-halt-seizures/"><span>Flipping on the Lights to Halt Seizures</span></a><span><span>&rdquo;) but there are huge challenges to overcome. The method requires genetic modification of cells to make them light-sensitive. It also requires implanted light sources for all but the shallowest of nerve endings. <br /></span></span></span></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/10409/check-linux-server-configuration</guid>
	<pubDate>Tue, 06 May 2014 01:10:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/10409/check-linux-server-configuration</link>
	<title><![CDATA[Check Linux server configuration !!]]></title>
	<description><![CDATA[<p>Bioinformatician uses servers for computational analysis. Sometime we need to check the server details before running our programs or tools. Here I am showing some basic commands using them you can gather the system/server information.<br /><br />To check what version of Operating System is installed on the server you can use the following commands:-<br />&nbsp;=================================================================<br />1.cat /etc/issue<br />[root@localhost ~]# cat /etc/issue<br />Red Hat Enterprise Linux Server release 5.5 (Tikanga)<br />Kernel \r on an \m<br /><br />2.cat /etc/redhat-release<br />[root@localhost ~]# cat /etc/redhat-release<br />Red Hat Enterprise Linux Server release 5.5 (Tikanga)<br /><br /><br />3.lsb_release -a<br />[root@localhost ~]# lsb_release -a<br />LSB Version:&nbsp;&nbsp;&nbsp; :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch<br />Distributor ID: RedHatEnterpriseServer<br />Description:&nbsp;&nbsp;&nbsp; Red Hat Enterprise Linux Server release 5.5 (Tikanga)<br />Release:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.5<br />Codename:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tikanga<br /><br /><br /><br />To check whether the operating system is 32 or 64bit:-<br />================================<br /># uname -i<br />[root@localhost ~]# uname -i<br />i386<br />(i386 represents that server is having 32bit operating system)<br /><br />[root@localhost ~]# uname -i<br />x86_64<br />(x86_64 represents that server is having 64bit operating system)<br /><br />To see the processor/CPU information:-<br />=============================<br /># cat /proc/cpuinfo<br />[root@localhost ~] cat /proc/cpuinfo<br />processor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br />vendor_id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : GenuineIntel<br />cpu family&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 6<br />model&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 15<br />model name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Intel(R) Xeon(R) CPU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5130&nbsp; @ 2.00GHz<br />stepping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 6<br />cpu MHz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 1995.087<br />cache size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 4096 KB<br />physical id&nbsp;&nbsp;&nbsp;&nbsp; : 0<br />siblings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 2<br />core id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br />cpu cores&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 2<br />apicid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br />fdiv_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br />hlt_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br />f00f_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br />coma_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br />fpu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br />fpu_exception&nbsp;&nbsp; : yes<br />cpuid level&nbsp;&nbsp;&nbsp;&nbsp; : 10<br />wp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br />flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr lahf_lm<br />bogomips&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 3990.17<br />(Here processor number 0 indicates that the system is having one process(processor number starts with zero))<br /><br /><br /><br /><br />To check memory information:-<br />===========================<br /># free -m<br />[root@localhost ~]# free -m<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; total&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; used&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; free&nbsp;&nbsp;&nbsp;&nbsp; shared&nbsp;&nbsp;&nbsp; buffers&nbsp;&nbsp;&nbsp;&nbsp; cached<br />Mem:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5066&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1552&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 612&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2319<br />-/+ buffers/cache:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 582&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4484<br />Swap:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1983&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1983<br /><br /><br /><br /># cat /proc/meminfo<br />[root@localhost ~]# cat /proc/meminfo<br />MemTotal:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5187752 kB<br />MemFree:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1639300 kB<br />Buffers:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 627024 kB<br />Cached:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2374944 kB<br />SwapCached:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 kB<br />Active:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2458788 kB<br />Inactive:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 920964 kB<br />HighTotal:&nbsp;&nbsp;&nbsp;&nbsp; 4325164 kB<br />HighFree:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1561936 kB<br />LowTotal:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 862588 kB<br />LowFree:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 77364 kB<br />SwapTotal:&nbsp;&nbsp;&nbsp;&nbsp; 2031608 kB<br />SwapFree:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2031608 kB<br />Dirty:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 704 kB<br />Writeback:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 kB<br />AnonPages:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 377892 kB<br />Mapped:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35328 kB<br />Slab:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 153036 kB<br />PageTables:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6316 kB<br />NFS_Unstable:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 kB<br />Bounce:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 kB<br />CommitLimit:&nbsp;&nbsp; 4625484 kB<br />Committed_AS:&nbsp;&nbsp; 977132 kB<br />VmallocTotal:&nbsp;&nbsp; 116728 kB<br />VmallocUsed:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4492 kB<br />VmallocChunk:&nbsp;&nbsp; 112124 kB<br />HugePages_Total:&nbsp;&nbsp;&nbsp;&nbsp; 0<br />HugePages_Free:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br />HugePages_Rsvd:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br />Hugepagesize:&nbsp;&nbsp;&nbsp;&nbsp; 2048 kB<br /><br /><br />To check the model and serial name of the server:-<br />=======================================<br />[root@localhost ~]#&nbsp; dmidecode | egrep -i "product name|Serial number"<br />Product Name: PowerEdge R710<br />Serial Number: AB8CDE1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br /><br />To check the host name:-<br />=====================<br />[root@localhost ~]# uname -n<br />localhost<br /><br />[root@localhost ~]# hostname<br />localhost<br /><br />To check the kernel version:-<br />========================<br />[root@localhost ~]# uname -r<br />2.6.18-238.9.1.el5PAE</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44734/data-visualization-in-bioinformatics-useful-and-eye-catching-plots-for-data-analysis</guid>
	<pubDate>Sat, 14 Dec 2024 12:41:53 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44734/data-visualization-in-bioinformatics-useful-and-eye-catching-plots-for-data-analysis</link>
	<title><![CDATA[Data Visualization in Bioinformatics: Useful and Eye-Catching Plots for Data Analysis]]></title>
	<description><![CDATA[<p>Data visualization is a cornerstone of bioinformatics, enabling researchers to interpret complex datasets effectively. With a plethora of data types&mdash;genomic sequences, expression profiles, protein interactions, and more&mdash;the right visualizations can make or break an analysis. This blog highlights some of the most useful and visually compelling plots for bioinformatics data analysis, along with tools to create them.</p><h4><strong>1. Heatmaps: Exploring Patterns in High-Dimensional Data</strong></h4><p>Heatmaps are a go-to visualization for representing high-dimensional datasets, such as gene expression or metabolomics data. They use color gradients to display data intensity, making patterns and clusters easily detectable.</p><ul>
<li>
<p><strong>Applications</strong>: Gene expression analysis, pathway enrichment, methylation studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Seaborn (Python), ComplexHeatmap (R), Morpheus (web-based).</p>
</li>
</ul><p><strong>Tip</strong>: Add dendrograms to visualize clustering of rows and columns for hierarchical relationships.</p><h4><strong>2. Volcano Plots: Highlighting Differential Features</strong></h4><p>Volcano plots are indispensable for identifying significantly differentially expressed genes or proteins. They plot the log2 fold change against &ndash;log10(p-value), making it easy to spot statistically significant changes.</p><ul>
<li>
<p><strong>Applications</strong>: RNA-seq, proteomics, and metabolomics.</p>
</li>
<li>
<p><strong>Tools</strong>: ggplot2 (R), EnhancedVolcano (R), Plotly (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use color to highlight significant features and label key genes or proteins.</p><h4><strong>3. PCA Plots: Reducing Complexity with Principal Component Analysis</strong></h4><p>Principal Component Analysis (PCA) plots are used to reduce dimensionality and uncover trends or clusters in data. They provide insights into sample variability and grouping.</p><ul>
<li>
<p><strong>Applications</strong>: Transcriptomics, metabolomics, microbiome studies.</p>
</li>
<li>
<p><strong>Tools</strong>: scikit-learn + Matplotlib (Python), prcomp (R), ClustVis (web-based).</p>
</li>
</ul><p><strong>Tip</strong>: Annotate clusters with metadata to enhance interpretability.</p><h4><strong>4. Manhattan Plots: Genome-Wide Association Studies</strong></h4><p>Manhattan plots visualize p-values across the genome, making it easy to identify significant associations in genome-wide studies. They resemble city skylines, with the highest peaks indicating loci of interest.</p><ul>
<li>
<p><strong>Applications</strong>: GWAS, QTL mapping.</p>
</li>
<li>
<p><strong>Tools</strong>: qqman (R), Matplotlib (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use alternating colors for chromosomes and highlight significant SNPs for clarity.</p><h4><strong>5. Circular Plots (Circos): Visualizing Genomic Relationships</strong></h4><p>Circular plots are ideal for visualizing relationships across the genome, such as structural variations, gene duplications, or synteny.</p><ul>
<li>
<p><strong>Applications</strong>: Comparative genomics, structural variation studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Circos (standalone), Rcircos (R), pyCircos (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Keep the plot clean and avoid overcrowding to maintain readability.</p><h4><strong>6. Sankey Diagrams: Tracking Data Flows</strong></h4><p>Sankey diagrams visualize flows or relationships between categories, often used to track changes in gene expression or pathway enrichment across conditions.</p><ul>
<li>
<p><strong>Applications</strong>: Pathway analysis, gene set enrichment analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Plotly (Python), networkD3 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Use gradients or distinct colors to highlight key transitions.</p><h4><strong>7. Network Graphs: Mapping Interactions</strong></h4><p>Network graphs represent relationships between entities, such as protein-protein interactions or gene regulatory networks. Nodes represent entities, and edges represent relationships.</p><ul>
<li>
<p><strong>Applications</strong>: Systems biology, interactomics.</p>
</li>
<li>
<p><strong>Tools</strong>: Cytoscape (standalone), igraph (R), NetworkX (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use edge thickness or node size to represent interaction strength or centrality.</p><h4><strong>8. Violin Plots: Visualizing Data Distribution</strong></h4><p>Violin plots combine a boxplot with a density plot, showing the distribution and variability of data.</p><ul>
<li>
<p><strong>Applications</strong>: Single-cell RNA-seq, quantitative trait analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Seaborn (Python), ggplot2 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Split violins by groups for side-by-side comparisons.</p><h4><strong>9. Time-Series Plots: Monitoring Changes Over Time</strong></h4><p>Time-series plots display changes in variables across time points, useful for tracking gene expression dynamics or metabolic fluxes.</p><ul>
<li>
<p><strong>Applications</strong>: Time-course experiments, cell cycle studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Matplotlib (Python), ggplot2 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Smooth the data to highlight trends while avoiding overfitting.</p><h4><strong>10. Genome Tracks: Visualizing Genomic Features</strong></h4><p>Genome tracks display multiple layers of genomic data, such as gene annotations, sequencing coverage, and epigenetic marks.</p><ul>
<li>
<p><strong>Applications</strong>: ChIP-seq, ATAC-seq, whole-genome sequencing.</p>
</li>
<li>
<p><strong>Tools</strong>: IGV (standalone), pyGenomeTracks (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Stack related tracks for direct comparisons.</p><h4><strong>11. UpSet Plots: Visualizing Set Intersections</strong></h4><p>UpSet plots are a powerful alternative to Venn diagrams for visualizing intersections between multiple datasets.</p><ul>
<li>
<p><strong>Applications</strong>: Overlap analysis for gene sets, pathways, or variants.</p>
</li>
<li>
<p><strong>Tools</strong>: UpSetR (R), ComplexUpset (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use bar plots to represent the size of each intersection for added clarity.</p><h4><strong>12. Ridge Plots: Comparing Distributions</strong></h4><p>Ridge plots visualize the distributions of multiple datasets, stacked for easy comparison.</p><ul>
<li>
<p><strong>Applications</strong>: Transcriptomics, single-cell RNA-seq.</p>
</li>
<li>
<p><strong>Tools</strong>: ggridges (R), Matplotlib (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use transparency and consistent scaling for better readability.</p><h4><strong>13. Chord Diagrams: Visualizing Connections Between Groups</strong></h4><p>Chord diagrams illustrate relationships between categories, such as shared genes between pathways or overlaps in regulatory elements.</p><ul>
<li>
<p><strong>Applications</strong>: Pathway overlap, synteny, co-expression networks.</p>
</li>
<li>
<p><strong>Tools</strong>: Circlize (R), Holoviews (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use distinct colors for each group to emphasize relationships.</p><h4><strong>14. Treemaps: Hierarchical Data Representation</strong></h4><p>Treemaps visualize hierarchical data as nested rectangles, with area proportional to data size.</p><ul>
<li>
<p><strong>Applications</strong>: Ontology enrichment, pathway analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Treemapify (R), Plotly (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use colors to represent additional variables, like significance or enrichment scores.</p><h4><strong>15. T-SNE/UMAP Plots: Dimensionality Reduction for Clustering</strong></h4><p>T-SNE and UMAP plots are great for visualizing high-dimensional data in two dimensions while preserving local or global structure.</p><ul>
<li>
<p><strong>Applications</strong>: Single-cell transcriptomics, clustering analyses.</p>
</li>
<li>
<p><strong>Tools</strong>: scikit-learn (Python), Seurat (R).</p>
</li>
</ul><p><strong>Tip</strong>: Combine with metadata annotations for better cluster interpretation.</p><h4><strong>Bringing It All Together</strong></h4><p>The choice of visualization can significantly impact the insights gained from bioinformatics data. By selecting plots tailored to your data type and analysis goals, you can effectively communicate your findings and make your research more impactful. Whether you&rsquo;re a seasoned bioinformatician or a beginner, mastering these visualizations will elevate your analyses and presentations.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/10460/assistant-professor-at-jawaharlal-nehru-university-in-delhi</guid>
  <pubDate>Wed, 07 May 2014 00:29:22 -0500</pubDate>
  <link></link>
  <title><![CDATA[Assistant Professor at Jawaharlal Nehru University in Delhi]]></title>
  <description><![CDATA[
<p>Advt. No. RC/48/2014</p>

<p>SCHOOL OF COMPUTATIONAL AND INTEGRATIVE SCIENCES (SC&amp;IS)</p>

<p>ESSENTIAL QUALIFICATION : - M.Sc./M.Tech. in Physics/ Chemistry/ Biology/ Mathematics/ Statistics/ Bioinformatics/ Computational Biology. Ph.D. in the broad areas of Bioinformatics/ Computational Biology. Candidates must have demonstrated capabilities in terms of high impact research publications in either of the above mentioned areas.</p>

<p>Scale of Pay : - 15600-39100/- (PB-III) AGP Rs. 6000/-</p>

<p>For more details on Centre/School, Specializations etc. please visit JNU website www.jnu.ac.in or contact Section Officer, Room Nos. 131-132, Recruitment Cell, Administrative Block, JNU, New Delhi – 110067, Email: recruitmentjnu2013@gmail.com The last date for the receipt of application is 15 May, 2014.</p>

<p>http://www.jnu.ac.in/Career/</p>

<p>http://www.jnu.ac.in/Career/ADVTNo_RC_48_2014.pdf<br />Last Apply Date:</p>

<p>15 May 2014</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/42327/blaxter-lab</guid>
  <pubDate>Thu, 19 Nov 2020 08:05:28 -0600</pubDate>
  <link></link>
  <title><![CDATA[Blaxter Lab]]></title>
  <description><![CDATA[
<p>Using these high quality genomes we explore</p>

<p>the evolutionary history of genes and species, building phylogenetic trees of life<br />the contrasting roles of horizontal gene transfer and introgression in shaping evolution<br />the biology of symbioses, especially symbioses between eukaryotes and bacteria, and between parasites and their hosts<br />the processes that drive the evolution of pattern in the structure of chromosomes<br />the diversity of meiofauna, particularly tardigrades, nematodes and other Ecdysozoa<br />the genomics of extremophilia</p>

<p>More at https://www.sanger.ac.uk/group/blaxter-group/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/10749/memories-can-be-passed-down-through-dna</guid>
	<pubDate>Sat, 10 May 2014 21:24:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/10749/memories-can-be-passed-down-through-dna</link>
	<title><![CDATA[Memories Can Be Passed Down Through DNA]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/tbPwzII_g6o" frameborder="0" allowfullscreen></iframe>The premise of Assassin's Creed is the reliving of other people's memories stored inside DNA. Well scientists have found that in mice, it actually happens! Anthony is joined by special guest and our friend Tara Long from Hard Science to explain how this process works, and if it might apply to humans as well.

Read More: 
Parental olfactory experience influences behavior and neural structure in subsequent generations
http://www.nature.com/neuro/journal/vaop/ncurrent/abs/nn.3594.html
"Using olfactory molecular specificity, we examined the inheritance of parental traumatic exposure, a phenomenon that has been frequently observed, but not understood."

What Is Epigenetics?
http://www.sciencemag.org/content/330/6004/611
"The cells in a multicellular organism have nominally identical DNA sequences (and therefore the same genetic instruction sets), yet maintain different terminal phenotypes. This nongenetic cellular memory, which records developmental and environmental cues (and alternative cell states in unicellular organisms), is the basis of epi-(above)-genetics."

Epigenetics
http://en.wikipedia.org/wiki/Epigenetics

Watch More:
How to Change Your Genes
https://www.youtube.com/watch?v=B5DU9lgbsSE
TestTube Wild Card
http://testtube.com/dnews/dnews-231-how-too-many-screens-affect-our-brain?utm_source=YT&utm_medium=DNews&utm_campaign=DNWC
Is Sexiness Hereditary?
https://www.youtube.com/watch?v=z6STRCncvM8
____________________

DNews is dedicated to satisfying your curiosity and to bringing you mind-bending stories & perspectives you won't find anywhere else! New videos twice daily. 

Watch More DNews on TestTube http://testtube.com/dnews

Subscribe now! http://www.youtube.com/subscription_center?add_user=dnewschannel

DNews on Twitter http://twitter.com/dnews

Anthony Carboni on Twitter http://twitter.com/acarboni

Laci Green on Twitter http://twitter.com/gogreen18

Trace Dominguez on Twitter http://twitter.com/trace501

DNews on Facebook http://facebook.com/dnews

DNews on Google+ http://gplus.to/dnews

Discovery News http://discoverynews.com]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/4219/brief-biodata-of-dr-pranjal-chandra</guid>
	<pubDate>Wed, 04 Sep 2013 11:14:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/file/view/4219/brief-biodata-of-dr-pranjal-chandra</link>
	<title><![CDATA[Brief Biodata Of Dr. Pranjal Chandra]]></title>
	<description><![CDATA[]]></description>
	<dc:creator>Pranjal Chandra PhD</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/4219" length="140288" type="application/msword" />
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/10773/bioinformatics-jrfsrf-position-at-national-research-centre-on-plant-biotechnology</guid>
  <pubDate>Sun, 11 May 2014 22:29:12 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics JRF/SRF position at NATIONAL RESEARCH CENTRE ON PLANT BIOTECHNOLOGY]]></title>
  <description><![CDATA[
<p>NATIONAL RESEARCH CENTRE ON PLANT BIOTECHNOLOGY<br />LBS, CENTRE, PUSA CAMPUS, IARI NEW DELHI<br />NEW DELHI – 110 012</p>

<p>WALK- IN –INTERVIEWS</p>

<p>Eligible candidates may appear in Walk-in-Interview on May 23, 2014 at 10 AM for the posts of Research Associates &amp; Senior Research Fellows (SRF) in the following DST/DBT/ICAR funded projects.</p>

<p>1 NPTC Project on Bioinformatics and Comparative Genomics</p>

<p>Research Associate (One)</p>

<p>Rs. 24000/- + 30% HRA for masters degree holder with more than 4 years experience</p>

<p>Essential: Ph D in Plant Molecular Biology &amp; Biotechnology/Genetics 0r Candidates who have already submitted their Ph D thesis in above subjects</p>

<p>Desirable: Research experience in Genomics, Molecular biology, Microarrays analysis, Gene cloning, transgenic Techniques , and computational analysis.</p>

<p>Senior Research Fellow ( UGCCSIR/ DBT/ ICAR Net qualified only): (One)</p>

<p>Rs. 16000/- + 30% HRA and Rs. 18000+30 HRA from 3rd year onwards</p>

<p>Essential:</p>

<p>1. ICAR/ UGCCSIR/DBT Net qualified only</p>

<p>2. M. Sc. (with thesis) in Biotechnology, Life Sciences, Biosciences/ Bioinformatics, Genetics/ Plant Pathology with experience in molecular biology.</p>

<p>Or M.Sc with more than 3 years research experiences</p>

<p>3. B.Sc. Agriculture or Biology</p>

<p>Desirable:<br />1. M. Sc. with thesis<br />2. Experience in molecular biology, plant tissue culture<br />3. Bioinformatics knowledge is important</p>

<p>2 DST JC Bose National Fellowship</p>

<p>Research Associate (Bioinformatics) : One</p>

<p>Rs.22000/- + 30% HRA for 1 &amp; 2nd Yr., Rs. 23000+ 30% HRA for 3rd year and Rs. 24000+30% HRA for 4th &amp;5th yr</p>

<p>Essential: M Ph D in Plant Molecular Biology &amp; Biotechnology/Genetics</p>

<p>Desirable: Research experience in Genomics, Molecular biology, Microarrays analysis, Gene cloning, transgenic Techniques , and computational analysis.</p>

<p>Age limit: Max.35 years (Age relaxation of 5 years for SC/ST &amp; women and 3 years for OBC)</p>

<p>The posts are purely temporary in nature and are co-terminus with the project. Initially the offer will be made for one year only and may be further extendable based on performance of the candidate. The interview will be held on May 23 , 2014 at 10:00 AM at NRCPB, LBS Building, Pusa Campus, IARI, New Delhi- 110012. The candidates must bring four copies of biodata (in the prescribed proforma), original certificates, attested photocopies of each of the certificates and an attested copy of recent passport size photograph. No. TA/DA would be given for the appearance in interview. Only the candidates having essential qualification would be entertained for the interviews. Short-listing of candidates based on academic merit and experience will be done in case of large number of applicants.</p>

<p>Advertisement: http://www.nrcpb.org/sites/default/files/Advertisement%20for%20RA%20and%20SRF%20Position.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/18749/list-of-biotechnology-research-laboratory-university-and-centre-in-india</guid>
	<pubDate>Thu, 30 Oct 2014 12:34:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/18749/list-of-biotechnology-research-laboratory-university-and-centre-in-india</link>
	<title><![CDATA[List of Biotechnology Research Laboratory, University, and Centre in India]]></title>
	<description><![CDATA[<h3 style="text-align: left;">DEPARTMENT OF BIOTECHNOLOGY</h3><ul>
<li><a href="http://www.cdfd.org.in" target="_blank">Centre For DNA Fingerprinting And Diagnostics (CDFD), Hyderabad </a> (</li>
<li><a href="http://ibsd.gov.in/" target="_blank">Institute of Bioresources and Sustainable Development&nbsp; (IBSD), Imphal, Manipur </a></li>
<li><a href="http://www.ils.res.in/%E2%80%8E" target="_blank">Institute of Life Sciences, Bhuvaneswar </a></li>
<li><a href="http://www.nii.res.in/" target="_blank">National Institute Of Immunology, New Delhi </a></li>
<li><a href="http://www.nipgr.res.in/%E2%80%8E" target="_blank">National Centre For Plant Genome Research (NCPGR), JNU, New Delhi </a></li>
<li><a href="http://www.nbrc.ac.in/%E2%80%8E" target="_blank">National Brain Research Centre (NBRC), Gurgaon </a></li>
<li><a href="http://www.nccs.res.in/%E2%80%8E" target="_blank">National Centre for Cell Sciences, Pune </a> (PUBLIC SECTOR UNDERTAKINGS)</li>
<li><a href="http://www.bibcol.com/" target="_blank">Bharat Immunologicals &amp; Biologicals Corporation Limited, Bulandshahar</a></li>
<li><a href="http://corporatedir.com/company/indian-vaccines-corporation-limited%E2%80%8E" target="_blank">Indian Vaccines Corporation Limited, Gurgaon</a></li>
</ul><h3 style="text-align: left;">INDIAN COUNCIL OF MEDICAL RESEARCH (ICMR)</h3><ul>
<li><a href="http://icmr.nic.in/pinstitute/jalma.htm" target="_blank">Centre JALMA Institute of Leprosy </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nioh.htm" target="_blank">National Institute of Occupational Health </a></li>
<li><a href="http://icmr.nic.in/pinstitute/trc.htm" target="_blank">Tuberculosis Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nie.htm">National Institute of Epidemiology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/mrc.htm">Malaria Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/iop.htm">Institute of Pathology&nbsp;</a></li>
<li><a href="http://icmr.nic.in/000134/irms.htm">Institute of Research in Medical Statistics&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nin.htm">National Institute of Nutrition </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nclas.htm">National Centre for Laboratory Animal Science </a></li>
<li><a href="http://icmr.nic.in/pinstitute/fdtrc.htm">Food and Drug Toxicology Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/niced.htm">National Institute of Cholera and Enteric Diseases&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/crme.htm">Centre for Research in Medical Entomology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/irr.htm">National Institute for Research in Reproductive Health </a></li>
<li><a href="http://icmr.nic.in/pinstitute/iih.htm">Institute of Immunohaemotology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/evrc.htm">Enterovirus Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/grc/grc.htm">Genetic Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/icpo.htm">Institute of Cytology and Preventive Oncology&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/rmri.htm">Rajendra Memorial Research Institute of Medical Sciences </a></li>
<li><a href="http://icmr.nic.in/pinstitute/vcrc.htm">Vector Control Research Centre</a></li>
<li><a href="http://icmr.nic.in/pinstitute/niv.htm">National Institute of Virology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nari.htm">National AIDS Research Institute (NARI)</a></li>
<li><a href="http://icmr.nic.in/pinstitute/Bhubaneswar.htm">Regional Medical Research Centre Bhubaneswar </a></li>
<li><a href="http://icmr.nic.in/pinstitute/dibrugarh.htm">Regional Medical Research Centre Dibrugarh </a></li>
<li><a href="http://icmr.nic.in/rmrcpb/index.htm">Regional Medical Research Centre Port Blair </a></li>
<li><a href="http://icmr.nic.in/pinstitute/jabalpur.htm">Regional Medical Research Centre Jabalpur </a></li>
<li><a href="http://icmr.nic.in/pinstitute/jodhpur.htm">Desert Medicine Research Centre Jodhpur </a></li>
</ul><h3 style="text-align: left;"><a href="http://healthriskindia.in/institutions.php#why">COUNCIL OF SCIENTIFIC &amp; INDUSTRIAL RESEARCH (CSIR) </a></h3><div style="text-align: left;"><ul>
<li><a href="http://www.cbri.res.in/">CBRI - Central Building Research Institute, Roorkee </a></li>
<li><a href="http://www.cdriindia.org/">CDRI - Central Drug Research Institute, Lucknow </a></li>
<li><a href="http://www.ceeri.res.in/">CEERI - Central Electronics Engineering Research Institute, Pilani </a></li>
<li><a href="http://www.cftri.com/">CFTRI - Central Food Technological Research Institute, Mysore </a></li>
<li><a href="http://www.cimap.res.in/">CIMAP - Central Institute of Medicinal &amp; Aromatic Plants, Lucknow </a></li>
<li><a href="http://www.cmeri.res.in/%E2%80%8E">CMERI - Central Mechanical Engineering Research Institute, Durgapur </a></li>
<li><a href="http://http//www.cmriindia.nic.in/%E2%80%8E">CMRI - Central Mining Research Institute, Dhanbad </a>- Central Scientific Intruments</li>
<li><a href="http://www.iicb.res.in/">IICB - Indian Institute of Chemical Biology, Calcutta </a></li>
<li><a href="http://www.iip.res.in/">IIP - Indian Institute of Petroleum, Dehradun </a></li>
<li><a href="http://www.ihbt.res.in/%E2%80%8E">IHBT - Institute of Himalayan Bioresource Technology, Palampur </a></li>
<li><a href="http://www.iitrindia.org/%E2%80%8E">ITRC - Industrial Toxicology Research Centre, Lucknow </a></li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.nbri-lko.org/"> NBRI - National Botanical Research Institute, Lucknow </a></li>
<li><a href="http://www.neeri.nic.in/">NEERI - National Environmental Engineering Research Institute, Nagpur </a></li>
<li><a href="http://www.nio.org/">NIO - National Institute of Oceanography, Goa </a></li>
<li><a href="http://www.nistads.res.in/">NISTADS - National Institute of Science, Technology &amp; Development Studies, New Delhi </a></li>
<li><a href="http://www.nplindia.org/npl/index.htm">NPL - National Physical Laboratory, New Delhi </a></li>
<li><a href="http://www.rrlbhu.res.in/">RRL, BHU - Regional Research Laboratory, Bhubaneshwar </a></li>
<li><a href="http://www.rrljorhat.org/">RRL, JT - Regional Research Laboratory, Jorhat </a></li>
<li><a href="http://www.sercm.org/">SERC, M - Structural Engineering Research Centre, Madras </a></li>
<li><a href="http://www.csir.res.in/">CSIR Headquarters </a></li>
<li><a href="http://www.ccmbindia.org/">CCMB - Centre for Cellular &amp; Molecular Biology, Hyderabad </a></li>
<li><a href="http://www.cecri-india.com/">CECRI - Central Electrochemical Research Institute, Karaikudi </a></li>
<li><a href="http://www.cfrindia.com/">CFRI - Central Fuel Research Institute, Dhanbad </a></li>
<li><a href="http://www.cgcri.res.in/">CGCRI - Central Glass &amp; Ceramic research Institute, Calcutta </a></li>
<li><a href="http://www.clri.org/">CLRI - Central Leather Research Institute, Chennai </a></li>
<li><a href="http://www.cmmacs.ernet.in/">C-MMACS - CSIR Centre for Mathematical Modelling and Computer Simulation, Bangalore </a></li>
<li><a href="http://www.crridom.org/">CRRI - Central Road Research Institute, New Delhi </a></li>
<li><a href="http://www.csmcri.org/">CSMCRI - Central Salt &amp; Marine Chemicals Research Institute, Bhavnagar </a></li>
<li><a href="http://www.iictindia.org/">IICT - Indian Institute of Chemical Technology, Hyderabad </a></li>
<li><a href="http://www.igib.res.in/">IGIB - (Institute of genomics and Integrative Biology) </a></li>
<li><a href="http://www.imtech.ernet.in/">IMT - Institute of Microbial Technology, Chandigarh </a></li>
<li><a href="http://www.nal.res.in/">NAL - National Aerospace Laboratories, Bangalore </a></li>
<li><a href="http://www.ncl-india.org/">NCL - National Chemical Laboratory, Pune </a></li>
<li><a href="http://www.ngri.org.in/">NGRI - National Geophysical Research Institute, Hyderabad </a></li>
<li><a href="http://www.niscair.res.in/">NISCAIR - National Institute of Science Communication and Information Resources, New Delhi </a></li>
<li><a href="http://www.nmlindia.org/">NML - National Mettalurgical Laboratory, Jamshedpur </a></li>
<li><a href="http://www.rrlbpl.org/">RRL,BHO- Regional Research Laboratory, Bhopal </a></li>
<li><a href="http://www.rrljammu.org/">RRL, JM - Regional Research Laboratory, Jammu </a></li>
<li><a href="http://w3rrlt.csir.res.in/">RRL, TVM - Regional Research Laboratory, Thiruvananthapuram </a></li>
</ul></div></div><p style="text-align: left;">&nbsp;</p><h3 style="text-align: left;">CITYWISE</h3><p style="text-align: left;"><strong><em>City Wise Llist of Govt. and Non Govt. Research institutions in India - </em></strong></p><h3 style="text-align: left;">Ahmedabad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.iimahd.ernet.in/">Indian Institute of Management </a></li>
<li><a href="http://www.plasma.ernet.in/">Institute for Plasma Research </a></li>
<li><a href="http://www.prl.ernet.in/">Physical Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Allahabad</h3><div style="text-align: left;"><ul>
<li><a href="http://mri.ernet.in/">Mehta Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Bangalore</h3><div style="text-align: left;"><ul>
<li><a href="http://powersearch.cpri.res.in">Central Power Research Institute </a></li>
<li><a href="http://www.cair.res.in/">Center for Artificial Intelligence and Robotics </a></li>
<li><a href="http://www.cmmacs.ernet.in/">Centre for Mathematical Modeling and Computer Simulation (CSIR) </a></li>
<li><a href="http://bhaskara.csa.iisc.ernet.in/">Indian Academy of Science </a></li>
<li><a href="http://www.iimb.ernet.in/">Indian Institute of Management </a></li>
<li><a href="http://www.iisc.ernet.in/">Indian Institute of Science </a></li>
<li><a href="http://www.isro.org">Indian Space Research Organisation (ISRO) </a></li>
<li><a href="http://www.isac.gov.in">ISRO Satellite Centre </a></li>
<li><a href="http://jnc.iisc.ernet.in/">Jawaharlal Nehru Centre for Astronomy and Astrophysics </a></li>
<li><a href="http://www.jncasr.ac.in/">Jawaharlal Nehru Centre for Advanced Scientific Research </a></li>
<li><a href="http://www.nal.res.in">National Aerospace Laboratories </a></li>
<li><a href="http://www.ncbs.res.in/">National Centre for Biological Sciences </a></li>
<li><a href="http://www.nimhans.kar.nic.in/">National Institute of Mental Health and Neuro Sciences </a></li>
<li><a href="http://www.rri.res.in/">Raman Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Barrackpore (W. B.)</h3><p style="text-align: left;">&middot; <a href="http://www.nic.in/icar/cicfri.html">Central Inland Capture Fisheries Research Institute </a></p><h3 style="text-align: left;">Bhopal</h3><div style="text-align: left;"><ul>
<li><a href="http://www.mp.nic.in/ciae/">Central Institute of Agricultural Engineering </a></li>
</ul></div><h3 style="text-align: left;">Bhubaneswar</h3><div style="text-align: left;"><ul>
<li><a href="http://iop.iopb.stpbh.soft.net/">Institute of Physics </a></li>
<li><a href="http://www.rrlbhu.res.in">Regional Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Calcutta</h3><div style="text-align: left;"><ul>
<li><a href="http://www.advancedmedicare.com">Advanced Medicare and Research Institute </a></li>
<li><a href="http://wwwcal.iimcal.ac.in/">Indian Institute of Management </a></li>
<li><a href="http://www.isical.ac.in/">Indian Statistical Institute </a></li>
<li><a href="http://www.iuc.res.in/">Inter University Consortium on DAE Facilities </a></li>
<li><a href="http://www.saha.ernet.in/">Saha Institute of Nuclear Physics </a></li>
<li><a href="http://boson.bose.res.in/">S.N.Bose National Center for Basic Sciences </a></li>
<li><a href="http://veccal.veccal.ernet.in/">Variable Energy Cyclotron Center </a></li>
</ul></div><h3 style="text-align: left;">Chandigarh</h3><div style="text-align: left;"><ul>
<li><a href="http://pgimer.nic.in">Post Graduate Institute of Medical Education and Research </a></li>
</ul></div><h3 style="text-align: left;">Chennai (Madras)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cecri.res.in/">Central Electrochemical Research Institute (CECRI- Karaikudi) </a></li>
<li><a href="http://www.nic.in/ciba/">Central Institute of Brackishwater Aquaculture </a></li>
<li><a href="http://www.iitm.ernet.in/">Indian Institute of Technology </a></li>
<li><a href="http://www.igcar.ernet.in/">Indira Gandhi Center for Atomic Research, Kalpakkam </a></li>
<li><a href="http://www.imsc.ernet.in/">The Institute of Mathematical Sciences </a></li>
<li><a href="http://www.mssrf.org">M. S. Swaminathan Research Foundation </a></li>
<li><a href="http://www.ncufp.universityofmadras.edu/">National Centre for Ultrafast Processes </a></li>
<li><a href="http://www.niot.ernet.in/">National Institute of Ocean Technology </a></li>
<li><a href="http://www.smi.ernet.in/">SPIC Science Foundation </a></li>
<li><a href="http://www.sercm.org">Structural Engineering Research Centre </a></li>
</ul></div><p style="text-align: left;">Delhi</p><div style="text-align: left;"><ul>
<li><a href="http://ccrhindia.org/">Central Council for Research in Homoeopathy </a></li>
<li><a href="http://www.cbt.res.in/">Centre for Biochemical Technology </a></li>
<li><a href="http://www.csir.res.in/">Council of Scientific and Industrial Research </a></li>
<li><a href="http://www.drdo.org">Defence Research and Development Organisation</a></li>
<li><a href="http://www.nic.in/icar/dwr/dwrmain.htm">Directorate of Wheat Research </a></li>
<li><a href="http://www.nic.in/icar/">Indian Council of Agricultural Research</a></li>
<li><a href="http://icmr.nic.in/">Indian Council of Medical Research (ICMR)</a></li>
<li><a href="http://www.icrier.org/">Indian Council for Research on International Economic Relations </a></li>
<li><a href="http://www.iitd.ernet.in/">Indian Institute of Technology </a></li>
<li><a href="http://www.icgeb.res.in/">International Centre for Genetic Engineering and Biotechnology </a></li>
<li><a href="http://www.nbrcindia.org">National Brain Research Centre </a></li>
<li><a href="http://nbpgr.delhi.nic.in">National Bureau of Plant Genetic Resources </a></li>
<li><a href="http://www.nic.in/icar/ncap/index.htm">National Centre for Agricultural Economics and Policy Research </a></li>
<li><a href="http://www.nsc.ernet.in/">Nuclear Science Centre </a></li>
<li><a href="http://www.serc-dst.org">Science and Engineering Research Council </a></li>
<li><a href="http://www.teriin.org">The Energy and Resources Institute (TERI) </a></li>
<li><a href="http://www.pcra.org/">Petroleum Conservation Research Association </a></li>
</ul></div><h3 style="text-align: left;">Dehradun</h3><div style="text-align: left;"><ul>
<li><a href="http://www.icfre.org">Forest Research Institute </a></li>
<li><a href="http://www.iip.res.in">Indian Institute of Petroleum </a></li>
<li><a href="http://www.wii.gov.in/">Wildlife Institute of India </a></li>
</ul></div><h3 style="text-align: left;">Dirang (Arunachal Pradesh)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/nrcyak/index.html">National Research Centre on Yak </a></li>
</ul></div><h3 style="text-align: left;">Durgapur</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cmeri.com/">Central Mechanical Engineering Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Eluru (A. P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ap.nic.in/nrcop">National Research Centre for Oil Palm </a></li>
</ul></div><h3 style="text-align: left;">Gandhi Nagar</h3><div style="text-align: left;"><ul>
<li><a href="http://www.plasma.ernet.in/">Institute for Plasma Research </a></li>
</ul></div><h3 style="text-align: left;">Goa</h3><div style="text-align: left;"><ul>
<li><a href="http://samudra.mah.nic.in/">National Institute of Oceanography (NIC site) </a></li>
<li><a href="http://www.nio.org/">National Institute of Oceanography </a></li>
</ul></div><h3 style="text-align: left;">Hyderabad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ccmbindia.org">Centre for Cellular and Molecular Biology </a></li>
<li><a href="http://www.eptri.com/">Environment Protection Training and Research Institute </a></li>
<li><a href="http://www.icrisat.org">International Crops Research Institute for the Semi-Arid Tropics (ICRISAT), Patancheru </a></li>
<li><a href="http://www.ngri.org">National Geophysical Research Institute </a></li>
<li><a href="http://www.cmmacs.ernet.in/iict/">Indian Institute of Chemical Technology </a></li>
</ul></div><h3 style="text-align: left;">Indore</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cat.ernet.in/">Center for Advanced Technology </a></li>
</ul></div><h3 style="text-align: left;">Jammu</h3><div style="text-align: left;"><ul>
<li><a href="http://www.rrljammu.org">Regional Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Jhansi (U. P)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/nrcaf/index.htm">National Research Centre for Agroforestry </a></li>
</ul></div><h3 style="text-align: left;">Jodhpur (Rajasthan)</h3><div style="text-align: left;"><ul>
<li><a href="http://cazri.raj.nic.in/">Central Arid Zone Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Kanpur</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/iipr.htm">Indian Institute of Pulses Research </a></li>
<li><a href="http://www.iitk.ernet.in/">Indian Institute of Technology </a></li>
</ul></div><h3 style="text-align: left;">Kasaragod</h3><div style="text-align: left;"><ul>
<li><a href="http://cpcri.nic.in/">Central Plantation Crops Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Kharagpur</h3><div style="text-align: left;"><ul>
<li><a href="http://iitkgp.ernet.in/">Indian Institute of Technology </a></li>
</ul></div><h3 style="text-align: left;">Kochi</h3><div style="text-align: left;"><ul>
<li><a href="http://education.vsnl.com/cmfrihqr/index.htm">Central Marine Fisheries Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Lucknow</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cdriindia.org/%E2%80%8E">Central Drug Research Institute </a></li>
<li><a href="http://www.cimap.res.in/">CIMAP - Central Institute of Medicinal &amp; Aromatic Plants, Lucknow</a></li>
<li><a href="http://icpr.nic.in">Indian Council of Philosophy Research </a></li>
<li><a href="http://www.iiml.ac.in/">Indian Institute of Management </a></li>
<li><a href="http://www.itrcindia.org">Industrial Toxicology Research Centre </a></li>
<li><a href="http://www.nbri.org">National Botanical Research Institute </a></li>
<li><a href="http://www.nrlccp.org/">National Research Laboratory for Conservation of Cultural Property </a></li>
</ul></div><h3 style="text-align: left;">Mathura</h3><div style="text-align: left;"><ul>
<li><a href="http://cirg.up.nic.in/">Central Institute for Research on Goats </a></li>
</ul></div><h3 style="text-align: left;">Mumbai (Bombay)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.barc.ernet.in/">Bhabha Atomic Research Centre </a></li>
<li><a href="http://www.cmie.ernet.in/">Centre for Monitoring the Indian Economy </a></li>
<li><a href="http://iig.iigm.res.in">Indian Institute of Geomagnetism </a></li>
<li><a href="http://www.iitb.ernet.in">Indian Institute of Technology </a></li>
<li><a href="http://www.igidr.ac.in/">Indira Gandhi Institute of Development Research </a></li>
<li><a href="http://www.ncst.ernet.in/">National Centre for Software Technology </a></li>
<li><a href="http://www.mit.gov.in/sameer.htm">Society for Applied Microwave Electronic Engineering and Research </a></li>
<li><a href="http://www.tifr.res.in/">Tata Insitute of Fundamental Research </a></li>
</ul></div><h3 style="text-align: left;">Palakkad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.fcri.com/">Fluid Control Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Palampur (H.P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.csir.res.in/ihbt/">Institute of Himalayan Bioresource Technology </a></li>
</ul></div><h3 style="text-align: left;">Peechi</h3><div style="text-align: left;"><ul>
<li><a href="http://www.kfri.org/">Kerala Forest Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Pilani</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ceeri.res.in/">Central Electronics Research Institute </a></li>
<li><a href="http://www.bits-pilani.ac.in/">Birla Institute of Technology and Science </a></li>
</ul></div><h3 style="text-align: left;">Puttur (Karnataka)</h3><div style="text-align: left;"><ul>
<li><a href="http://kar.nic.in/cashew/">National Research Centre on Cashew </a></li>
</ul></div><h3 style="text-align: left;">Pune</h3><div style="text-align: left;"><ul>
<li><a href="http://www.aripune.org/">Agharkar Research Institute </a></li>
<li><a href="http://bioinfo.ernet.in/">Bioinformatics Distributed Information Centre </a></li>
<li><a href="http://www.cdac.org.in/">Centre for Development of Advanced Computing </a></li>
<li><a href="http://iucaa.iucaa.ernet.in/welcome.html">Inter-University Center for Astronomy and Astrophysics </a></li>
<li><a href="http://www.ncl-india.org/">National Chemical Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Roorkie (U. P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cbri.org">Central Building Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Trivandrum (Thiruvananthapuram)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cds.edu">Centre for Development Studies </a></li>
<li><a href="http://www.cessindia.org">Centre for Earth Science Studies </a></li>
<li><a href="http://www.erdcitvm.org">Electronic Research and Development Centre </a></li>
<li><a href="http://www.natpac.org">National Transportation Planning and Research Centre </a></li>
<li><a href="http://rgcb.res.in/">Rajiv Gandhi Centre for Biotechnology, Trivandrum </a></li>
<li><a href="http://sctmst.ker.nic.in">Sree Chitra Tirunal Institute of Medical Sciences and Technology </a></li>
</ul></div><h3 style="text-align: left;">Varanasi (U. P.)</h3><p style="text-align: left;">&middot; <a href="http://www.nic.in/icar/Directorate1.htm">Indian Institute of Vegetable Research</a></p><p style="text-align: left;">&nbsp;</p><h3 style="text-align: left;"><a href="http://healthriskindia.in/institutions.php#what">UNIVERSITIES/COLLEGES UNDER UGC</a></h3><ul>
<li><a href="http://www.educationindiainfo.com/">Education In India </a></li>
<li><a href="http://www.angrau.net/">Acharya N. G. Ranga Agricultural University </a><br /> <a href="http://www.tnuniv.ac.in/alagappa/">Alagappa University </a></li>
<li><a href="http://auce.8m.com/">Alagappa University College of Education </a></li>
<li><a href="http://www.amu.ac.in/">Aligarh Muslim University</a></li>
<li><a href="http://healthriskindia.in/www.aaidu.org">allahabad agricultural institute ,deemed university </a></li>
<li><a href="http://www.allduniv.edu/">Allahabad University </a></li>
<li><a href="http://www.annauniv.edu/">Anna University </a></li>
<li><a href="http://annamalaiuniversity.ac.in/">Annamalai University </a></li>
<li><a href="http://assamuniversity.nic.in/">Assam University </a></li>
<li><a href="http://www.bhu.ac.in/">Banaras Hindu University </a></li>
<li><a href="http://www.banasthali.org/banasthali/avs/home/">Banasthali Vidyapith University </a></li>
<li><a href="http://www.b-u.ac.in/">Bharathiar University </a></li>
<li><a href="http://www.bharatividyapeeth.edu/">Bharati Vidyapeeth Deemed University </a></li>
<li><a href="http://www.bhavuni.edu/">Bhavnagar University </a></li>
<li><a href="http://www.bau.nic.in/">Birsa Agricultural University </a></li>
<li><a href="http://education.vsnl.com/burduniv/">Burdwan University </a></li>
<li><a href="http://hindinideshalaya.nic.in/">Central Hindi Directorate </a></li>
<li><a href="http://csauk.ac.in/">Chandra Shekhar Azad University of Agriculture &amp; Technology </a></li>
<li><a href="http://www.tnuniv.ac.in/dbhps/">Dakshina Bharat Hindi Prachar Sabha </a></li>
<li><a href="http://www.delhiuniversity.com/">Delhi University </a></li>
<li><a href="http://www.dauniv.ac.in/">Devi Ahilya University </a></li>
<li><a href="http://www.cvru.ac.in/">Dr. C.V. Raman University </a></li>
<li><a href="http://pdkv.mah.nic.in/">Dr. Panjabrao Deshmukh Krishi Vidyapeeth </a></li>
<li><a href="http://www.braou.ac.in/">Dr.B.R. Ambedkar Open University </a></li>
<li><a href="http://www.ruraluniv.org/">Gandhigram Rural Institute </a></li>
<li><a href="http://www.goauniversity.org/">Goa University </a></li>
<li><a href="http://www.ayurveduniversity.com/">Gujarat Ayurved University </a></li>
<li><a href="http://www.gujaratuniversity.org.in/">Gujarat University </a></li>
<li><a href="http://www.gulbargauniversity.kar.nic.in/">Gulbarga University </a></li>
<li><a href="http://gguniversity.nic.in/">Guru Ghasidas University (G. G. U) </a></li>
<li><a href="http://ggsipu.nic.in/">Guru Gobind Singh Indraprastha University </a></li>
<li><a href="http://www.gnduonline.org/">Guru Nanak Dev University </a></li>
<li><a href="http://hpuniv.nic.in/">Himachal Pradesh University </a></li>
<li><a href="http://www.interconsys.com/">Intercon Groups </a></li>
<li><a href="http://www.jadavpur.edu/">Jadavpur University </a></li>
<li><a href="http://www.jmi.ac.in/">Jamia Millia Islamia </a></li>
<li><a href="http://www.jnu.ac.in/">Jawaharlal Nehru University </a></li>
<li><a href="http://www.jntu.ac.in/">Jawaharlal Nehru Technological University </a></li>
<li><a href="http://www.kuwarangal.com/">Kakatiya University </a></li>
<li><a href="http://www.kakatiya.ac.in/">Kaktiya University </a></li>
<li><a href="http://www.ksoumysore.com/">Karnataka State Open University </a></li>
<li><a href="http://womenuniversity.kar.nic.in/">Karnataka State Women University </a></li>
<li><a href="http://www.womenuniversity.kar.nic.in/">Karnataka State Women University </a></li>
<li><a href="http://www.kuvempuuniversity.org/">Kuvempu University </a></li>
<li><a href="http://www.imsbilaspur.4mg.com/">Lal Bahadur Shastri Institute </a></li>
<li><a href="http://lnmu.bih.nic.in/">Lalit Narayan Mithila Vishvidyalaya </a></li>
<li><a href="http://www.msubaroda.ac.in/">M S University of Baroda </a></li>
<li><a href="http://www.bhojvirtualuniversity.com/">Madhya Pradesh Bhoj (Open) University </a></li>
<li><a href="http://www.mkuniversity.org/">Madurai Kamarajar University </a></li>
<li><a href="http://mum.edu/">Maharishi University of Management </a></li>
<li><a href="http://www.mguniversity.edu/">Mahatma Gandhi University </a></li>
<li><a href="http://www.mangaloreuniversity.ac.in/">Mangalore University </a></li>
<li><a href="http://www.tnuniv.ac.in/msu/">Manonmaniam Sundaranar University </a></li>
<li><a href="http://www.mlsu.org/">Mohanlal Sukhadia University </a></li>
<li><a href="http://www.tnuniv.ac.in/mteresa/">Mother Teresa Women's University </a></li>
<li><a href="http://www.udct.org/">Mumbai University Institute of Chemical Technology </a></li>
<li><a href="http://nduat.nic.in/">Narendra Deva University of Agriculture and Technology </a></li>
<li><a href="http://www.nujs.edu/">National University of Juridical Sciences </a></li>
<li><a href="http://www.geocities.com/nf_net/icnffk/">Nature Net </a></li>
<li><a href="http://www.nmu.ac.in/">North Maharashtra University </a></li>
<li><a href="http://www.osmania.ac.in/">Osmania University </a></li>
<li><a href="http://www.dypatil.ac.in/">Padmashree Dr. D. Y. Patil Vidyapeeth Deemed university </a></li>
<li><a href="http://www.puchd.ac.in/">Panjab University </a></li>
<li><a href="http://puonline.bih.nic.in/">Patna University </a></li>
<li><a href="http://www.pondiuni.org/">Pondicherry University </a></li>
<li><a href="http://www.pau.edu/">Punjab Agricultural University </a></li>
<li><a href="http://www.punjabtechnicaluniversity.com/">Punjab Technical University </a></li>
<li><a href="http://www.universitypunjabi.org/">Punjabi University </a></li>
<li><a href="http://www.rabindrabharatiuniversity.net/">Rabindra Bharati University </a></li>
<li><a href="http://www.rguhs.ac.in/">Rajiv Gandhi University of Health Sciences </a></li>
<li><a href="http://www.sgpgi.ac.in/">Sanjay Gandhi Postgraduate Institute of Medical Sciences </a></li>
<li><a href="http://www.spuvvn.edu/">Sardar Patel University </a></li>
<li><a href="http://www.sathyabamauniv.ac.in/">Sathyabama Deemed University </a></li>
<li><a href="http://www.icar.org.in/sherk/welcome.htm">Sher-e-Kashmir University of Agricultural Sciences &amp; Technology </a></li>
<li><a href="http://www.tnuniv.ac.in/adu/">Sri Avinashilingam Home Science College for Women </a></li>
<li><a href="http://www.icar.org.in/sau.htm">State Agricultural Universities (SAUs) </a></li>
<li><a href="http://www.srtmun.org/">Swami Ramanand Teerth Marathwada University </a></li>
<li><a href="http://www.tamilvu.org/">Tamil Virtual University </a></li>
<li><a href="http://www.tanuvas.com/">Tamilnadu Veterinary and Animal Sciences University </a></li>
<li><a href="http://www.tiss.edu/">Tata Institute of Social Sciences </a></li>
<li><a href="http://www.imsc.ernet.in/">The Institute of Mathematical Sciences </a></li>
<li><a href="http://uasbng.kar.nic.in/">University Of Agricultural Sciences </a></li>
<li><a href="http://www.caluniv.ac.in/">University of Calcutta </a></li>
<li><a href="http://www.collegeskerala.com/calicut/">University of Calicut </a></li>
<li><a href="http://www.du.ac.in/">University of Delhi </a></li>
<li><a href="http://www.uohyd.ernet.in/">University of Hyderabad </a></li>
<li><a href="http://www.leedsindia.com/">University of Leeds </a></li>
<li><a href="http://www.lkouniv.ac.in/">University of Lucknow </a></li>
<li><a href="http://www.unom.ac.in/">University of Madras </a></li>
<li><a href="http://www.universityofmadras-ice.ac.in/">University of Madras </a></li>
<li><a href="http://www.uma.ac.in/">University of Media Arts </a></li>
<li><a href="http://www.mu.ac.in/">University of Mumbai </a></li>
<li><a href="http://www.uni-mysore.ac.in/">University of Mysore </a></li>
<li><a href="http://health.upenn.edu/">University of Pennsylvania Health System </a></li>
<li><a href="http://www.unipune.ernet.in/">University of Pune </a></li>
<li><a href="http://www.uptu.org/">Uttar Pradesh Technical University </a></li>
<li><a href="http://purvanchaluniversity.org/">VBS Purvanchal University </a></li>
<li><a href="http://vidyasagar.ac.in/">Vidyasagar University </a></li>
<li><a href="http://www.visva-bharati.ac.in/">Visva-Bharati University </a></li>
<li><a href="http://www.vtu.ac.in/">Visveswaraiah Technological University </a></li>
<li><a href="http://www.wpaa.org/">Worldwide Pantnagar Alumni Association </a></li>
<li><a href="http://www.ycmou.com/">Yashwantrao Chavan Maharashtra Open University (YCMOU) </a></li>
</ul><h3 style="text-align: left;">DST</h3><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/ari.htm">Agharkar Research Institute, Pune </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/birbal_sahni_inst.htm">Birbal Sahni Institute of Palaeobotany, Lucknow </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/bose_institute.htm">Bose Institute, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iacs.htm">Indian Association for the Cultivation of Science, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iarcpmnm.htm">International Advanced Research Centre for Powder Metallurgy and New Materials, </a><br /> ...<a href="http://dst.gov.in/autoinst/iarcpmnm.htm">esr </a>...<a href="http://dst.gov.in/autoinst/iarcpmnm.htm">Hyderabad </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iiap.htm">Indian Institute of Astrophysics, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iigm.htm">Indian Institute of Geomagnetism, Mumbai </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iitm.htm">Indian Institute of Tropical Meteorology, Pune </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/jncasr.htm">Jawaharlal Nehru Centre for Advanced Scientific Research, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/nabtc.htm">National Accreditation Board for Testing &amp; Calibration Laboratories, New Delhi </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/rri.htm">Raman Research Institute, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/sn_bose_ncfbs.htm">S.N. Bose National Centre for Basic Sciences, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/stimst.htm">Sreechitra Tirunal Institute for Medical Sciences &amp; Technology, Thiruvananthapuram </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/tifac.htm">Technology Information, Forecasting &amp; Assessment Council (TIFAC), New Delhi </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/vigyan.htm">Vigyan Prasar, New Delhi </a></p><div style="text-align: left;">....<a href="http://dst.gov.in/autoinst/wihg.htm">Wadia Institute of Himalayan Geology, Dehradun </a></div><p>&nbsp;</p><p style="text-align: left;">I<a href="http://healthriskindia.in/institutions.php#ICAR"><strong>ndian Council of Agricultural Research</strong></a></p><ul>
<li>Central Agricultural Research Institute (CARI)</li>
<li><a href="http://www.icar.org.in/cazri.htm">Central Arid Zone Research Institute (CAZRI) </a></li>
<li>Central Avian Research Institute (CARI)</li>
<li><a href="http://www.cifri.com/">Central Inland Fishries Research Institute (CIFRI) </a></li>
<li><a href="http://www.cirg.res.in/">Central Institute for Research on Goats (CIRG) </a></li>
<li>Central Institute for Sub-Tropical Horticulture (CISTH)</li>
<li>Central Institute for Research on Buffaloes (CIRB)</li>
<li><a href="http://healthriskindia.in/education.vsnl.com/circot">Central Institute for Research on Cotton Technology (CIRCOT) </a></li>
<li>Central Institute for Cotton Research (CICR)</li>
<li>Central Institute for Freshwater Aquaculture (CIFA)</li>
<li><a href="http://www.icar.org.in/ciphet.htm">Central Institute of Post Harvest Engineering &amp; Technology (CIPHET) </a></li>
<li><a href="http://www.mp.nic.in/ciae">Central Institute of Agricultural Engineering (CIAE) </a></li>
<li><a href="http://www.icar.org.in/ciah/ciah.htm">Central Institute of Arid Horticulture (CIAE) </a></li>
<li><a href="http://www.ciba.tn.nic.in/">Central Institute of Brakishwater Aquaculture (CIBA) </a></li>
<li><a href="http://www.icar.org.in/cife/index.html">Central Institute of Fisheries Education (CIFE) </a></li>
<li>Central Institute of Fisheries Technology (CIFT)</li>
<li>Central Institute of Temperate Horticulture (CITH)</li>
<li><a href="http://www.cmfri.com/">Central Marine Fisheries Research Institute (CMFRI) </a></li>
<li><a href="http://www.cpcri.nic.in/">Central Plantation Crops Research Institute (CPCRI) </a></li>
<li><a href="http://www.icargoa.ernet.in/">ICAR Research Complex for Goa (ICARRCG) </a></li>
<li>ICAR Research Complex for NEH Region (ICARRCNEHR)</li>
<li>Indian Lac Research Institute (ILRI)</li>
<li>Indian Veterinary Research Institute (IVRI)</li>
<li><a href="http://www.iari.res.in/">Indian Agricultural Research Institute (IARI) </a></li>
<li><a href="http://www.iasri.res.in/">Indian Agricultural Statistics Research Institute (IASRI) </a></li>
<li>Indian Grassland &amp; Fodder Research Institute (IGFRI)</li>
<li><a href="http://www.iipr.up.nic.in/">Indian Institute of Pulses Research (IIPR) </a></li>
<li><a href="http://www.iihr.res.in/">Indian Institute of Horticulture Research (IIHR) </a></li>
<li>Indian Institute of Soil Sciences (IISS)</li>
<li>Indian Institute of Spices Research (IISR)</li>
<li>Indian Institute of Sugarcane Research (IISR)</li>
<li>Indian Institute of Vegetable Research (PDV)</li>
<li>National Academy of Agricultural Research Management (NAARM)</li>
<li>National Dairy Research Institute (NDRI)</li>
<li>National Institute for Research on Jute Allied Fibres Technology (NIRJAFT)</li>
<li><a href="http://www.nianp.res.in/">National Institute of Animal Nutrition &amp; Physiology (NIANP) </a></li>
<li>Sugarcane Breeding Institute (SBI)</li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.vpkas.nic.in/">Vivekanand Parvatiya Krishi Anusandhan Shala (VPKAS) </a></li>
</ul></div><ul>
<li>Central Potato Research Institute (CPRI)</li>
<li>National Bureaue of Fish Genetic Resources (NBFGR)</li>
<li><a href="http://www.icar.org.in/nbagr/nbagr.html">National Bureaue of Animal Genetic Resources (NBAGR) </a></li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.nbpgr.delhi.nic.in/">National Bureaue of Plant &amp; Genetic Resources (NBPGR) </a></li>
</ul></div><ul>
<li>National Bureaue of Soil Survey &amp; Land Use Planning (NBSSLUP)</li>
<li>Central Research Institute for Jute &amp; Allied Fibres (CRIJAF)</li>
<li>National Bureaue of Agriculturally Important Micro-Organisms (NBAIMO</li>
</ul><div style="text-align: left;"><ul>
<li>Central Research Institute for Dryland Agriculture</li>
</ul></div>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>