Hello,
I am running bbknnR with code below
bbknnR::RunBBKNN(kera, batch=c('condition','dataset'))
where I get the error below
Running BBKNN using RcppAnnoy...
Error in bbknn_annoy(pca = object, batch_list = batch_list, neighbors_within_batch = neighbors_within_batch, :
Not all batches have at least 'neighbors_within_batch' cells in them.
Can anyone help me to figure out the problem??
Thanks!