Class SingleCellDataPack
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.transform.AbstractPythonScriptBasedAnnDataTransformation
ubic.gemma.core.loader.expression.singleCell.transform.SingleCellDataPack
- All Implemented Interfaces:
PythonBasedSingleCellDataTransformation,SingleCellDataTransformation,SingleCellInputOutputFileTransformation
Pack an AnnData object by removing unnecessary zeroes.
- 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
-
SingleCellDataPack
public SingleCellDataPack()
-
-
Method Details
-
getDescription
Description copied from interface:SingleCellDataTransformationObtain a short description of what the transformation does.
-