dynamo.pl.circosPlotDeprecated

dynamo.pl.circosPlotDeprecated(adata, cluster, cluster_name, edges_list, network=None, weight_scale=5000.0, weight_threshold=0.0001, figsize=(12, 6), save_show_or_return='show', save_kwargs={}, **kwargs)[source]

Deprecated.

A wrapper of dynamo.pl.networks.nxvizPlot to plot Circos graph. See the nxvizPlot for more information.

Return type:

Optional[Any]

Returns:

None would be returned by default. If save_show_or_return is set to be ‘return’, the generated nxviz plot object would be returned.