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
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
The text was updated successfully, but these errors were encountered:
frac.table <- as.matrix(dt[, .(2015,
18
,19
)])Can you help me to fix this issue
The text was updated successfully, but these errors were encountered: