Package org.snpeff.spliceSites
Class SnpEffCmdSpliceAnalysis
java.lang.Object
org.snpeff.SnpEff
org.snpeff.spliceSites.SnpEffCmdSpliceAnalysis
- All Implemented Interfaces:
CommandLine
Analyze sequences from splice sites
- Author:
- pcingola
-
Nested Class Summary
Nested classes/interfaces inherited from class org.snpeff.SnpEff
SnpEff.GeneDatabaseFormat, SnpEff.InputFormat, SnpEff.OutputFormat -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic doublestatic intstatic intstatic final doublestatic final intstatic final doublestatic final doublestatic final doubleFields 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, genome, 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, upDownStreamLength, verbose, VERSION, VERSION_AUTHOR, VERSION_BUILD, VERSION_MAJOR, VERSION_SHORT -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
P_VALUE_THRESHOLD
public static double P_VALUE_THRESHOLD -
SIZE_CONSENSUS_DONOR
public static int SIZE_CONSENSUS_DONOR -
SIZE_CONSENSUS_ACCEPTOR
public static int SIZE_CONSENSUS_ACCEPTOR -
THRESHOLD_ENTROPY
public static final double THRESHOLD_ENTROPY- See Also:
-
THRESHOLD_COUNT
public static final int THRESHOLD_COUNT- See Also:
-
THRESHOLD_P
public static final double THRESHOLD_P- See Also:
-
THRESHOLD_BRANCH_U12_PERCENTILE
public static final double THRESHOLD_BRANCH_U12_PERCENTILE- See Also:
-
THRESHOLD_U12_OBSERVED_EXPECTED
public static final double THRESHOLD_U12_OBSERVED_EXPECTED- See Also:
-
HTML_WIDTH
public static int HTML_WIDTH -
HTML_HEIGHT
public static int HTML_HEIGHT
-
-
Constructor Details
-
SnpEffCmdSpliceAnalysis
public SnpEffCmdSpliceAnalysis()
-
-
Method Details
-
parseArgs
Description copied from class:SnpEffParse command line arguments- Specified by:
parseArgsin interfaceCommandLine- Overrides:
parseArgsin classSnpEff
-
run
public boolean run()Description copied from class:SnpEffRun according to command line options- Specified by:
runin interfaceCommandLine- Overrides:
runin classSnpEff
-
usage
Description copied from class:SnpEffShow 'usage' message and exit with an error code '-1'- Specified by:
usagein interfaceCommandLine- Overrides:
usagein classSnpEff
-