-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels