Results for "RA"

Wire posts

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

    3912 days ago

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

    3910 days ago

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

    3910 days ago

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

    3907 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

    3898 days ago

  • VISTA is a comprehensive suite of programs and databases for comparative analysis of genomic sequences !http://genome.lbl.gov/vista/index.shtml #Genomics #Seq

    3513 days ago

  • Some useful tricks for next generation seq analyst http://chicken.genouest.org/ #Perl #R #C/C++

    3874 days ago

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3858 days ago

  • What is C-value paradox? http://selab.janelia.org/publications/Eddy12/Eddy12-preprint.pdf

    3824 days ago

  • Perl Regular expression http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl2nd/node1.html #Perl #RegularExpression

    3815 days ago