We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I ran show.velocity.on.embedding.cor(emb = Embeddings(velo, reduction = "umap"), vel = Tool(velo, slot = "RunVelocity"), n = 200, scale = "sqrt", xlab = colnames(Embeddings(velo, reduction = "umap"))[1], ylab = colnames(Embeddings(velo, reduction = "umap"))[2], cell.colors = ac(x = cell_colors, alpha = 0.5), cex = 0.8, arrow.scale = 3, show.grid.flow = TRUE, min.grid.cell.mass = 0.5, grid.n = 40, arrow.lwd = 1, do.par = FALSE, cell.border.alpha = 0.1)
and after 40 min its still at the step: delta projections ... sqrt
How many time does it require to finish the analysis? Im analyzing about 30'ooo cells
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I ran
show.velocity.on.embedding.cor(emb = Embeddings(velo,
reduction = "umap"),
vel = Tool(velo,
slot = "RunVelocity"),
n = 200,
scale = "sqrt",
xlab = colnames(Embeddings(velo,
reduction = "umap"))[1],
ylab = colnames(Embeddings(velo,
reduction = "umap"))[2],
cell.colors = ac(x = cell_colors, alpha = 0.5),
cex = 0.8,
arrow.scale = 3,
show.grid.flow = TRUE,
min.grid.cell.mass = 0.5,
grid.n = 40,
arrow.lwd = 1,
do.par = FALSE,
cell.border.alpha = 0.1)
and after 40 min its still at the step:
delta projections ... sqrt
How many time does it require to finish the analysis?
Im analyzing about 30'ooo cells
The text was updated successfully, but these errors were encountered: