CopyNumber.__init__

CopyNumber.__init__#

missionbio.mosaic.workflows.copy_number.CopyNumber.__init__

CopyNumber.__init__(sample: Sample, layout_kwargs: Optional[Dict] = None) None#
Parameters:
sampleSample

The Sample object used in the workflow. All clone creation actions modify the labels in the Dna object of the provided sample

layout_kwargsDict

Passed to fig.update_layout for the figure that is generated to visualize the copy number


< Class CopyNumber