Package picard.analysis
Class CollectJumpingLibraryMetrics
java.lang.Object
picard.cmdline.CommandLineProgram
picard.analysis.CollectJumpingLibraryMetrics
Command-line program to compute metrics about outward-facing pairs, inward-facing
pairs, and chimeras in a jumping library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class picard.cmdline.CommandLineProgram
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, MAX_ALLOWABLE_ONE_LINE_SUMMARY_LENGTH, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, SYNTAX_TRANSITION_URL, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, VALIDATION_STRINGENCY, VERBOSITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
doWork()
Calculates the detailed statistics about the jumping library and then generates the results.Methods inherited from class picard.cmdline.CommandLineProgram
checkRInstallation, customCommandLineValidation, getCommandLine, getCommandLineParser, getCommandLineParserForArgs, getDefaultHeaders, getFaqLink, getMetricsFile, getPGRecord, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
-
Field Details
-
INPUT
-
OUTPUT
-
MINIMUM_MAPPING_QUALITY
@Argument(shortName="MQ", doc="Mapping quality minimum cutoff") public Integer MINIMUM_MAPPING_QUALITY -
TAIL_LIMIT
@Argument(shortName="T", doc="When calculating mean and stdev stop when the bins in the tail of the distribution contain fewer than mode/TAIL_LIMIT items") public int TAIL_LIMIT -
CHIMERA_KB_MIN
@Argument(doc="Jumps greater than or equal to the greater of this value or 2 times the mode of the outward-facing pairs are considered chimeras") public int CHIMERA_KB_MIN
-
-
Constructor Details
-
CollectJumpingLibraryMetrics
public CollectJumpingLibraryMetrics()
-
-
Method Details
-
doWork
protected int doWork()Calculates the detailed statistics about the jumping library and then generates the results.- Specified by:
doWork
in classCommandLineProgram
- Returns:
- program exit status.
-