Hi, @Nicholas_Bokulich! I really appreciate with your advice.
The first problem, filtering the quality is solved thanks to you.
The second one, however, still doesn't work. I tried OTU clustering with command qiime vsearch cluster-features-closed-reference, and it shows this error message.
Traceback (most recent call last):
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/q2_vsearch/_cluster_features.py", line 275, in cluster_features_closed_reference
collapse_f = _collapse_f_from_sqlite(conn)
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/q2_vsearch/_cluster_features.py", line 97, in _collapse_f_from_sqlite
raise ValueError("No sequence matches were identified by vsearch.")
ValueError: No sequence matches were identified by vsearch.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/q2cli/commands.py", line 274, in call
results = action(**arguments)
File "", line 2, in cluster_features_closed_reference
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/qiime2/sdk/action.py", line 232, in bound_callable
output_types, provenance)
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/qiime2/sdk/action.py", line 367, in callable_executor
output_views = self._callable(**view_args)
File "/home/microbiome/miniconda3/envs/qiime2/lib/python3.5/site-packages/q2_vsearch/_cluster_features.py", line 278, in cluster_features_closed_reference
raise VSearchError('No matches were identified to '
q2_vsearch._cluster_features.VSearchError: No matches were identified to reference_sequences. This can happen if sequences are not homologous to reference_sequences, or if sequences are not in the same orientation as reference_sequences (i.e., if sequences are reverse complemented with respect to reference sequences). Sequence orientation can be adjusted with the strand parameter.
Plugin error from vsearch:
No matches were identified to reference_sequences. This can happen if sequences are not homologous to reference_sequences, or if sequences are not in the same orientation as reference_sequences (i.e., if sequences are reverse complemented with respect to reference sequences). Sequence orientation can be adjusted with the strand parameter.
See above for debug info.
BUT if I try a dereplicated from same study made by qiime vsearch dereplicate-sequences, it works! This is why I asked the first question. Is there a way to fix this problem? I really wanna use FeatureTable made by dada2 
Thank you!