Results for "k-mer"

Blogs

Bookmarks

Pages

Top-level pages

Bio-Scripts

  • Estimate Genome Size

    # Count k-mer occurrence using Jellyfish 2.2.6 jellyfish count -t 8 -C -m 19 -s 5G -o 19mer_out --min-qual-char=? sread_1.fastq sread_2.fastq # points for a histogram jellyfish histo -o 19mer_out.histo 19mer_out #Plot results using R ##load the data into dataframe19 dataframe19

    2256 days ago

  • Estimate Genome Size with Jellyfish and R

    ...umber of treads to be used in the run. eg: 1,2,3,..etc. #-C -both-strands Count both strands #-m -mer-len=unit32 Length of the k-mer #-s -size=unit32...

    2238 days ago

  • +3 more Bio-Scripts

Comments