ScanPy API update needed
See original GitHub issueAt some point we need to update to the latest ScanPy, and update our usage of the API. For example, we import scanpy.api
, which is now deprecated in favor of importing the top-level module.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
API — Scanpy 1.9.1 documentation
API . Import Scanpy as: import scanpy as sc ... Filters out genes based on log fold change and fraction of genes expressing...
Read more >Installation — Scanpy 1.9.1 documentation - Read the Docs
The extra [leiden] installs two packages that are needed for popular parts of ... up to date with your cloned version after you...
Read more >Scanpy – Single-Cell Analysis in Python — Scanpy 1.9.1 ...
Scanpy is a scalable toolkit for analyzing single-cell gene expression data built jointly with anndata. It includes preprocessing, visualization, clustering, ...
Read more >Scanpy 1.9.1 documentation - Read the Docs
Once you've added a new function to the documentation, you'll need to make sure there is a ... This should be added to...
Read more >Release notes — Scanpy 1.9.1 documentation - Read the Docs
Update cugraph API usage for v0.16 PR 1494 R Ilango ... Using the style method they can be displayed if needed. Additions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can take this one for
prepare
.Ah, so it is a change affecting
prepare
, notlaunch
… TY