![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
16s some qiime questions | litali | Bioinformatics | 7 | 09-02-2014 08:33 AM |
454 16S data from QIIME - what next? | Elsie | Metagenomics | 0 | 08-07-2013 06:47 PM |
QIIME constraints and time to run for 16S Illumina | danwiththeplan | Metagenomics | 4 | 03-27-2013 02:24 PM |
QIIME constraints and time to run for 16S Illumina | danwiththeplan | Bioinformatics | 0 | 03-26-2013 02:46 PM |
Who uses a MiSeq for 16S data? | capsicum | Metagenomics | 0 | 11-21-2012 02:10 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: china Join Date: Aug 2013
Posts: 18
|
![]()
Hi:
I’m totally new to this area, I've got some MiSeq 16S data. Is there tutorial like 454 Overview Tutorial("http://qiime.org/tutorials/tutorial.html") on QIIME website? thanks in advance |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,080
|
![]() |
![]() |
![]() |
![]() |
#3 | |
Member
Location: china Join Date: Aug 2013
Posts: 18
|
![]() Quote:
I hava checked this tutorial, it used for single-end,but I want to process pair-end data. Do you know other tutorial or approach to do this? thank again. |
|
![]() |
![]() |
![]() |
#4 |
Member
Location: China Join Date: Jan 2011
Posts: 11
|
![]()
qiime could not cope with pair-end datas,but if you use miseq platform ,maybe there is a overlap between pair-end data. so you can assembly the data ,then use the qiime.
|
![]() |
![]() |
![]() |
#5 |
Member
Location: Huntsville, AL Join Date: May 2008
Posts: 67
|
![]()
Very easy to use PANDASeq to assemble the paired reads and then use the assembled file in QIIME.
If you can use MacQIIME, I have a simple python script and some BASH scripts that make processing hundreds of samples very simple using default settings. Perfect for getting to know the software tools and then tweaking as you get more familiar with the tools and settings. |
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: Los Angeles Join Date: Jul 2013
Posts: 1
|
![]()
Hi there,
We are looking to combine several runs of 16S Miseq data into one large data set for analysis - 400 to 500 samples all told. If you have any ideas about streamlining Qiime analysis for a set this size, or if there are any specific trouble spots we should keep an eye out for, I'd love to hear about them! |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Location: sub-surface moon base Join Date: Apr 2013
Posts: 372
|
![]() Quote:
edit. My pipeline is for 454-data. Anyway, I'm going to adapt it for MiSeq data someday soon. Don't think much needs to be changed, just the preprocessing steps..
__________________
savetherhino.org Last edited by rhinoceros; 01-20-2014 at 01:15 PM. |
|
![]() |
![]() |
![]() |
#8 | |
Member
Location: University of Oklaoma Join Date: Oct 2012
Posts: 40
|
![]()
You know there is a pre-existing way to have multiple runs of 454, Illumina...whatever... within QIIME, right? Just add -n some integer to the split_libraries.py or split_libraries_fastq.py that exceeds the number of reads in the first library. For example, for three Illumina runs with overlapping barcodes, and 10 million reads per library
split_libraries_fastq.py -i run1_reads.fastq -b run1_barcodes.fastq -m run1mapping.txt -o Split1Out/ split_libraries_fastq.py -i run2_reads.fastq -b run2_barcodes.fastq -m run2mapping.txt -n 10000001 -o Split2Out/ split_libraries_fastq.py -i run3_reads.fastq -b run3_barcodes.fastq -m run3mapping.txt -n 20000002 -o Split3Out/ Note that "-n" increments as you add libraries to some arbitrary number that is larger than the total possible number of reads in the previous library. This is done to number each sequence in the output seqs.fna so that there are no overlapping read names in each file. Afterwards you would take the output from each SplitOut folder and concatenate them into a single seqs.fna cat Split1Out/seqs.fna Split2Out/seqs.fna Split3Out/seqs.fna > seqs.fna After this, make a new mapping file with all your samples in it. And then run the remainder of your QIIME workflow as you want. You'll get errors about duplicate barcodes, but post split_libraries this is irrelevant. See http://qiime.org/scripts/split_libraries_fastq.html for more guidance for this command, or here http://qiime.org/tutorials/denoising_454_data.html and here http://qiime.org/scripts/split_libraries.html if you have conventional or 454 libraries. Quote:
|
|
![]() |
![]() |
![]() |
#9 |
Member
Location: India Join Date: Jun 2010
Posts: 20
|
![]()
Check out this tutorial for Pre-processing Paired end Illumina data for QIIME
https://sites.google.com/a/brown.edu...ime-tutorial-3 |
![]() |
![]() |
![]() |
Thread Tools | |
|
|