Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
bioqxu committed Apr 30, 2024
1 parent 49ef584 commit 42d2a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2heoca/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __get_confidence(self, map_res, on_tissue=None):

return conf_res

def get_confidence(self, adata_query, sample_name, on_tissue=None):
def get_target(self, adata_query, sample_name, on_tissue=None):
map_res = self.__run_scpoli(adata_query, sample_name)
conf_res = self.__get_confidence(map_res, on_tissue)

Expand Down

0 comments on commit 42d2a57

Please sign in to comment.