diff --git a/pycytominer/cyto_utils/write_gct.py b/pycytominer/cyto_utils/write_gct.py index 89add1a4..1feaab38 100644 --- a/pycytominer/cyto_utils/write_gct.py +++ b/pycytominer/cyto_utils/write_gct.py @@ -32,7 +32,7 @@ def write_gct( features : list A list of strings corresponding to feature measurement column names in the `profiles` DataFrame. All features listed must be found in `profiles`. - Defaults to "infer". If "infer", then assume CellProfiler features are those + Defaults to "infer". If "infer", then assume features are from CellProfiler output and prefixed with "Cells", "Nuclei", or "Cytoplasm". meta_features : list A list of strings corresponding to metadata column names in the `profiles`