Skip to content

Commit

Permalink
docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbt committed Nov 9, 2020
1 parent 5500163 commit 68ef5d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ark/utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ def relabel_images(fovs, all_data, label_maps):
Takes a list of fovs, and relabels each image (array) according to the assignment
of cell IDs to cluster label.
Args:
fovs (list):
List of fovs to relabel.
all_data (pandas.DataFrame):
data including fovs, cell labels, and cell expression matrix for all markers.
label_maps (xr.DataArray):
xarray of label maps for multiple fovs
Returns:
list:
The relabeled arrays (representing images).
Args:
fovs (list):
List of fovs to relabel.
all_data (pandas.DataFrame):
data including fovs, cell labels, and cell expression matrix for all markers.
label_maps (xr.DataArray):
xarray of label maps for multiple fovs
Returns:
list:
The relabeled arrays (representing images).
"""

images = []
Expand Down

0 comments on commit 68ef5d3

Please sign in to comment.