even i am not able to this steps. i had convert sff file to fastq file and then merged the replicates. then make it as a single file that is casava-18-single end
Dear @Nis_12,
sorry to jump in, but I would suggest you to think harder at pro and cons on merging the replicates as you are trying to do. You will have less file to handle at this point, that is only the importing step because after import would not make any real difference, but on the cons side you are loosing the flexibility to investigate if samples replicate behave similarly, ie you wont be able to remove outliers when analysing alpha/beta- diversity. So it is worthy to make your life easy now but potentially much harder at analysis time where you want to focus on identify differences among groups?
If you importing with a manifest file, the barcode is not a problem because they wonât compare in any file, you can remove them form the metadata file if you have in there because they are simply redundant with the unique sample/group identifier.
Best wishes
go to: view.qiime2.org
drag the *.qzv file into the web browser.
You should be able toe. view the demux file that way.
Ben
dear ben as i have completed my analysis. as what results are major used for publication and my last question is how to generate alpha rarefration curve through r.
Congratulations!
This depends on the biological question. You should talk to your PI about your results and see what they think is most interesting. You can tell us about your biological question too!
âMoving Picturesâ tutorial â QIIME 2 2019.10.0 documentation
Why do this in R and not Qiime 2?
See the rarecurve()
function on this page: An introduction to the downstream analysis with R and phyloseq â micca 1.7.0 documentation
Colin
i had generated through qiime2 but that graph is based on only bardode based on sample based. as i want that the curve shows the results on sample-id based not in barcode. here i have attach my result
even i am not able to retrieve the result in svg and png format
Have you tried changing the value of the Sample Metadata Column drop down box? What other options are in that drop down box, and does it includes sample-id?
no there is no option for sample-id.
Hi @Nis_12,
yes you are right, the rarefaction plug in exclude the sample-id column from the output.
Now the question is on the metadata file you used, there is any column that contain unique value, that could be used as alternative to sample-id?
An example, if in your metadata you have, eg:
sample-id barcode
sample1 bc1
sample2 bc2
sample3 bc3
In this case, visualising the rarefaction curve using the âbarcodeâ category in the drop-down list will be the same as using âsample-idâ.
If you have the sample with same barcode (as I suspect because you merged the samples), you probably have to repeat the rarefaction step, adding a further column in the metadata file that reflect the sample-id (the name of the column does not really matter as long as is not reserved, eg, âunique-idâ should work if my memory is not failing me), such as:
sample-id barcode unique-id
sample1 bc1 sample1
sample2 bc2 sample2
After visualising the file, you should be able to switch the plot to visualise the âunique-idâ category.
Luca
PS this is something that happens only with the rarefaction plug-in, because the visualiser for the diversity plug ins will show the data for the âsample-idâ category.
Luca
hello @llenzi
Thank you
as i am finding the transgenic and non transgenic difference between the soil samplesâŚSo we have seen the bacterial taxonomy in the soil samples.
Hi @Nis_12 - please post any additional questions or requests for support in a new topic, this one is becoming difficult for us to follow and keep track of (usually one âdiscussion pointâ per forum topic is best). Thanks!