You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-64
Original file line number
Diff line number
Diff line change
@@ -6,70 +6,6 @@ The propose of this page is the reproducibility of the 16S data described in my
6
6
7
7
However, you are more than welcome to reach out to me if you need help. Do not worry, I won't jump into your work. But I'll be glad if you can cite one of my works as a reference. 😊
I usually create metadata files according to the project and what is need to compare. However, below you find of an example metadata file. You can also add other information as much as you wish.
35
-
36
-
<p>
37
-
38
-
🔥**Important note.**<br> Do not forget to save the file as tab-delimited - it's the best option. Validate your metadata using a Keemei.
39
-
40
-
#SampleID Description Condition ...
41
-
Sample01 Soil Ref ...
42
-
Sample02 Cons A ...
43
-
Sample03 Cons B ...
44
-
and dadada...
45
-
46
-
<br/> **4.Back to the server to create the manifest file.**
47
-
48
-
The following python script can help you to create a manifest file from any directory. Just type the command bellow to get more instructions - very fancy. 😁
49
-
50
-
(base) ➜ ~ python Write_manifestFile.py -help
51
-
52
-
<br/> **5. Processing the data.**
53
-
54
-
Once you have the manifest file, `DrT_Qiime2.sh`, and fastq.gz in a directory, you can run the script. All the steps are wrapped in a single script, including the importing the data, denoising, trimming, joining, table ASVs, tree, and basic diverstiy analysis. The script also has the steps to convert QIIME2 artifacts into visualization files, which you can view using qiime tools view or <ahref="https://view.qiime2.org">here</a>.
55
-
56
-
Check out the output files and directories!
57
-
58
-
<p>
59
-
60
-
🔥**1. Important note.**<br> The taxonomic classification was set up for amplicon libraries constructed using 515F/806R primer pair - the V4 region.
61
-
62
-
🔥**2. Important note.**
63
-
64
-
Open the file `qiime2_OhNO.err`. Try to find a message indicating error. Hope, you won't find anything. 😅
65
-
66
-
The `qiime tools validate` command was added after some critical steps. Open the `qiime2_GreatJOb.out` file, and check if there are similar message to this `"Result importing.qza appears to be valid at level=max."` after each step. If so, great job!
67
-
68
-
<br/>
69
-
70
-
**6. Plotting graphs.**
71
-
72
-
Here, you also find a R script to plot some graphs. However, you can plot different graphs emphasizing "little this or little that". It is up to you.
0 commit comments