 
  
  
AmpliconExperiment.normalize_compositional(min_frac=0.05, total=10000, inplace=False)[source]¶Normalize each sample by ignoring the features with mean>=min_frac in all the experiment
This assumes that the majority of features have less than min_frac mean, and that the majority of features don’t change between samples in a constant direction
| Parameters: | |
|---|---|
| Returns: | The normalized experiment. Note that all features are normalized (including the ones with mean>=min_frac) | 
| Return type: |