We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5219a30 + 9d2104f commit 8b22409Copy full SHA for 8b22409
src/squidpy/gr/_niche.py
@@ -140,7 +140,7 @@ def calculate_niche(
140
f"Invalid aggregation method '{aggregation}'. Please choose either 'mean' or 'variance'."
141
)
142
concatenated_matrix = hstack(inner_products)
143
-
+
144
# create df from sparse matrix
145
arr = concatenated_matrix.toarray()
146
df = pd.DataFrame(arr, index=adata.obs.index)
0 commit comments