Skip to content

Commit

Permalink
Update main_class.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frankligy committed Sep 13, 2022
1 parent 9590a0c commit 459b9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sctriangulate/main_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,8 @@ def elo_rating_like(self):
Examples::
result_dic = sctri.elo_rating_like()
# {'sctri_rna_leiden_1': 1.5053613872472829, 'sctri_rna_leiden_2': 1.0973714905049967, 'sctri_rna_leiden_3': 1.1032324231884296}
'''
obs = self.adata.obs.copy()
n_p = len(self.query)
Expand Down

0 comments on commit 459b9ed

Please sign in to comment.