Package ubic.gemma.cli.options
Class SingleCellExpressionDataFileOptionValue
java.lang.Object
ubic.gemma.cli.options.DataFileOptionValue
ubic.gemma.cli.options.ExpressionDataFileOptionValue
ubic.gemma.cli.options.SingleCellExpressionDataFileOptionValue
Rows are probes/genes, columns are samples/assays.
- Author:
- poirigui
-
Field Summary
Fields inherited from class ubic.gemma.cli.options.ExpressionDataFileOptionValue
excludeSampleIdentifiers, scaleType, useBioAssayIds, useRawColumnNamesFields inherited from class ubic.gemma.cli.options.DataFileOptionValue
outputDir, outputFile, standardLocation, standardOutput -
Constructor Summary
ConstructorsConstructorDescriptionSingleCellExpressionDataFileOptionValue(boolean standardLocation, boolean standardOutput, Path outputFile, Path outputDir, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, ubic.gemma.model.common.quantitationtype.ScaleType scaleType, boolean useEnsemblIds, String forceOption, boolean force) SingleCellExpressionDataFileOptionValue(ExpressionDataFileOptionValue dfov, boolean useEnsemblIds) -
Method Summary
Methods inherited from class ubic.gemma.cli.options.ExpressionDataFileOptionValue
getScaleType, isExcludeSampleIdentifiers, isUseBioAssayIds, isUseRawColumnNamesMethods inherited from class ubic.gemma.cli.options.DataFileOptionValue
getForceOption, getOutputDir, getOutputFile, getOutputFile, isForce, isStandardLocation, isStandardOutput
-
Constructor Details
-
SingleCellExpressionDataFileOptionValue
public SingleCellExpressionDataFileOptionValue(ExpressionDataFileOptionValue dfov, boolean useEnsemblIds) -
SingleCellExpressionDataFileOptionValue
public SingleCellExpressionDataFileOptionValue(boolean standardLocation, boolean standardOutput, @Nullable Path outputFile, @Nullable Path outputDir, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, @Nullable ubic.gemma.model.common.quantitationtype.ScaleType scaleType, boolean useEnsemblIds, @Nullable String forceOption, boolean force)
-
-
Method Details
-
isUseEnsemblIds
public boolean isUseEnsemblIds()
-