Skip to content
New issue

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

Error when infering trajectories - 'space' must be a numeric matrix #147

Open
moi-taiga opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@moi-taiga
Copy link

When following the tutorial for inferring trajectories I get the following error

library(dyno)

library(tidyverse)

dataset <- wrap_expression( counts = example_dataset$counts, expression = example_dataset$expression )

model <- infer_trajectory(dataset, ti_comp1())

Error in check_numeric_matrix(space, "space", finite = TRUE) : 'space' must be a numeric matrix, or a data frame containing only finite numeric values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant