Question 1-2: Perl_X.Q2.pl (Jessen) Question 3: Perl_X.Q3.pl (Jessen) Question 4: Perl_X.Q4.pl (Jessen)
Question 1-2: Perl_X.Q2.pl (Jessen) Question 3: Perl_X.Q3.pl (Jessen) Question 4: Perl_X.Q4.pl (Jessen)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55… (read more)
Trinity workshop Trinity Publication Tuxedo workshop Tuxedo Publication
Useful links for Problem Set: BioPerl BioPerl BLAST Command Line Applications User Manual Preparation (from command line): 1. Download uniprot_sprot: curl -O "ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz" 2. Unzip the file. gunzip uniprot_sprot.fasta.gz PROBLEM 1: Bio::DB::Fasta 1. write a script to retrieve all IDs from uniprot_sprot.fasta using the Bio::DB:Fasta method: $db->get_all_primary_ids … (read more)
Files, etc for Problem Set X: Statistics::Descriptive module Microarray.pm Perl X Problem Set ==================== 1. Take a look at the Statistics::Descriptive module on cpan. 2. Write a script that uses the methods in Statistics::Descriptive to calculate the standard deviation, median, min, and max of the following numbers: 12,-13,-12,7,11,-4,-12,9,6,7,-9 Optional questions: 3.Add a… (read more)
Perl IX: References Problem Set Pre Questions: P1. Create an array, retrieve the reference(address), print the reference(address). my @array = (‘a’ , 123, ‘book’ , ‘end’); P2. Use the reference to print out the 2nd and 3rd elements. P3. Create a hash, retrieve the reference (address), print the reference. P4. Use the reference… (read more)
Solutions to Perl II Problem Sets================================ Perl_III Problem 1 (Jessen) Perl_III Problem 2 (Jessen) Perl_III Problem 3 (Jessen) Perl_III Problem 4 (Jessen) Perl_III Problem 5 (Jessen)
Solutions to Perl II Problem Sets================================ Perl_II Problem 1 (Jessen) Perl_II Problem 2 (Jessen) Perl_II Problem 3 (Jessen) Perl_II Problem 4 (Jessen) Perl_II Problem 5 (Jessen) Perl_II Problem 6 (Jessen) Perl_II Problem 7 (Jessen) Perl_II Problem 8 (Jessen) Perl_II Problem 9 (Jessen) Perl_II Problem 10 (Jessen) Perl_II Problem 11 (Jessen) Perl_II Problem 12 (Jessen)
Solutions to UNIX Problem Sets================================Unix_1 (Jessen)Solutions to Perl I Problem Sets================================Perl_1 (Jessen)
Perl VIII – Modules – Problem Set 1. Download and install a module using CPAN $ cpan CPAN should ask if you want to configure automatically. Say YES. Once it’s done configuring, you should get a cpan prompt like this: cpan> Type the following to install the module Math::Round: … (read more)