Results for "Split"

Blogs

Bookmarks

  • LAST

    ...pare DNA to proteins, with frameshifts. Compare PSSMs to sequences Calculate the likelihood of chance similarities between random sequences. Do split and spliced alignment. Train...

    2975 days ago

  • PRISM

    PRISM is a software for split read (reads which span across a structrual variant -- SV ) mapping and SV calling from the mapping result. PRISM is able to detect small insertions a...

    2699 days ago

  • +8 more Bookmarks

Top-level pages

Wire posts

  • Rename the fasta name perl -ane 'if(/\>/){$a++; @foo = split /\s+/;$_ = join '_', @foo; print "$_\n"}else{print;}' your.fasta > new.fa #PerlTrick #PerlOneliner #Perl

    2785 days ago

  • Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks

    2777 days ago

  • +12 more Wire posts

ResearchLabs posts

  • The Mills lab

    ...pped pairs of clone ends; (ii) read-depth analysis, which detects deletions and duplications through analysis of the read depth-of-coverage; (iii) split read analysis, which detects...

    2989 days ago

Bio-Scripts

Tags

  • Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks

    Tags: Split, Break, Line, Ubuntu, Linux, Tricks

    2777 days ago

  • Slice on the fly with perl: my ($username, $real_name) = (split /:/, $str)[0, 4]; #Perl #PerlTrick #Split

    Tags: Perl, PerlTrick, Split

    2744 days ago

  • +7 more Tags

Comments