VariantSubcloneTable.rename_clones#
missionbio.mosaic.workflows.variant_subclone_table.VariantSubcloneTable.rename_clones
- VariantSubcloneTable.rename_clones(columns: List[dict], data: List) Tuple[List, List, str]#
 Rename the clones in the subclone table
- Parameters:
 - columnsList[dict]
 The columns of the subclone table and their properties
- dataList
 The cell data of the subclone table
- Returns:
 - subclone_dataList[Dict]
 The data of the subclone table
- subclone_cell_styleList[Dict]
 The style of the cells. This is used to set the min width of the columns
- invalid_name_textstr
 The error message shown when the cells cannot be renamed
< Class VariantSubcloneTable