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
Save the trajectory analysis results to files in text format.
Special methods (inherited)
__eq__Return self==value.
__ge__Return self>=value.
__getstate__Helper for pickle.
__gt__Return self>value.
__hash__Return hash(self).
__le__Return self<=value.
__lt__Return self<value.
__ne__Return self!=value.
__str__Return str(self).
Details