scphylo.tl.scelestial#
- scphylo.tl.scelestial(df_input)[source]#
Solving using Scelestial.
Fast and accurate single-cell lineage tree inference based on a Steiner tree approximation algorithm [Scelestial].
- Parameters:
df_input¶ (
pandas.DataFrame) – Input genotype matrix in which rows are cells and columns are mutations. Values inside this matrix show the presence (1), absence (0) and missing entires (3).- Returns:
A conflict-free matrix in which rows are cells and columns are mutations. Values inside this matrix show the presence (1) and absence (0).
- Return type: