Applications are invited for one temporary position of Junior Research Fellow (JRF) in the DBT Twinning Project entitled ‘In-Silico design and evaluation of sequences for γD crystalline protein’ under the Principal Investigator Dr. Anupam Nath Jha,...
The following posts are urgently required to be filled for the Department of Biotechnology, Government of India funded project entitled "Computational Core for Plant Metabolomics" administrated by Prof Indira Ghosh, School of Computational and...
This tutorial is intended to introduce users quickly to the basics of R, focusing on a few common tasks that biologists need to perform some basic analysis: load a table, plot some graphs, and perform some basic statistics. More...
BioInformatics National Certification (BINC) Examination 2015 organized by Department of Biotechnology, Government of India, New Delhi Pondicherry University, Puducherry
Problem at http://rosalind.info/problems/1c/
#Find all occurrences of a pattern in a string.#Given: Strings Pattern and Genome.#Return: All starting positions in Genome where Pattern appears as a substring. Use 0-based indexing.use strict;use...