_Assay.feature_scatter#
missionbio.mosaic.assay._Assay.feature_scatter
- _Assay.feature_scatter(layer: Union[str, ndarray], ids: Sequence, **kwargs: Any) Figure#
 Plot for given data across 2 ids.
This is the typical biaxial plot seen in protein expression analysis.
- Parameters:
 - layerstr / np.array
 The layer to use for the values that are plotted on the biaxial plot. Uses
_Assay.get_attribute()to retrieve the value constrained by row+col.- ids2-tuple
 The x and y coordinates.
- kwargsdict
 
- Returns:
 - figplotly.graph_objs.figure
 
< Class _Assay