Comment on "RPKM normalization - Perl"
Usage: perl rpkm_script_beta.pl sample_count_test.count 2:9 28 > sample_count_test.rpkm Colum1 in the input matrix is gene name, column 2 to 9 samples with correspond...3051 days ago
Comment on "Perl and BioPerl Tutorials"
Learn and execute perl online http://www.tutorialspoint.com/execute_perl_online.php3058 days ago
Comment on "Generating a random string with Perl"
Hmmm interesting, but I prefer Perl module String::Random; use String::Random;my $pass = String::Random->new;print "Your password is ", $pass->randpattern("CCcc!ccn"), "\n"; This would output something like this:Your password is UDwp$tj53087 days ago
Comment on "Perl and BioPerl Tutorials"
Perl FAQ with nice explanation http://learn.perl.org/faq/perlfaq4.html3403 days ago
Comment on "Perl and BioPerl Tutorials"
Refresh Perl in five minutes http://www.molecularevolution.org/molevolfiles/presentations/Perl_BioPerl.pdf3413 days ago
Comment on "Perl and BioPerl Tutorials"
Bioinformatics, perl, and other scripts at https://code.google.com/p/stajichlab/source/browse/#svn%2Ftrunk3413 days ago
Comment on "Perl and BioPerl Tutorials"
Perl for bioinformatics script, manual, chapter tutorial at https://code.google.com/p/perl-for-bioinformatics/source/browse/3414 days ago
Comment on "Perl and BioPerl Tutorials"
Perl for biologist http://cbsu.tc.cornell.edu/lab/doc/PerlBio_08.pdf3443 days ago
Comment on "Perl and BioPerl Tutorials"
A Quick, Painless Introduction to the Perl Scripting Language http://heather.cs.ucdavis.edu/~matloff/Perl/PerlIntro.pdf3443 days ago
Comment on "Which of the following programming language is best for a bioinformatics beginner?"
Well, if you are doing NGS analysis, C and C++ is a good option. It is a lower level language compared to R, PERL, & Python. But, due to the huge amount of data content in NGS, t...3710 days ago