You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i run the code according the https://github.com/yanwu2014/swne, but it get a error.
swne.embedding <- RunSWNE(obj, k = 16, genes.embed = genes.embed)
calculating variance fit ... using gam [1] "0 variable genes to use"
Error in irlba::irlba(t(A), nv = 50, maxit = 500, center = rowMeans(A)) :
max(nu, nv) must be strictly less than min(nrow(A), ncol(A))
so how can i fix it? thanks
The text was updated successfully, but these errors were encountered:
Hi, i run the code according the https://github.com/yanwu2014/swne, but it get a error.
swne.embedding <- RunSWNE(obj, k = 16, genes.embed = genes.embed)
calculating variance fit ... using gam [1] "0 variable genes to use"
Error in irlba::irlba(t(A), nv = 50, maxit = 500, center = rowMeans(A)) :
max(nu, nv) must be strictly less than min(nrow(A), ncol(A))
so how can i fix it? thanks
The text was updated successfully, but these errors were encountered: