Git Product home page Git Product logo

mockcommunity's Introduction

Nanopore GridION and PromethION Mock Microbial Community Data

Description of data

Zymo Community Standards 2 (Even)

  • 10 species, all with equal genomic DNA input
  • Useful for evaluating nanopore assembly and taxonomic assignments
  • GRIDION
    • Bead-beating (~10Gb) (GRIDION-EVEN-BB)
    • Metapolyzyme (~10Gb) (GRIDION-EVEN-MPZ)
    • Hybrid BB + MPZ (~17Gb) (GRIDION-EVEN-MPZ-BB)

Zymo Community Standards 2 (Log/Staggered)

  • 10 species from 10^2 - 10^7 genomic DNA abundance
  • Useful for evaluating limit of detection at high coverage
  • PromethION
    • Bead-beating (~130Gb) (PION-LOG-BB)

Data availability

Basic run stats

PION-LOG-BB (PromethION)

Active channels:        2746
Mean read length:       3699.9
Mean read quality:      8.9
Median read length:     3342.0
Median read quality:    9.4
Number of reads:        35556299
Read length N50:        5071
Total bases:    131556241641
Number, percentage and megabases of reads above quality cutoffs
>Q5:    33095038 (93.1%) 13026.4Mb
>Q7:    29654587 (83.4%) 12130.3Mb
>Q10:   12428259 (35.0%) 5346.4Mb
>Q12:   43721 (0.1%) 13.3Mb
>Q15:   24 (0.0%) 0.0Mb

PION-LOG-Yield

PION-LOG-ReadlengthLog

GRIDION-EVEN-BB (Zymo_CS_LSK109)

GRIDION-EVEN-MPZ (GridION-Zymo_CS_MPZ_LSK109)

GRIDION-EVEN-MPZ-BB (Zymo_CS_MPZBB_LSK109)

Initial assembly

minimap2 -t 24 -x ava-ont GridION-Zymo_CS_ALL3_LSK109.all.fq GridION-Zymo_CS_ALL3_LSK109.all.fq | gzip > GridION-Zymo_CS_ALL3_LSK109.all.fq.paf.gz
miniasm -f GridION-Zymo_CS_ALL3_LSK109.all.fq GridION-Zymo_CS_ALL3_LSK109.all.fq.paf.gz > GridION-Zymo_CS_ALL3_LSK109.all.gfa

kraken2 taxonomic assignment

  • hash.k2d (30 Gb, b327a46e5f8122c6ce627aecf13ae5b1)
  • opts.k2d (48 b,e77f42c833b99bf91a8315a3c19f83f7)
  • taxo.k2d (1.7 Mb764fee20387217bd8f28ec9bf955c484)
mkdir kraken2-microbial-fatfree/
cd kraken2-microbial-fatfree/
wget https://refdb.s3.climb.ac.uk/kraken2-microbial/hash.k2d
wget https://refdb.s3.climb.ac.uk/kraken2-microbial/opts.k2d
wget https://refdb.s3.climb.ac.uk/kraken2-microbial/taxo.k2d

awk '/^S/{print ">"$2"\n"$3}' GridION-Zymo_CS_ALL3_LSK109.all.gfa > 12 GridION-Zymo_CS_ALL3_LSK109.all.gfa.fa
kraken2 --db kraken2-microbial-fatfree/ --threads 12 GridION-Zymo_CS_ALL3_LSK109.all.gfa.fa > GridION-Zymo_CS_ALL3_LSK109.all.gfa.fa.krak2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.