Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upplot_str Error: C stack usage 7970280 is too close to the limit #57
Comments
|
@holgerbrandl On another note, thanks for your suggestions on the theme issue. @amrrs just created #56 and maybe I can do something there. |
|
Interestintly, the error changes when running it twice
To reproduce it, try dds = local(get(load(url("https://cloud.mpi-cbg.de/index.php/s/1FVDEUnWhm8N7cJ/download"))))
DataExplorer::plot_str(dds)The Error is the same on MacOS and linux for me. |
|
Note to myself:
|
|
@holgerbrandl When I run the following command, it is giving me an error. Since > dds <- local(get(load(url("https://cloud.mpi-cbg.de/index.php/s/1FVDEUnWhm8N7cJ/download"))))
> str(dds)
Formal class 'DESeqDataSet' [package "DESeq2"] with 8 slots
..@ design :Class 'formula' language ~sample
.. .. ..- attr(*, ".Environment")=<environment: R_GlobalEnv>
..@ dispersionFunction:function (q)
.. ..- attr(*, "coefficients")= Named num [1:2] 0.0839 2.3722
.. .. ..- attr(*, "names")= chr [1:2] "asymptDisp" "extraPois"
.. ..- attr(*, "fitType")= chr "parametric"
.. ..- attr(*, "varLogDispEsts")= num 0.566
.. ..- attr(*, "dispPriorVar")= num 0.25
..@ rowRanges :Formal class 'GRangesList' [package "GenomicRanges"] with 5 slots
.. .. ..@ unlistData :Error in FUN(X[[i]], ...) :
no slot of name "elementType" for this object of class "GRanges"However, the infinite recursion and C stack overflow are mostly due to the lack of S4 support, which should be fixed (in |
|
I am closing this for v0.6 release. As I said in the comment above, the infinite recursion and C stack overflow errors were caused by S4 objects, and it should be fixed. Please create a separate issue if anything else is not working. |
Identified by @holgerbrandl from Revolutions blog post.
@holgerbrandl Do you mind sharing a subset of your data, so that I can re-produce?