mammos_entity.operations#
Entities operations.
Functions
|
Concatenate objects into a unique flat Entity. |
- mammos_entity.operations.concat_flat(*elements, unit=None)[source]#
Concatenate objects into a unique flat Entity.
At least one of the inputs must be an Entity with a ontology_label. The unit of the first Entity is accepted unless the optional argument unit is defined.
Arrays are flattened according to np.flatten in order=”C”.