Dna.add_rows_by_fill

Dna.add_rows_by_fill#

missionbio.mosaic.dna.Dna.add_rows_by_fill

Dna.add_rows_by_fill(fill_rows_attrs: Dict[str, ndarray], fill_value: Union[int, float, str]) None#

Add rows to the assay by filling with a value

Parameters:
  • fill_rows_attrs – row attributes to use for backfill

  • fill_value – value to backfill layers with

Raises:

UserError – if this method is used on an empty assay


Dna