Results for "matches"

Blogs

Bookmarks

  • DarkHorse

    ...teins on a genome-wide basis. It works by selecting potential ortholog matches from a reference database of amino acid sequences, then using these matches to calculate a lineage probab...

    2880 days ago

  • Kaiju

    ...ng a modified backward search on a memory-efficient implementation of the Burrows-Wheeler transform, which finds maximum exact matches (MEMs), optionally allowing mismatches in the protein alignment. The...

    2875 days ago

  • +8 more Bookmarks

Top-level pages

Wire posts

  • To count the number of matches in a string !!! $str = "one.two.three.four"; $n =()= $str =~ /\./gi; print $n; #Tipsoftheday #Perl

    3886 days ago

  • regex (?(3)foo|fu)bar - Matches foo if 3rd subpattern has matched, fu if not #Tipsoftheday #Regex

    3747 days ago

  • +1 more Wire posts

News

Video

Bio-Scripts

Tags

  • Extract ten lines below matched string with grep: grep -A 10 "string" filename1 ; -B for above and -C for both #grep #Linux #Tricks #Lines #Matches

    Tags: grep, Linux, Tricks, Lines, Matches

    2727 days ago

  • LAMSA: fast split read alignment with long approximate matches

    LAMSA (Long Approximate Matches-based Split Aligner) is a novel split alignment approach with faster speed and good ability of handling SV events. It is well-suited to align long reads (over thousands of base-pairs). LAMSA takes takes the advantage of the rareness of SVs to implement a specifi...

    Tags: LAMSA, fast, split, read, alignment, long, approximate, matches

    2188 days ago

Comments