Dna.feature_scatter¶
- 
Dna.feature_scatter(*args, **kwargs)¶ Extends
_Assay.feature_scatter()Add jitter for NGT, AF, and AF_MISSING layers.
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