Versions
immuneML
2.1.0
Contents:
Quickstart
Installing immuneML
Tutorials
immuneML & Galaxy
YAML specification
Use case examples
Troubleshooting
Developer documentation
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