Results for "K-mer"

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

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

    2236 days ago

  • Running Trinity on RNA-seq !

    ...---------- ----------- Jellyfish -------------------- -- (building a k-mer catalog from reads) -- -----...---------- ----------- Jellyfish -------------------- -- (building a k-mer catalog from reads) -- -----...

    2117 days ago

  • Simulate the reads !

    ...6/reformat.sh \ in=illumina1.fastq.gz in2=illumina2.fastq.gz out=illumina.int.fastq 2>/dev/null # use KmerGenie 1.7051 to get an idea of k-mer with that produces longest N5...

    918 days ago

  • Bash script to simulate a genome !

    ...6/reformat.sh \ in=illumina1.fastq.gz in2=illumina2.fastq.gz out=illumina.int.fastq 2>/dev/null # use KmerGenie 1.7051 to get an idea of k-mer with that produces longest N5...

    908 days ago