Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iltisanni
    Member
    • Mar 2017
    • 21

    #1

    Favourite Software

    Hello,

    within the next months we want to start our own runs with the MinION.
    ___________________________
    One question besides:
    First I read that the reads are in hast5 format and have to be extracted with eg. poretools.
    Then I read that the output data is in fastq format.
    What output format is generated by MinION-sequencing?
    ___________________________

    Anyway, what I'm really interested in is what Software-pipelines you guys use and what you can recommend for denovo Assembly, Alignment, (differential)gene-expression, snp/indel detection?


    I already found this list: http://bioinformaticsonline.com/blog...-data-analysis
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    Both the command-line program ONT provides for basecalling (Albacore) and the GUI Client that does sequencing and optionally basecalling (MinKNOW) can now output fastq files directly, no need to extract them from the fast5 files. The fast5 extraction was necessary about a year ago.

    Comment

    • iltisanni
      Member
      • Mar 2017
      • 21

      #3
      That's great.

      Now how about the further software pipeline.
      Any recommendations for denovo Assembly, Alignment, (differential)gene-expression, snp/indel detection?

      Comment

      • gringer
        David Eccles (gringer)
        • May 2011
        • 845

        #4
        I can tell you what I use, but it's unlikely to be what other people prefer, because there's a lot of manual computational legwork involved.

        De-novo Assembly -- Canu. Flye and MARVEL sound promising, but I've yet to test them out.

        Alignment -- minimap2 and/or LAST, depending on the application. LAST is particularly good at quickly picking up duplicated adapters in chimeric reads; I combine the output of LAST with my work-in-progress maf_bcsplit script to make results a bit easier to understand (it parses the MAF format produced by LAST into one-line-per match statistics like start/end/mapped percent).

        Differential gene expression -- count transcripts directly via mapping with minimap2, use DESeq2 for differential expression tests. Kallisto/Sleuth may work as well, but possibly not given that I didn't have great results when using Salmon for gene counting based on minimap2-mapped transcripts.

        SNP/INDEL detection -- I currently use samtools mpileup in combination with my own readstomper script to get base-level genotype frequencies. I'd like to look into doing a read-level haplotyping analysis, or at least multi-genotype (e.g. see this paper, or this paper), but have yet to try that. For mapping to known strains / genomes, Centrifuge should work; I think it's what ONT uses now for their What's In My Pot analysis tool.
        Last edited by gringer; 02-05-2018, 02:04 AM.

        Comment

        • iltisanni
          Member
          • Mar 2017
          • 21

          #5
          Thank you.
          I hope our MinION arrives this month, then I will use your recommended Software and see if the output satisfies me :-)

          Comment

          • iltisanni
            Member
            • Mar 2017
            • 21

            #6
            Update:

            We sequenced some genomes so far (rapid sequencing Kit - SQK-RAD004) and the software we are using successfully on Ubuntu 18.04 is:

            albacore - for basecalling (of course)
            porechop - to trim adapters
            canu - for assembly
            nucmer - to find overlapping trimming points if the genome is circular
            minimap2 - for alignment
            samtools - for sorting and indexing the bam files from minimap2
            nanopolish - for assembly polishing
            pilon - for hybrid assembly polishing
            Until now we haven't tried SNP/INDEL detection or differential gene expression.

            So your recommended software works quite good and we are happy with it so far.

            Thank You again !
            Last edited by iltisanni; 07-18-2018, 03:48 AM.

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