Results for "B"

Pages

  • Reverse Complement Problem Solved with Perl

    Question at http://rosalind.info/problems/1b/ #Find the reverse complement of a DNA s...g="AAAACCCGGT";my $finalString="";my %hash = (    "C" => "G",...=> "T",     "T" => "A",     "G" => "C",...

    3308 days ago

  • Frequent words problem solution by Perl

    ...ed with perl http://rosalind.info/problems/1a/ #Find the most frequ...a<=(length($string)-4); $aa++) {&nbsp;&nbsp; &nbsp;my $myStr=substr&nbsp; $string, $aa,$kmer;&nbsp;&nbsp; &nbsp;#print "$myStr...a<=(length($string)-4); $aa++) {&nbsp;&nbsp; &nbsp;my $myWin=subs...

    3308 days ago

  • Pattern Matching Problem Solution with Perl

    Problem at http://rosalind.info/problems/1c/ #Find all occurrences of a...Genome where Pattern appears as a substring. Use 0-based indexing.u...y $string="GATATATGCATATACTT";my $subStr="ATAT";my $kmer=length($su...ring)-$kmer); $aa++) {&nbsp;&nbsp;&nbsp; my $myWin=substr&nbsp; $st...

    3308 days ago

  • Clump Finding Problem Solved with Perl

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

    2390 days ago

  • Genome Assembly Tools and Software - PART2 !!

    ...ry-intensive, only a few assemblers, best suited for your assembly. For the sake of computatio...sembly into HaplotypesShoRAH&nbsp;is a software package that....0 – Detection and Assembly of Insertion VariantsMindTh...ve significantly on the transABySS and Trinity de novo&nbsp;...

    2741 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    licheng/gccfilter&nbsp;- gccfilter is a perl filte...e script are currently in use by the Lab, so expect full supp...bsp;- Perl DBI driver for Firebird marioroy/mce-perl&nbsp;-...ade stocks and ETFs with free brokerage Robinhood and Perl r...masak/psyde&nbsp;- A static webpage manager (written in Perl...

    2550 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    ...ujiwara/perl-queue-q4pg-lite&nbsp;- simple message queue using PostgreSQL. formbuilder/formbuilder&nbsp;- Perl CGI::FormBuilder module for generating,...ysis. carwynmoore/perl-nats&nbsp;- A Perl client for the NAT...API) mikecardwell/pipe2imap&nbsp;- Pipe2IMAP is a Perl scrip...

    2550 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    ...ous.org/prophet masak/proto&nbsp;- A a hyper-lightweight dep...Minecraft osklil/hls-fetch&nbsp;- Download and decrypt vide...nbsp;- Tora! Tora! Tora! stepb/urxvt-tabbedex&nbsp;- Tabbed...e-C linux-test-project/lcov&nbsp;- LCOV gamelinux/echidna&n...

    2550 days ago

  • Awesome perl frameworks, libraries and software - PART 5

    robelix/sub2srt&nbsp;- subtitle converter reyjrar/graphite-scripts&nbsp;- A Collections of Scripts...at&nbsp;- redirect stdin to web browser moose/Moo&nbsp;- Min...em watcher mhop/fhem-mirror&nbsp;- Branch 'master' is a read...templates related to Puppetlab's PuppetDB project. goccy/p5...

    2550 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 experienced programmer or not, th...

    2238 days ago