Skip to content

Commit

Permalink
reordered arguments in aga
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 25, 2017
1 parent ae6bacd commit 563ceec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanpy/tools/aga.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@


def aga(adata,
node_groups='louvain',
n_nodes=None,
n_neighbors=30,
n_pcs=50,
n_dcs=10,
node_groups='louvain',
resolution=1,
random_state=0,
attachedness_measure='connectedness',
tree_detection='min_span_tree',
tree_based_confidence=True,
n_nodes=None,
recompute_pca=False,
recompute_distances=False,
recompute_graph=False,
Expand Down

0 comments on commit 563ceec

Please sign in to comment.