Results for "c"

Wire posts

  • http://rosalind.info/problems/locations/ #LearnBioinformaticsBySelf

    3938 days ago

  • http://www.cs.tau.ac.il/~rshamir/algmb/algmb-archive.htm #BestLectureNoteOnBioinformatics

    3938 days ago

  • Now gmail turn more geeky, njoy http://tinyurl.com/p7svn9d #gmail #Vmail

    3937 days ago

  • To check: Does an array has all equal values. if (keys %{{ map {$_, 1} @test }} == 1) { # all equal } #Tipsoftheday #Perl

    3937 days ago

  • A quick guide to Perl http://tinyurl.com/mkmjtpv #Perl #QuickGuide

    3936 days ago

  • To get all the module dependencies for yourScript.pl program. $ scandeps.pl yourScript.pl #Perl #Tipsoftheday

    3935 days ago

  • "entities must not be multiplied beyond necessity" -Occam's razor principle for parsimony in case of phylogeny. #Phylogeny #Parsimony #Tree

    3935 days ago

  • Human's closest invertebrate sequenced !!! http://elife.elifesciences.org/content/2/e00569#api_box #Omics

    3932 days ago

  • Imagine!! Which moss species has higher genes than human ? Physcomitrella patens. But how much? #Omics

    3932 days ago

  • Generate N base genome: perl -e '@b=qw/A T G C/;print ">Genome\n";while($l<N){print @b[int(rand(4))];$l++;}' #Tipsoftheday #Perl

    3923 days ago