scFates.tl.roots#
- scFates.tl.roots(adata, roots, meeting, copy=False)#
Define 2 roots of the tree.
- Parameters:
- Returns:
adata : anndata.AnnData if copy=True it returns or else add fields to adata:
- .uns[‘graph’][‘root’]
farthest root selected.
- .uns[‘graph’][‘root2’]
2nd root selected.
- .uns[‘graph’][‘meeting’]
meeting point on the tree.
- .uns[‘graph’][‘pp_info’]
for each PP, its distance vs root and segment assignment).
- .uns[‘graph’][‘pp_seg’]
segments network information.