phenotypic.data.load_fungi_plate#

phenotypic.data.load_fungi_plate(mode: Literal['array', 'Image', 'GridImage'] = 'GridImage') np.ndarray | Image | GridImage[source]#

Load an image Neurospora filamentous fungi 96-well plate image cropped to the center.

Returns a pre-cropped plate image of Neurospora filamentous fungi arranged in a 96-well grid. Irregular hyphal morphology with spreading growth – suitable for filamentous fungi tutorials and how-to guides.

Parameters:

mode (Literal['array', 'Image', 'GridImage']) – Return format. Default: 'GridImage'.

Returns:

The plate image in the requested format.

Return type:

Union[np.ndarray, Image, GridImage]