Results for "C"

Wire posts

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

    3915 days ago

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

    3915 days ago

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

    3914 days ago

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

    3914 days ago

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

    3914 days ago

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

    3913 days ago

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

    3912 days ago

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

    3909 days ago

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

    3909 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

    3900 days ago