Uses of Interface
org.snpeff.snpEffect.commandLine.CommandLine
-
Packages that use CommandLine Package Description org.snpeff org.snpeff.fastq org.snpeff.snpEffect org.snpeff.snpEffect.commandLine org.snpeff.snpEffect.testCases.integration org.snpeff.spliceSites -
-
Uses of CommandLine in org.snpeff
Classes in org.snpeff that implement CommandLine Modifier and Type Class Description classSnpEffSnpEff's main command line program -
Uses of CommandLine in org.snpeff.fastq
Classes in org.snpeff.fastq that implement CommandLine Modifier and Type Class Description classFastqSplitSplit a fastq into N files -
Uses of CommandLine in org.snpeff.snpEffect
Subinterfaces of CommandLine in org.snpeff.snpEffect Modifier and Type Interface Description interfaceVcfAnnotatorAnnotate a VCF file: E.g.Classes in org.snpeff.snpEffect that implement CommandLine Modifier and Type Class Description classVcfAnnotatorChainMaintains a list of VcfAnnotators and applies them one by one in the specified order -
Uses of CommandLine in org.snpeff.snpEffect.commandLine
Classes in org.snpeff.snpEffect.commandLine that implement CommandLine Modifier and Type Class Description classSnpEffCmdAcatACAT: Create ACAT score for T2D project Note: This is just used to compile 'ACAT' score in T2D-GENES project, not useful at all for general audience.classSnpEffCmdBuildCommand line program: Build databaseclassSnpEffCmdBuildNextProtParse NetxProt XML file and build a database http://www.nextprot.org/classSnpEffCmdCdsCommand line: Calculate coding sequences from a file and compare them to the ones calculated from our data structuresclassSnpEffCmdClosestCommand line: Find closes marker to each variantclassSnpEffCmdCountCount reads from a BAM file given a list of intervalsclassSnpEffCmdDatabasesShow all databases configures in snpEff.config Create an HTML 'download' table based on the config file Also creates a list of genome for Galaxy menuclassSnpEffCmdDownloadCommand line program: Download and install a (pre built) databaseclassSnpEffCmdDumpCommand line program: Build databaseclassSnpEffCmdEffCommand line program: Predict variant effectsclassSnpEffCmdGenes2BedSimple test programclassSnpEffCmdGsaCommand line: Gene-Sets Analysis Perform gene set analysysclassSnpEffCmdLenCalculate the maximum interval length by type, for all markers in a genomeclassSnpEffCmdPdbPDB distance analysisclassSnpEffCmdProteinCommand line: Read protein sequences from a file and compare them to the ones calculated from our data structures Note: This is done in order to see potential incompatibility errors between genome sequence and annotation.classSnpEffCmdSeqCommand line program: Show a transcript or a geneclassSnpEffCmdShowCommand line program: Show a transcript or a geneclassSnpEffCmdTranslocationsReportCreate an SVG representation of a Marker -
Uses of CommandLine in org.snpeff.snpEffect.testCases.integration
Methods in org.snpeff.snpEffect.testCases.integration with parameters of type CommandLine Modifier and Type Method Description java.lang.StringIntegrationTest. command(CommandLine command)Run a 'command' and return everything printed to stdoutvoidIntegrationTest. command(CommandLine command, java.lang.String expectedOutputFile)Run a command and compare to an expected output (form a file)java.lang.StringIntegrationTest. showCommand(CommandLine command)Show command (as a command line) -
Uses of CommandLine in org.snpeff.spliceSites
Classes in org.snpeff.spliceSites that implement CommandLine Modifier and Type Class Description classSnpEffCmdSpliceAnalysisAnalyze sequences from splice sites
-