Results for "PERL"

Tags

  • Manshi Raghubanshi

    I recently join Bioinformatics as a post grad student. My interest is in genomics and next generation sequencing technologies. I love to explore the area and do my research in it.

    Skills: Biotechnology, Bioinformatics. Creative writting, Perl, C, C++

    3350 days ago

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

    Tags: Tipsoftheday, Perl

    3904 days ago

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

    Tags: Perl, QuickGuide

    3904 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

    Tags: Tipsoftheday, Perl

    3890 days ago

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

    Tags: Tipsoftheday, Perl

    3890 days ago

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

    Tags: Perl, Tipsoftheday

    3903 days ago

  • Bioinformatics 101 - Running BLAST

    How to format the database for BLAST, run the command, view the output file, and use BioPerl and Perl to parse the output. By David Francis, Ohio State University. Delivered live at the Tomato Disease Workshop 2010. For more information, please visit http://www.extension.org/pages/32521/bioinform...

    Tags: BLAST, Perl, BioPerl, Bioinformatics

    3884 days ago

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

    Tags: Tipsoftheday, Perl

    3898 days ago

  • Perl and BioPerl Tutorials

    This bookmark is created to store the useful Perl and BioPerl tutorial links at one place. Feel free to share and add more useful tutorial links here ....   

    Tags: Perl, BioPerl, Tutorial, Educational Material

    3891 days ago

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

    Tags: Perl, FASTA, Genbank

    3856 days ago