library(SummarizedExperiment)
se <- SummarizedExperiment(list(counts=cbind(1:10)))
y <- DataFrame(SE=I(se))
## DataFrame with 10 rows and 1 column
## Error: C stack usage 7969716 is too close to the limit
## In addition: There were 50 or more warnings (use warnings() to see the first 50)
One quick solution would be to just admit that we can't do anything sensible here:
Consider the following:
One quick solution would be to just admit that we can't do anything sensible here:
This is relevant to LTLA/TrajectoryUtils#4; tagging @kstreet13.