Package ubic.gemma.cli.options
Class ExpressionDataFileOptionValue
java.lang.Object
ubic.gemma.cli.options.DataFileOptionValue
ubic.gemma.cli.options.ExpressionDataFileOptionValue
- Direct Known Subclasses:
SingleCellExpressionDataFileOptionValue
Options to write an expression data file.
Rows are probes/genes, columns are samples/assays.
- Author:
- poirigui
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final ubic.gemma.model.common.quantitationtype.ScaleTypeprotected final booleanprotected final booleanFields inherited from class ubic.gemma.cli.options.DataFileOptionValue
outputDir, outputFile, standardLocation, standardOutput -
Constructor Summary
ConstructorsConstructorDescriptionExpressionDataFileOptionValue(boolean standardLocation, boolean standardOutput, Path outputFile, Path outputDir, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, ubic.gemma.model.common.quantitationtype.ScaleType scaleType, String forceOption, boolean force) ExpressionDataFileOptionValue(DataFileOptionValue dfov, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, ubic.gemma.model.common.quantitationtype.ScaleType scaleType) -
Method Summary
Modifier and TypeMethodDescriptionubic.gemma.model.common.quantitationtype.ScaleTypebooleanbooleanbooleanMethods inherited from class ubic.gemma.cli.options.DataFileOptionValue
getForceOption, getOutputDir, getOutputFile, getOutputFile, isForce, isStandardLocation, isStandardOutput
-
Field Details
-
excludeSampleIdentifiers
protected final boolean excludeSampleIdentifiers -
useBioAssayIds
protected final boolean useBioAssayIds -
useRawColumnNames
protected final boolean useRawColumnNames -
scaleType
-
-
Constructor Details
-
ExpressionDataFileOptionValue
public ExpressionDataFileOptionValue(DataFileOptionValue dfov, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, @Nullable ubic.gemma.model.common.quantitationtype.ScaleType scaleType) -
ExpressionDataFileOptionValue
public ExpressionDataFileOptionValue(boolean standardLocation, boolean standardOutput, @Nullable Path outputFile, @Nullable Path outputDir, boolean excludeSampleIdentifiers, boolean useBioAssayIds, boolean useRawColumnNames, @Nullable ubic.gemma.model.common.quantitationtype.ScaleType scaleType, @Nullable String forceOption, boolean force)
-
-
Method Details
-
isExcludeSampleIdentifiers
public boolean isExcludeSampleIdentifiers() -
isUseBioAssayIds
public boolean isUseBioAssayIds() -
isUseRawColumnNames
public boolean isUseRawColumnNames() -
getScaleType
-