Michael Steinbaugh

Results 49 comments of Michael Steinbaugh

The lookup package is great, especially for debugging compiled code. I thought it would be handy to append the S4 accessors in the document, since this question comes up a...

I'm interested in this as well. Note that the (Harvard) inDrops v3 library protocol differs from v2, and is documented here: https://iccb.med.harvard.edu/files/iccb/files/sequencing_indrops_libraries_02_28_18.pdf For reference, bcbio supports inDrops and Dropseq barcodes,...

@jjyotikataria Do you run into the same issue when using the [bioconda recipe of r-monocle3](https://bioconda.github.io/recipes/r-monocle3/README.html)? The easiest way to check is using the Docker image: ```sh image='quay.io/biocontainers/r-monocle3:1.0.0--r41h7d875b9_1' docker pull "$image"...

This [minimal working example](https://github.com/acidgenomics/r-pointillism/blob/develop/data-raw/03-monocle3.R) is currently working for me with the latest monocle3 code from GitHub. Hope that helps!

I'm seeing this as well with r-devel 81975 (4.2)

This would be a great addition. Happy to help beta test.

I can also reproduce this error with the legacy `pryr::object_size()`, whereas `utils::object.size()` works as expected.

Cool thanks @hadley !

See related: - https://github.com/dmurdoch/rgl/issues/44 - https://github.com/tylermorganwall/rayshader/issues/139 - https://github.com/joey711/phyloseq/issues/1390 - https://stackoverflow.com/questions/62961034/ Could be an X11 / XQuartz issue?