Dna.split

Contents

Dna.split#

missionbio.mosaic.dna.Dna.split

Dna.split(row: str = 'sample_name') List[Assay]#

Split to multiple assays of the same kind by splitting rows based on the given row attribute

Parameters:

row – The row attribute to split the assay by

Returns:

List of assays


< Class Dna