scSLAT.viz.multi_dataset.multi_Sankey
- scSLAT.viz.multi_dataset.multi_Sankey(matching_tables, color='random', title='Sankey plot', layout=[1300, 900], day=0, save_name=None, format='svg')[source]
Sankey plot of celltype in multi datasets
- Parameters:
matching_tables (
typing.List[pandas.core.frame.DataFrame]) – list of matching tablecolor (
typing.Optional[typing.List[str]]) – how to color the nodes, ‘random’ for random color, ‘celltype’ for color by celltypetitle (
typing.Optional[str]) – plot titlelayout (
typing.Optional[typing.List[int]]) – layout size of pictureday (
typing.Optional[float]) – start day of dataset for temporal ordersave_name (
typing.Optional[str]) – save file name (None for not save)format (
typing.Optional[str]) – saved picture format (see https://plotly.com/python/static-image-export/ for more details)
- Return type: