Giter Club home page Giter Club logo

dada2_to_qiime's Introduction

dada2_to_qiime

Convert DADA2 Seqtabs to QIIME files

usage: dada2_to_qiime.py [-h] -i INPUT [-t THREADS] [-p PREFIX]

Convert a dada2 seqtab to qiime formatted goodies

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        The input file
  -t THREADS, --threads THREADS
                        The number of threads to use for QIIME functions
  -p PREFIX, --prefix PREFIX
                        The prefix for each unique sequence variant i.e SV1

Instructions

After creating your bimeric filtered seqtab in DADA2, write it out to a CSV

seqtab.nochim <- removeBimeraDenovo(seqtab, verbose=TRUE, multithread=TRUE)
write.csv(seqtab.nochim, file = "seqtab.nochim.csv")

Next run the dada2_to_qiime.py script

dada2_to_qiime.py -i seqtab.nochim.csv

This will create:

  • seqtab.nochim.otutable
  • seqtab.nochim.repset
  • dada_to_qiime.sh

Outputs explained

seqtab.nochim.otutable
A transposed version of the seqtab.nochim.csv with each fill length sequence variant replaced with a simple numerical notation, i.e. SV1

seqtab.nochim.repset
A mapping between the numerical notations and the actual sequence variants

dada_to_qiime.sh
A shell script that will

  • Build a tree
  • Assign taxonomy
  • Create a biom
  • Create a new level of taxa for looking at sequence variants

dada2_to_qiime's People

Contributors

gblanchard4 avatar

Watchers

James Cloos avatar Gloria Iriarte avatar

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.