Results for "PE"

Wire posts

  • Number all lines in a file; perl -pe '$_ = "$. $_"': #Tipsoftheday #Perl

    3918 days ago

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

    3930 days ago

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

    3927 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

    3918 days ago

  • To round a floating-point value to a certain number of decimal places: $rounded = sprintf("%.2f", $unrounded); #Tipsoftheday #Perl

    3926 days ago

  • Next Big Revolution: Precision Medicine!!! #Omics #PersonalisedMedicine

    3922 days ago

  • GenBank to FASTA format conversion, Written By Junguk HUR http://tinyurl.com/ntp7w5v #Perl #FASTA #Genbank

    3883 days ago

  • Pharmacogenomics tutorial http://www.journals.elsevierhealth.com/periodicals/jmdi/article/S1525-1578%2812%2900175-4/fulltext #ResearchPaper

    3904 days ago

  • Perl scripts for science and engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Scripts

    3898 days ago

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

    3894 days ago