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.
1 parent 8768b8b commit 097b08eCopy full SHA for 097b08e
cellengine/resources/scaleset.py
@@ -72,11 +72,11 @@ def apply(
72
"""Apply the scaleset to a file.
73
74
Args:
75
- file (_id or FcsFile): The file to which this scaleset will be
+ file: The file to which this scaleset will be
76
applied.
77
- clamp_q (bool): Clamp the output to the scale's minimum and maximum
+ clamp_q: Clamp the output to the scale's minimum and maximum
78
values.
79
- in_place (bool): If True, updates the FcsFile.events; if
+ in_place: If True, updates the FcsFile.events; if
80
False, returns a DataFrame
81
"""
82
if isinstance(file, str):
0 commit comments