Results for "R"

Pages

  • 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 revers...$string="AAAACCCGGT";my $finalString="";my %hash = (  ...aa++) {    my $char=substr $string, $aa, 1; ...

    3241 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.#Giv...GTCGCATGATGCATGAGAGCT";my $kmer=4; my %myHash;my $max=0;for (...x = $km;}    #print "$km\t$myStr\n"; &nbs... #print "$myWin eq $myStr\n";     &...

    3241 days ago

  • Pattern Matching Problem Solution with Perl

    Problem at http://rosalind.info/problems/1c/ #Find all occurrences of a pattern in a string.#...ven: Strings Pattern and Genome.#Return: All starting positions...-based indexing.use strict;use warnings;my $string="GATATATGCATA...or (my $aa=0; $aa<=(length($string)-$kmer); $aa++) { &nb...

    3241 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

    2322 days ago

  • Genome Assembly Tools and Software - PART2 !!

    The genome assemblers generally take a file of short sequence reads and a file of...dash; Post Assembly Genome Improvement ToolkitPAGIT (Pos...lysis by relieving investigators from the burdens of data pre...omic Assembly / utilizing Supervised LearningMetaVelvet ...

    2674 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    licheng/gccfilter - gccfilter is a perl filter to colorize and simplify (or expand) g...i/font-ttf - Font::TTF Perl Module SFR-ZABBIX/Zabbix-AP...+Mojo-Weixin的完整Windows运行环境 scrottie/WWW-Workflowy - Fak...ations of feed updates vti/perltuts.com-tutorials - Tut...

    2483 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    fujiwara/perl-queue-q4pg-lite - simple message queue using PostgreSQL. formbuilder/formbuilder - Perl CGI::FormBuilder...te - Find cut-n-pasted Perl code mfontani/Net-Amazon-Ro...ly-defined specifications. wertarbyte/hetzner-rdns - up...

    2483 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    ...sp;- A set of Munin plugins for PHP5-FPM perusio/nginx-munin - A set...database schemas michaeldexter/vmrc - Virtual Machine r...te/Colormake - A simple wrapper around make to colorize...fe DBI connection management redondos/mutt - mutt confi...

    2483 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    robelix/sub2srt - subtitle converter reyjrar/graphite-scripts - A Collections of S...n motemen/App-htmlcat - redirect stdin to web browser...le and dumb file system watcher mhop/fhem-mirror - Bran...gins and pnp4nagios templates related to Puppetlab's PuppetDB...

    2483 days ago

  • Hello Python World !

    As I mentioned earlier, I will keep on posting one Python script per day to introduce you to Python programming. Whether you are an experie...tended for everyone who wishes to learn the Python programming langu...ine (and also includes a newline). Create a file Hello.py print(...

    2171 days ago