Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hamcan
    Member
    • Nov 2016
    • 19

    #1

    Average Insert Size

    Hi there,
    I ran an Illumina HiSeq run 2x250 and wanted to know how I could find out the average insert size from my fastq files?

    Thanks in advance!
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    There are three primary ways. I'll describe how to do them using the BBMap package.

    1) Via mapping, which requires a reference:
    bbmap.sh in1=r1.fastq in2=r2.fastq ref=ref.fasta ihist=ihist.txt reads=2m pairlen=2000

    2) Via overlap, which requires overlapping reads (they probably overlap given you ran at 2x250):
    bbmerge.sh in1=r1.fastq in2=r2.fastq ihist=ihist.txt reads=2m

    3) Via assembly, which requires sufficient read depth and memory to assemble the genome:
    bbmerge-auto.sh in1=r1.fastq in2=r2.fastq ihist=ihist.txt extend2=200

    2 is the fastest. The best choice and best settings depend on your data, though. Can you describe the organism, experiment, and target insert size?

    Comment

    • hamcan
      Member
      • Nov 2016
      • 19

      #3
      Thanks for responding so quickly!
      Well I ran a HiSeq run on environmental water samples. So it's a metagenomics experiment. The purpose of the experiment is to look at what species are predominant in certain bodies of water. I am looking at bacterial species more specifically.

      I am going to run trimmomatic to trim my reads and remove adapter sequences. Afterwards I am going to use FLASh to merge my reads. In order to find the correct parameters to use for FLASh I need to figure out my average insert size. Hence that is why I am trying to find out how to do that.

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        Full disclosure - I developed BBDuk and BBMerge. In my testing, BBDuk has greater accuracy than Trimmomatic, and BBMerge has greater accuracy than Flash. But you can certainly determine your insert size with BBMerge and then use that with Flash, if you wish. In my experience that's not necessary; Flash will not give substantially better output even when you know the average insert size apriori. Rather, it will output a helpful message when you give it settings it finds inappropriate. You can then correct them, but it will still yield similar results, in my experience.

        Unless you answer all of the questions posed, nobody can give you optimal advice... for example, what's the target insert size?

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-13-2026, 12:22 PM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-11-2026, 10:35 AM
        0 responses
        19 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        33 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        51 views
        0 reactions
        Last Post SEQadmin2  
        Working...