Results for "DNA String"

Pages

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

    ...nce analysis Sequence and Site objects, with various Alphabet support (DNA, RNA, Proteins, Codons, any '...getting file extensions and names, testing existence, open and store in string arrays, etc.Text: convert tex...

    3959 days ago

  • BioRuby :Ruby packages for biologist

    BioRuby is a package of Open Source Ruby code, with classes for DNA and protein sequence analysis, alignment, database parsing, and other Bioinformatics tools.BioRuby project provides a...

    3959 days ago

  • Bioinformatics Articles links

    I found several useful bioinformatics articles which exaplain, define and elaborate&nb...io-IT World , Sept. 24, 2002. Calculating with DNA By Salvatore Salamone,&n...r 2002. Hitachi Soft develops low-cost human genome DNA ch...

    3933 days ago

  • Introduction to Bioinformatics

    Bioinformatics (Genomics) Biocomputing in a Nutshell. Biologist's Guide to Interne...t selection of bioinformatics tools training at NYU DNA composition and Exon predicti...res indicative of protein-coding function in genomic DNA B...

    3933 days ago

  • Search Shell Command History

    We use couple of hundreads of command in daily basis. Most of them are a...dit Mode Command History SearchingTo get previous command containing string, hit [CTRL]+[r] followed by search string:(reverse-i-search): To get pr...

    3626 days ago

  • Perl One liner basics !!

    Perl has a ton of command line switches (see perldoc pe...r maybe "engage" :) ). The -e switch takes a quoted string of Perl code and executes it....of Perl's newer features, like say, which prints a string and appends a newline to it....

    3281 days ago

  • Frequent words problem solution by Perl

    ...the most frequent k-mers in a string.#Given: A DNA string Text and an integer k.#Return...r).use strict;use warnings;my $string="ACGTTGCATGTCGCATGATGCATGAGAG...nbsp;  my $km=kmerMatch ($string, $myStr, $kmer);  ...or (my $aa=0; $aa<=(length($string)-4); $aa++) {   &nb...

    3264 days ago

  • Reverse Complement Problem Solved with Perl

    ...ms/1b/ #Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the...warnings;my $string="AAAACCCGGT";my $finalString="";my %hash = (   &...a++) {    my $char=substr $string, $aa, 1;    #p...

    3264 days ago

  • Pattern Matching Problem Solution with Perl

    Problem at http://rosalind.info/problem...d all occurrences of a pattern in a string.#Given: Strings Pattern and Genome.#Return:...enome where Pattern appears as a substring. Use 0-based indexing.use str...ching kmers with sliding windowmy ($string, $myStr, $kmer)=@_;for (my $a...

    3264 days ago

  • Genome Assembly Tools and Software - PART2 !!

    ...RNA transcript sequences. StringGraph beta – String G...rms detection and assembly of DNA insertion variants in NGS read d...l annotations. TIGER – DNA Sequence AssemblyTiger is a...am that uses a short starting DNA fragment, often a EST or partial...

    2697 days ago