You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the update - much appreciated!
In the meantime, might there be any hints/ways to coerce the model into a scvi-like object to access those attributes, or is it more complicated than I'm imagining?
Hello, I was working through this example for running SysVI:
(https://docs.scvi-tools.org/en/stable/tutorials/notebooks/scrna/sysVI.html)
And tried running get_normalized expression. However, I get this error:
AttributeError: ‘SysVI’ object has no attribute ‘get_normalized_expression’
However, the API indicates this is an attribute:
(https://docs.scvi-tools.org/en/latest/api/reference/scvi.external.SysVI.html#scvi.external.SysVI.get_normalized_expression)
Am I doing something wrong, or do I somehow need to convert this SysVI object to a scvi object?
Any help would be greatly appreciated!
Versions:
The text was updated successfully, but these errors were encountered: