Skip to content

Commit

Permalink
Added documentation to anndata.automatic_expression_histology
Browse files Browse the repository at this point in the history
  • Loading branch information
vals committed Sep 9, 2018
1 parent 8318a3c commit b5e80b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Python-module/SpatialDE/anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ def automatic_expression_histology(adata, filtered_results, C, l,
l: float, the common lengthscale for the hidden spatial patterns.
coord_columns: A list with the columns of adata.obs which represent spatial
coordinates. Default ['x', 'y'].
layer: A string indicating the layer of adata to fit the AEH model to.
By defualt uses the 'residual' layer.
Remaining arguments are passed to SpatialDE.aeh.spatial_patterns()
Returns
-------
Expand Down

0 comments on commit b5e80b5

Please sign in to comment.