Source code for immuneML.analysis.AxisType

from enum import Enum


[docs] class AxisType(Enum): REPERTOIRES = 0 FEATURES = 1