stereoscope icon indicating copy to clipboard operation
stereoscope copied to clipboard

Spatial mapping of cell types by integration of transcriptomics data

Results 20 stereoscope issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing the code. Following the guidance, my installation of stsc on a Linux server was successful. Running `python3 -c "import stsc; print(stsc.__version__)"` also gave me output as...

The `--sc_model` option hints that it might be possible to 'recycle' an sc model that has already been fitted in a previous `run`. Is this the case? If so, how?...

Hi Alma, The current strategy (if I am not mistaken) is to fit the models from the SC data using either all or top N genes. When the top N...

Hi, is there a way to limit stereoscope to a certain number of threads/cores? I am running it on a server where other users need to work too, so I...

Hi! Thank you for developing such a nice tool! I guess the fit_sc_data function returns the parameters that are obtained from SC data's negative binomial distribution. Is this the same...

* Add option to select the top n criteria (expression or variance) * Fix a bug where the top N selection of genes was being applied to the ST data...

Hi, thank you for the nice work! I find that when handling both mouse brain ST / Visium data and developmental heart spatial data, you excluded all spots that were...

I am trying to work outside of python command line and more in interaction with AnnData / scanpy. I am tempted to fork this package and patch it to make...

Depsite the flag set, output of training is still printed. Would be cool to just return single value at end of training.

Hi, so I happen to have really low gpu utilization with default parameters (~10%), if I increase batch size to 500 I get to 20%, in both cases on a...