scgen icon indicating copy to clipboard operation
scgen copied to clipboard

Single cell perturbation prediction

Results 21 scgen issues
Sort by recently updated
recently updated
newest added

In the latest version it of scgen (2.1.0) it shows the following error when trying to import the module. DeprecationWarning Traceback (most recent call last) Cell In [1], line 2...

Hello! Thanks for your nice tool! Could you please tell me the difference between scgen.SCGEN and scgen.SCGENVAE? I am now following the tutorial to train a model for perturbation prediction...

Hi, Could you pls explain the difference between the two functions: get_decoded_expression() and predict()? It appears to me that both functions take control gene expressions as input and produce post-perturbation...

Hello, I'm encountering an issue while using scgen for batch correction. The training part works fine, but I'm facing an error when calling network.batch_removal(). The error message is as follows:...

Please see https://github.com/igraph/python-igraph/issues/699 for an explanation.

Hello, The depreciated method `AnnData.concatenate` is used when running `batch_removal` (see [here](https://github.com/theislab/scgen/blob/master/scgen/_scgen.py#L268)). This only throws a warning with `anndata==0.9` and `pandas

Hi! First of all, thanks for creating this amazing model. Unfortunately, it was quite a challenge for me to setup the virtual environment. Maybe it has something to do with...

Fixed issues brought up in issue #90