corneto.data.Sample#
- class corneto.data.Sample(features=None)#
Bases:
objectA collection of unique features.
Samples represent groups of features that belong together. Features within a sample must have unique identifiers.
- Parameters:
features (List[Feature] | None)
Methods
Attributes
- add(feature)#
- Parameters:
feature (Feature)
- Return type:
None
- property query: SampleQuery#