User Tools

Site Tools


population-diversity:microbiome-analysis-with-qiime2-using-illumina-paired-end-sequence-data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
population-diversity:microbiome-analysis-with-qiime2-using-illumina-paired-end-sequence-data [2020/03/28 11:28] bnginapopulation-diversity:microbiome-analysis-with-qiime2-using-illumina-paired-end-sequence-data [2020/03/30 13:48] bngina
Line 10: Line 10:
  
 We import raw fastq files into qiime2. Depending on the sequencing platform used to generate the data, you will have data that has been de-multiplexed into sample specif fastq files, or not. The MiSeq platform at [[ https://hub.africabiosciences.org/| BecA-ILRI Hub]] will de-multiplex the data and we get sample specific fastq files. We import raw fastq files into qiime2. Depending on the sequencing platform used to generate the data, you will have data that has been de-multiplexed into sample specif fastq files, or not. The MiSeq platform at [[ https://hub.africabiosciences.org/| BecA-ILRI Hub]] will de-multiplex the data and we get sample specific fastq files.
 +
 +Read more about [[ https://docs.qiime2.org/2020.2/tutorials/importing/|different data types and importing them into qiime2]] for anlaysis. We will be importing data described as type //Cassava 1.8 paired-end de-multiplexed fastq//.
 +
 +To import fastq files;
 +
 +<code>
 +
 +#i create a directory to store all my ''.qza'' artefact and the related visualizations i.e ''.qzv''.
 +qiime tools import \
 + --type 'SampleData[PairedEndSequencesWithQuality]' \
 + --input-path /home/bngina/Fellows/Yves_Tchiechoua/orig_data \
 + --input-format CasavaOneEightSingleLanePerSampleDirFmt \
 + --output-path /home/bngina/Fellows/Yves_Tchiechoua/qiime2_data/yves_data1.qza
 +</code>
population-diversity/microbiome-analysis-with-qiime2-using-illumina-paired-end-sequence-data.txt · Last modified: 2020/04/29 15:09 by bngina