Contact:
sales@biotechnologyforums.com to feature here

Search Results
Thread: BINC 2018 Part 1- MCQs
Post: BINC 2018 Part 1- MCQs
BIOINFORMATICS - 40 questions 1. Which is not part of Gene Ontology : Cellular function, Molecular Function, Biological process, Cellular localisation. 2. If 1 base pair=1 bit, what will be the size ...
Author: binu
07-01-2018, 05:08 PM
Thread: PhD in Bioinformatics - list of Indian Institutes
Post: PhD in Bioinformatics - list of Indian Institutes
Please add to this list of institutes which provide a PhD in Bioinformatics (specifically) so that a comprehensive list can be prepared. Allahabad University Amity University Anna University, Chennai...
Author: binu
08-08-2017, 04:22 PM
Thread: PERL Program - BINC 2017 question
Post: PERL Program - BINC 2017 question
Question: Intra Molecular Distance Matrix calculation (50 marks) : ATOM lines (155) of a pdb file are provided in input file (only C@ residues). Calculate intra molecular distance between each C@ res...
Author: binu
04-25-2017, 03:18 PM
Thread: PERL Program - BINC 2015 question
Post: PERL Program - BINC 2015 question
Question : i) An autocatalytic reaction is described by the expression x/P = [exp(at) -1]/ [1 + b exp(at)], with a= ( A +P)k and b = P/A. Write a program in C or JAVA or Perl or PYTHON to calculate x/...
Author: binu
04-25-2017, 03:13 PM
Thread: PERL Program - Matrix Addition
Post: PERL Program - Matrix Addition
print "Enter elements in matrix A of size 3x3: \n"; for($row=0; $row<3 ; $row++)  {   for($col=0; $col<3 ; $col++)    {     $A[$row][$col] = <STDIN>;   ...
Author: binu
04-25-2017, 03:05 PM
Thread: PERL Program - Matrix Transpose
Post: PERL Program - Matrix Transpose
print "Enter 3*3 Array Elements : "; for($row=0; $row<3 ; $row++)  {   for($col=0; $col<3 ; $col++)    {     $matrix[$row][$col] = <STDIN>;   } } # Pri...
Author: binu
04-25-2017, 03:04 PM
Thread: PERL Program - ORF finder
Post: PERL Program - ORF finder
#!/usr/bin/perl -w use strict; my ($file,$line,$dna,$revcom,$i,$codon,@frames_array,$j,$orf); my ($frame1,$frame2,$frame3,$frame4,$frame5,$frame...
Author: binu
04-24-2017, 05:46 PM
Thread: Perl Program for Translation
Post: Perl Program for Translation
#!/usr/bin/perl -w use strict; my ($file,$line,$sequence,$i,$codon,$CODON,$protein); my %genetic_code = qw( TTT      F   TCT      S TAT      Y   TGT      C   TTC      F   T...
Author: binu
04-24-2017, 05:38 PM
Thread: Perl Master Program
Post: Perl Master Program
#!/usr/bin/perl -w # Perl programs to find reverse complement, to perform transcription, to convert the DNA to binary form, # To count the nucleotides, Mutate the DNA, Find the percent identity. use s...
Author: binu
04-24-2017, 05:34 PM
Thread: BINC 2017 - Part 2 questions
Post: BINC 2017 - Part 2 questions
PAPER 2 - THEORY A question paper containing 55 questions (10 pages) is provided. A separate answer sheet (30 pages) to answer 20 questions is given. Each 10 mark answer needs to be written on one sid...
Author: binu
04-24-2017, 05:29 PM
Thread: BINC 2017 Part 1- MCQs
Post: BINC 2017 Part 1- MCQs
BIOINFORMATICS - 30 questions 1. STRING does not calculate. 2. Gibbs law representation in mathematical form. 3. Protein-Protein Interactions 4. GEO data set refers to : single set of experiment, sin...
Author: binu
04-24-2017, 05:03 PM
Thread: BINC 2016 Part 1- MCQs
Post: BINC 2016 Part 1- MCQs
BINC 2016 part 1- MCQs BioInformatics - 40 questions 1) Which is better - mid-point rooting,outgroup,... 2) How many branches converge at node in tree - 1,2,3,4 3) Rooted tree is given - which taxa ...
Author: binu
04-24-2017, 04:53 PM
Thread: BINC 2016 review (1st Stage)
Post: BINC 2016 review (1st Stage)
Bio-Informatics(40 questions) - 10 questions were straight forward..basic concepts were asked..20 questions were very conceptual--> can be termed as hard..the remaining 10 questions were very diffi...
Author: binu
06-24-2016, 07:22 PM
Thread: Update needed on Home-page
Post: Update needed on Home-page
Hello Sunil Nagpal, When we open the home page of 'http://www.biotechnologyforums.com/' , the 'Overview' section which shows the 'Newest' posts needs to be updated with date column. The other section...
Author: binu
09-30-2015, 11:52 PM