skbio.stats.gradient.GradientANOVAResults#
- class skbio.stats.gradient.GradientANOVAResults(algorithm, weighted, categories)[source]#
Store the trajectory results.
- Attributes:
- algorithmstr
The algorithm used to compute trajectories
- weightedbool
If true, a weighting vector was used
- categorieslist of CategoryResults
The trajectory results for each metadata category
Methods
to_files
(out_f, raw_f)Save the trajectory analysis results to files in text format.
Special methods (inherited)
__eq__
(value, /)Return self==value.
__ge__
(value, /)Return self>=value.
__getstate__
(/)Helper for pickle.
__gt__
(value, /)Return self>value.
__hash__
(/)Return hash(self).
__le__
(value, /)Return self<=value.
__lt__
(value, /)Return self<value.
__ne__
(value, /)Return self!=value.
__str__
(/)Return str(self).
Details