COMPASS.node_descriptions#
missionbio.mosaic.algorithms.compass.COMPASS.node_descriptions
- COMPASS.node_descriptions(percent: bool = False) Dict[str, str] #
Generate the description for each node
- It uses the following format:
SNV: The somatic variants present in the node
CNLOH: The CNLOH regions present in the node
CNV: The CNV regions present in the node
The proportion of cells in the node if percent is True
- Parameters:
- percentbool
Whether to return the proportion of cells in the description
- Returns:
- Dict[str, str]:
The description for each node
< Class COMPASS