calour.transforming.
normalize
(exp: calour.experiment.Experiment, total=10000, axis=0, inplace=False)[source]¶Normalize the sum of each sample (axis=0) or feature (axis=1) to sum total
Note
This function is also available as a class method Experiment.normalize()
Parameters: |
|
---|---|
Returns: | the normalized experiment |
Return type: |