calour.io.read_amplicon(data_file, sample_metadata_file=None, *, min_reads, normalize, **kwargs)[source]¶Load an amplicon experiment.
Fix taxonomy, normalize reads, and filter low abundance
samples. This wraps read(). Also convert feature metadata
index (sequences) to upper case
| Parameters: |
|
|---|---|
| Keyword Arguments: | |
|
|
| Returns: | after removing low read sampls and normalizing |
| Return type: | |
See also