Skip to content

Commit 5db933f

Browse files
authored
typo
1 parent 44e09e9 commit 5db933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ qiime qsip2 subset-and-filter \
186186
```
187187

188188
There are four prevalence filters we can apply to the feature table.
189-
Two of these, `--p-min-labeled-sources` and `--p-min-labeled-sources` filter features based on their prevalence across the retained sources.
189+
Two of these, `--p-min-unlabeled-sources` and `--p-min-labeled-sources` filter features based on their prevalence across the retained sources.
190190
The interpretation of the values provided in the above command is that if a feature is present in less than 6 unlabeled sources or less than 3 labeled sources, then it will be filtered.
191191
Because we decided to retain 6 and 3 unlabeled and labeled sources respectively, we are requiring retained features to present in *all* samples.
192192
The other two prevalence filters, `--p-min-unlabeled-fractions` and `--p-min-labeled-fractions` filter features based on fraction (sample) prevalence.

0 commit comments

Comments
 (0)