immuneML
2.2.6
Contents:
Quickstart
Installing immuneML
Tutorials
immuneML & Galaxy
YAML specification
Use case examples
Troubleshooting
Developer documentation
AIRR-C Deep Dive Tutorial
immuneML
Module code
immuneML.analysis.data_manipulation.ReductionMethod
Source code for immuneML.analysis.data_manipulation.ReductionMethod
from
enum
import
Enum
[docs]
class
ReductionMethod
(
Enum
):
SUM
=
1
AVG
=
2