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
+15-8
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ Closely related host species share similar symbionts, but the effects of host ge
7
7
8
8
## Repository structure
9
9
10
-
data/ --> data necessary to run these scripts; these are a list of phyloseq objects for the wild dataset and lab dataset. Each phyloseq object corresponds to OTU table, taxonomic table and metadata for each amplicon, after identification and quality screening of ASVs and taxonomic annotation. Data description can be found here: https://doi.org/10.1186/s13071-023-05800-6
10
+
### data/ --> data necessary to run these scripts; these are a list of phyloseq objects for the wild dataset and lab dataset. Each phyloseq object corresponds to OTU table, taxonomic table and metadata for each amplicon, after identification and quality screening of ASVs and taxonomic annotation. Data description can be found here: https://doi.org/10.1186/s13071-023-05800-6
11
11
12
-
R/ --> scripts for data analysis
12
+
### R/ --> scripts for data analysis
13
13
14
-
tmp/ --> temporary files created from running the scripts
14
+
### tmp/ --> temporary files created from running the scripts
15
15
16
16
fig/ --> figures
17
17
18
-
Briefly:
18
+
## Brief description of each script:
19
19
20
-
R/1_filtering.R --> Needs files data/PhyloSeqList_HMHZ_All.Rds and data/EimeriaSpeciesAssign.RDS
20
+
### R/1_filtering.R
21
+
22
+
Needs files data/PhyloSeqList_HMHZ_All.Rds and data/EimeriaSpeciesAssign.RDS
21
23
22
24
quality filtering ASVs per amplicon and merging.
23
25
@@ -44,22 +46,27 @@ Co-occurrence networks with only positive edges of ASV abundace per genus. Merge
44
46
45
47
final phyloseq object for further analysis is "tmp/PS.TSS_filtered.rds"
0 commit comments