Skip to content

Commit

Permalink
update some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanliwei-genomics-cn committed Oct 20, 2023
1 parent 53b3b75 commit d0dcb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stereo/algorithm/spatial_alignment/spatial_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main(
:param initial_slice: slice to use as the initialization for center alignment, defaults to None
:param slices: list of slices to align, defaults to None
Other parameters refer to `algorithm.paste.pairwise_align` and `algorithm.paste.center_align`
Other parameters refer to `algorithm.spatial_alignment.pairwise_align` and `algorithm.spatial_alignment.center_align`
"""
if method not in ('pairwise', 'center'):
raise ValueError(f'Error method({method}), it must be one of pairwise and center')
Expand Down
1 change: 1 addition & 0 deletions stereo/algorithm/time_series_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def main(
cluster_number=6
):
"""
:param run_method: the model type when the algorithm is run, default = `tvg_marker`.
`tvg_marker`: Calculate time variable gene based on expression of celltypes in branch
`other`: Use fuzzy C means cluster method to cluster genes based on 1-p_value of celltypes in branch
Expand Down

0 comments on commit d0dcb08

Please sign in to comment.