Open Issues Need Help
View All on GitHub Refactor `BasePlot` not to create a dataframe representation of the data about 2 months ago
AI Summary: Refactor the `BasePlot` class in the Scanpy Python library to eliminate the unnecessary creation of a Pandas DataFrame copy during plotting. This involves replacing the DataFrame-based aggregation with Scanpy's zero-copy `scanpy.get.aggregate` function, ensuring no performance degradation, and integrating a related issue (#3700).
Complexity:
4/5
Area - Plotting 🌺 Area – Performance 🐌 good first issue
scverse/scanpy
2.1K
Single-cell analysis in Python. Scales to >100M cells.
Python
#anndata#bioinformatics#data-science#machine-learning#python#scanpy#scverse#transcriptomics#visualize-data