Closed dawe closed 4 years ago
Huh, I remember this crossing my mind before but I never actually carried it out. I'll sort it out soon and release a new version. Thanks for the reminder.
I added the use_rep
argument, but handled it slightly differently (no defaulting to PCA, amending the original PCA check so that BBKNN doesn't abort if there's no PCA regardless of what was chosen). Released as 1.3.7, should be good to go. Thanks for the reminder again.
I wanted to build bbknn graph starting from a different embedding than
X_pca
. I've added theuse_rep
option, which is consistent with Scanpy'ssc.pp.neighbors
option.