Class SingleCellDataTranspose
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
ubic.gemma.core.loader.expression.singleCell.transform.SingleCellDataTranspose
- All Implemented Interfaces:
PythonBasedSingleCellDataTransformation
,SingleCellDataTransformation
,SingleCellInputOutputFileTransformation
Transpose a single-cell dataset.
- Author:
- poirigui
-
Field Summary
Fields inherited from class ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
DEFAULT_PYTHON_EXECUTABLE
-
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
createScriptArgs, isPackageInstalled, perform, setInputFile, setOutputFile, setPythonExecutable
-
Constructor Details
-
SingleCellDataTranspose
public SingleCellDataTranspose()
-
-
Method Details
-
getDescription
Description copied from interface:SingleCellDataTransformation
Obtain a short description of what the transformation does.
-