scglue.data.get_metacells

scglue.data.get_metacells(*adatas, use_rep=None, n_meta=None, common=True, seed=0, agg_kws=None)[源代码]

Aggregate datasets into metacells

参数:
返回类型:

typing.List[AnnData]

返回:

adatas – A list of AnnData objects containing the metacells

备注

When a single dataset is provided, the metacells are clustered with the dataset itself. When multiple datasets are provided, the metacells are clustered jointly with all datasets.