Results for "Reserve"

Users

  • Charmain

    Charmain

    About me: Endocrinologist Elijah Inouye from Saint Paul, enjoys to spend some time games, ways to make money on the side and wine making. Discovers the charm in going to destinations around the world, of late only coming back from Tsingy de Bemaraha Strict Nature Reserve.

    3715 days ago

Blogs

Tags

  • 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 Pattern.use strict;use warnings;my $string="AAAACCCGGT";my $finalString="";my %hash = (    "C" => "G",   ...

    Tags: Bioinformatics, Computational Biology, Education, Solution, Puzzle, Study, Script, Perl, Reserve, Complementary

    3254 days ago