Skip to content

Commit

Permalink
Update pycytominer/cyto_utils/features.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Bunten <[email protected]>
  • Loading branch information
axiomcura and d33bs authored Sep 27, 2024
1 parent 42ae1ba commit 3131b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycytominer/cyto_utils/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def drop_outlier_features(
population_df : pandas.core.frame.DataFrame
DataFrame that includes metadata and observation features.
features : list of str or str, default "infer"
Features present in the population dataframe. If "infer", then assume CellProfiler feature conventions (start with "Cells_", "Nuclei_", or "Cytoplasm_")
Features present in the population dataframe. If "infer", then assume CellProfiler feature naming conventions (start with "Cells_", "Nuclei_", or "Cytoplasm_")
samples : str, default "all"
List of samples to perform operation on. The function uses a pd.DataFrame.query()
function, so you should structure samples in this fashion. An example is
Expand Down

0 comments on commit 3131b21

Please sign in to comment.