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

Issue with layout clones #42

Open
alquamalok22 opened this issue Jul 18, 2024 · 2 comments
Open

Issue with layout clones #42

alquamalok22 opened this issue Jul 18, 2024 · 2 comments

Comments

@alquamalok22
Copy link

frac.table <- as.matrix(dt[, .(2015, 18, 19)])

rownames(frac.table) <- dt$cluster_id
timepoints <- c(2015, 2018, 2019)
parents <- rep(0, nrow(frac.table))
fish <- createFishObject(frac.table, parents, timepoints=timepoints)
fish <- layoutClones(fish)
Error in (function (cl, name, valueClass) :
assignment of an object of class “list” is not valid for @‘inner.space’ in an object of class “Fish”; is(value, "numeric") is not TRUE

Can you help me to fix this issue

@chrisamiller
Copy link
Owner

Sorry, can you include complete code with example data that reproduces the problem?

@alquamalok22
Copy link
Author

alquamalok22 commented Jul 18, 2024 via email

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

2 participants