Biotechnology Congress
Hi, As the program manager for upcoming conference 17th Euro Biotechnology congress I would like to bring in to your kind notice regarding conference. The 17th Euro Biotechnology Congress which is...
View ArticleIs biotechnology good for carrer
Hii sir, i had just given 1st year exam in bsc biotech frm not so famous college...i have lots of doubts as i choosen this field just bcoz i dont want to do eng or such type of degree...i just need a...
View Articleregarding msc in biotechnology
hello sir i m persuing my bsc in biotechnology nd now m giving exams of first year from pandit ravishnkr shukla univrsity... will it be effected on my future? as i want to do msc in biotech from req...
View ArticleWebinar on Fast and Accurate DNA Variant Calling on 26 Apr 2017
Continuing our DNA-Seq webinar series, we'll present Strand NGS v3.0 best-practices: a workflow that identifies highly accurate variants from raw reads. Our best practices workflow is twice as fast as...
View ArticleStem cell therapy
How can we differentiate brain stem cells into any particular type of cell through endogenous stimulation of stem cells? Like if we want to turn brain stem cells into dopaminergic neurons , what could...
View ArticleLeaving PhD for M.Tech with same Gate Score
Hi Everyone, I am currently at IISc as PhD candidate(2nd Year). Due to some personal reasons will be leaving the institute by the end of this month. I have applied to few of M.Tech program in...
View ArticleI need a help
Sir/mam I am doing my Mtech first year biotechnology programme.I am interested in doing project by using plant source as therapy for treating the provoking disease by protein extraction and...
View ArticleM.tech and PhD after qualifying GATE biotech
hello sir, i have qualified gate 2017 in biotechnology with marks 47.7, score 467 and rank 584 general category. I have a few questions as i am totally confused about what would be best for me. 1-...
View ArticleIMPORTANT DOUBTS REGARDING BIOTECHNOLOGY
Hi! I'm a student of HSC 12th from Ruia College Mumbai.. I want to pursue Biotechnology.. But I have a few doubts- 1.Which Institute is the best to pursue Biotechnology in Mumbai after 12th? 2.Is there...
View ArticleSelling of microbes
Guys I have an doubt it is possible or legal to sell micro organism in online and send it through parcel
View ArticleReqst
Hi sir I am doing mtech integrated biotechnology from dy patil biotechnology and uninformative institute pune This is my first year and m looking for a pharcrutical industry for internship sir plez do...
View Articleopportunities regarding Msc biotechnology
Is there are any extra education needed for such a graduate for working in biotechnology. Industry
View ArticleBINC 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 are...
View ArticleBINC 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,...
View ArticleBINC 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 side...
View ArticlePerl 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...
View ArticlePerl 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 TCC S TAC Y TGC...
View ArticlePERL 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,$frame6)=''; print "Enter the filename: "; $file =...
View ArticlePERL 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>; } } # Print the original matrix print "Entered...
View ArticlePERL 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>; } } print "Enter elements in matrix B...
View Article