Results for "Programming with Perl"

Pages

  • Bio++ : C Language libraries for your biological need

    C has always been a language that never attempts to tie a programmer do...easy implementation, it comes with a genuinely useful standard library...ximately all problems related with biology. Some of the new fea...c trees.IO from newick files, with support for multiple entries....

    3948 days ago

  • Ruby Language

    ...uage that balanced functional programming with imperative programming Ruby is a dynamic, reflectiv...t combines syntax inspired by Perl with Smalltalk-like features. Ruby...t was influenced primarily by Perl, Smalltalk, Eiffel, and Lisp. Ruby supports multiple programming paradigms, including f...

    3948 days ago

  • Bioinformatics Articles links

    I found several useful bioinformatics articles which exaplain, define a...t again I decided to share it with you. Here is the list of some...article from The Scientist A Programming Course in Bioinformati...p;, Sept. 2, 2002. IBM teams with TurboGenomics By Salvato...Sept. 24, 2002. Calculating with...

    3922 days ago

  • Introduction to Bioinformatics

    Bioinformatics (Genomics) Biocomputing in a Nutshell. Biologist's Guide to Internet Reso...EMBNet Biocomputing Tutorials Finding the genes in the genomic sequences The Genetic Prog...

    3922 days ago

  • Linux Sort Commands for Bioinformatics

    Almost all the scripting languages such as Perl, Python etc have built-in sort, but unfortunately none of them are a...space efficiency GNU sort stands at the top. It can sort a 20Gb file with less than 2Gb memory. It is n...

    3627 days ago

  • Perl One liner basics !!

    ...s you can't use single-quotes within the one liner code. If you'...ad.I'm always forgetting what Perl's predefined special variable...test them at the command line with a one liner to see what they...of -e. This turns on some of Perl's newer features, like say, w...

    3270 days ago

  • Frequent words problem solution by Perl

    Solved with perl http://rosalind.info/problems/1a/ #Find the most frequent k-mers in a string.#Given: A DNA..." if $myHash{$name} == $max;}sub kmerMatch { #Check the exact matching kmers with sliding windo...

    3253 days ago

  • Reverse Complement Problem Solved with Perl

    Question at http://rosalind.info/problems/1b/ #Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the reverse complement of Pa...

    3253 days ago

  • Pattern Matching Problem Solution with Perl

    Problem at http://rosalind.info/problems/1c/ #Find all occurrences of a pattern in a string.#Given: Strings Patte...Match ($string, $subStr, $kmer);sub kmerMatch { #Check the exact matching kmers with...

    3253 days ago

  • Clump Finding Problem Solved with Perl

    The question at http://rosalind.info/problems/1d/ Script are moved to http://bioinformaticsonline.com/snippets/view/34633/clump-finding-problem-solved-with-perl

    2334 days ago