Skip to content

Commit

Permalink
Improved some plotting scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnson643 committed Nov 17, 2021
1 parent 8334617 commit 7707b75
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 768 deletions.
1 change: 0 additions & 1 deletion EMBEDR/embedr.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ def _fit(self, null_fit=False):
aff_mat=self.data_P)

elif (self.DRA in ['umap']):
print(f"WARNING: UMAP has not been implemented!")
dY, dEES = self.get_UMAP_embedding(X=self.data_X,
kNN_graph=self.data_kNN,
aff_mat=self.data_P)
Expand Down
Loading

0 comments on commit 7707b75

Please sign in to comment.