Class SingleCellDataRewrite
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.transform.AbstractScriptBasedTransformation
ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedTransformation
ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
ubic.gemma.core.loader.expression.singleCell.transform.SingleCellDataRewrite
- All Implemented Interfaces:
PythonBasedSingleCellDataTransformation,SingleCellDataTransformation,SingleCellInputOutputFileTransformation
-
Field Summary
Fields inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractScriptBasedTransformation
logFields inherited from interface ubic.gemma.core.loader.expression.singleCell.transform.PythonBasedSingleCellDataTransformation
DEFAULT_PYTHON_EXECUTABLE, REQUIREMENTS_FILE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a short description of what the transformation does.Methods inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
createEnvironmentVariables, createPythonScriptArgs, setInputFile, setOutputFileMethods inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedTransformation
createErrorMessage, createScriptArgs, isPackageInstalled, perform, setPythonExecutableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.loader.expression.singleCell.transform.SingleCellDataTransformation
perform
-
Constructor Details
-
SingleCellDataRewrite
public SingleCellDataRewrite()
-
-
Method Details
-
getDescription
Description copied from interface:SingleCellDataTransformationObtain a short description of what the transformation does.
-