George Gruenhagen

Results 12 comments of George Gruenhagen

I am encountering the same issue. The workaround proposed by @ellefeg works for me for now. Thank you!

Hi, I encountered the same problem as @Mnew1288 and I found a solution that works for me. I noticed that the points seemed scaled down small in the upper left...

I encountered a somewhat similar issue and found a solution that works for me. I wanted 3 plots stacked vertically and I wanted the topmost plot to have coord_fixed. However,...

I'm facing the same issue. I'm using DoubletFinder v2.0.4, BPCells v0.1.0, Seurat v5.0.0, and R 4.3.1. From the error it seems that the issue is that DoubletFinder is trying to...

Seems like its unclear to many how long the tool takes to run, as there are several threads about that on this github. Perhaps the developers should add a brief...

Hello, I have used demuxlet on multiple single nuclei datasets using 10x. It works well. It does produce a lot of doublet calls, even on samples that we are very...

Nope, I keep them. I just ignore the column in demuxlet's output regarding doublets. We had a FACs sorted our samples so we have many layers of evidence that the...

I had a similar issue where an rpm package I was trying to install (rstudio) was conflicting with slack. I ended up fixing the issue with a simple system update...

As a temporary, hacky workaround, you could make one of the layers of your assays nothing but the variable features you want, then run FindVariableFeatures on that. If necessary, you...

I faced the same exact issues. I solved them by performing the following steps after creating the environment from the provided yml file. ``` conda install anaconda::packaging==21.3 conda install anaconda::importlib_resources...