Class SingleCellDataUnraw
- java.lang.Object
-
- ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
-
- ubic.gemma.core.loader.expression.singleCell.transform.SingleCellDataUnraw
-
- All Implemented Interfaces:
PythonBasedSingleCellDataTransformation
,SingleCellDataTransformation
,SingleCellInputOutputFileTransformation
public class SingleCellDataUnraw extends AbstractPythonScriptBasedAnnDataTransformation
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
DEFAULT_PYTHON_EXECUTABLE
-
-
Constructor Summary
Constructors Constructor Description SingleCellDataUnraw()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Obtain a short description of what the transformation does.-
Methods inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
createScriptArgs, isPackageInstalled, perform, setInputFile, setOutputFile, setPythonExecutable
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Description copied from interface:SingleCellDataTransformation
Obtain a short description of what the transformation does.
-
-