Results for "String"

Pages

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

    ...iles, probability distributions.etc. Utils Files: working on file paths, getting file extensions and names, testing existence, open and store in string arrays, etc.Text: convert tex...

    3938 days ago

  • Search Shell Command History

    ...ommand-name$ history | egrep -i 'scp|ssh|ftp'Emacs Line-Edit Mode Command History SearchingTo get previous command containing string, hit [CTRL]+[r] followed by search string:(reverse-i-search): To get pr...

    3605 days ago

  • Perl One liner basics !!

    ...s -e, for execute (or maybe "engage" :) ). The -e switch takes a quoted string of Perl code and executes it..... This turns on some of Perl's newer features, like say, which prints a string and appends a newline to it....

    3259 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...

    3242 days ago

  • Reverse Complement Problem Solved with Perl

    ...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 = (   &...aa++) {    my $char=substr $string, $aa, 1;    #p...

    3242 days ago

  • Pattern Matching Problem Solution with Perl

    ...c/ #Find all occurrences of a pattern in a string.#Given: Strings Pattern and Genome.#Return:...ons in Genome where Pattern appears as a substring. Use 0-based indexing.use str...xact matching kmers with sliding windowmy ($string, $myStr, $kmer)=@_;for (my $a...

    3242 days ago

  • Genome Assembly Tools and Software - PART2 !!

    ...predominantly classified into two categories: string-based model and graph-based m...nces for polymorphism discovery. SAGE – String Graph Assembly of GEnomesSAGE...NA-seq reads into RNA transcript sequences. StringGraph beta – String Grap...

    2676 days ago

  • Awesome perl frameworks, libraries and software - PART 3

    ...or MySQL (MHA), Manager part yaoweibin/ngx_http_substitutions_filter_module - a filter module which can do both regular expression and fixed string substitutions for nginx yaow...

    2484 days ago

  • Awesome perl frameworks, libraries and software - PART 4

    .../troubleshooter - setroubleshootd xSports openresty/lua-resty-string - String utilities and common hash fun...d Munin Plugins knmnyn/ParsCit - An open-source CRF Reference String Parsing Package c9s/App-gh&n...

    2484 days ago