Class ExpressionExperimentManipulatingCLI

    • Field Detail

      • eeService

        @Autowired
        protected ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService eeService
      • expressionExperiments

        protected final Set<ubic.gemma.model.expression.experiment.BioAssaySet> expressionExperiments
      • force

        protected boolean force
    • Constructor Detail

      • ExpressionExperimentManipulatingCLI

        protected ExpressionExperimentManipulatingCLI()
    • Method Detail

      • getCommandGroup

        public GemmaCLI.CommandGroup getCommandGroup()
        Description copied from interface: CLI
        Obtain the command group for this CLI.
      • buildOptions

        protected void buildOptions​(org.apache.commons.cli.Options options)
        Description copied from class: AbstractCLI
        Build option implementation.

        Implement this method to add options to your command line, using the OptionBuilder.

        This is called right after AbstractCLI.buildStandardOptions(Options) so the options will be added after standard options.

        Specified by:
        buildOptions in class AbstractCLI
      • findGeneByOfficialSymbol

        protected ubic.gemma.model.genome.Gene findGeneByOfficialSymbol​(String symbol,
                                                                        ubic.gemma.model.genome.Taxon t)