Package org.snpeff.snpEffect.commandLine
Class SnpEffCmdGsa
java.lang.Object
org.snpeff.SnpEff
org.snpeff.snpEffect.commandLine.SnpEffCmdGsa
- All Implemented Interfaces:
CommandLine
Command line: Gene-Sets Analysis
Perform gene set analysys
- Author:
- pcingola
-
Nested Class Summary
Nested classes/interfaces inherited from class org.snpeff.SnpEff
SnpEff.GeneDatabaseFormat, SnpEff.InputFormat, SnpEff.OutputFormat -
Field Summary
FieldsFields inherited from class org.snpeff.SnpEff
args, BUILD, BUILD_DATE, canonical, canonicalFile, command, COMMAND_LINE_WIDTH, config, configFile, configOverride, customIntervalFiles, dataDir, debug, DEFAULT_COMMAND, download, expandIub, filterIntervalFiles, genomeVer, help, hgvs, hgvsForce, hgvsOld, hgvsOneLetterAa, hgvsShift, hgvsTrId, interaction, log, maxTranscriptSupportLevel, motif, multiThreaded, nextProt, nextProtKeepAllTrs, noGenome, numWorkers, onlyProtein, onlyRegulation, onlyTranscriptsFile, output, quiet, regulationTracks, REVISION, saveOutput, shiftArgs, snpEffCmd, SOFTWARE_NAME, spliceRegionExonSize, spliceRegionIntronMax, spliceRegionIntronMin, spliceSiteSize, strict, suppressOutput, tags, tagsNo, treatAllAsProteinCoding, verbose, VERSION, VERSION_AUTHOR, VERSION_BUILD, VERSION_MAJOR, VERSION_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfig()Read config file, load & build databasevoidParse command line argumentsbooleanrun()Run commandprotected booleanRun commandprotected booleanRun enrichment analysis using random scoresprotected booleanRead "command" lines from file.voidShow usage and exitMethods inherited from class org.snpeff.SnpEff
addRegulationTrack, canonical, cmd, commandLineStr, filterTags, getArgs, getConfig, getConfigFile, getOutput, isOpt, load, loadConfig, loadCustomFile, loadDb, loadMarkers, main, reportValues, run, setCanonical, setConfig, setConfigFile, setDebug, setGenomeVer, setLog, setNextProt, setNextProtKeepAllTrs, setShiftHgvs, setSpliceSiteSize, setSupressOutput, setUpDownStreamLength, setVerbose, usageDb, usageGeneric, usageGenericAndDb
-
Field Details
-
READ_INPUT_SHOW_EVERY
public static int READ_INPUT_SHOW_EVERY -
MAX_WARNS
public static int MAX_WARNS
-
-
Constructor Details
-
SnpEffCmdGsa
public SnpEffCmdGsa()
-
-
Method Details
-
config
protected void config()Read config file, load & build database -
parseArgs
Parse command line arguments- Specified by:
parseArgsin interfaceCommandLine- Overrides:
parseArgsin classSnpEff
-
run
public boolean run()Run command- Specified by:
runin interfaceCommandLine- Overrides:
runin classSnpEff
-
runAnalisis
protected boolean runAnalisis()Run command -
runAnalisisRand
protected boolean runAnalisisRand()Run enrichment analysis using random scores -
runCommands
protected boolean runCommands()Read "command" lines from file. Loads database only once to save time- Returns:
-
usage
Show usage and exit- Specified by:
usagein interfaceCommandLine- Overrides:
usagein classSnpEff
-