Uses of Class
org.snpeff.snpEffect.ErrorWarningType
-
Packages that use ErrorWarningType Package Description org.snpeff.interval org.snpeff.snpEffect org.snpeff.snpEffect.testCases.integration org.snpeff.util -
-
Uses of ErrorWarningType in org.snpeff.interval
Methods in org.snpeff.interval that return ErrorWarningType Modifier and Type Method Description ErrorWarningTypeExon. sanityCheck(Variant variant)Check that the base in the exon corresponds with the one in the SNPErrorWarningTypeTranscript. sanityCheck(Variant variant)Perfom some baseic chekcs, return error type, if any -
Uses of ErrorWarningType in org.snpeff.snpEffect
Methods in org.snpeff.snpEffect that return ErrorWarningType Modifier and Type Method Description static ErrorWarningTypeErrorWarningType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorWarningType[]ErrorWarningType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snpeff.snpEffect with parameters of type ErrorWarningType Modifier and Type Method Description voidVariantEffect. addErrorMessage(ErrorWarningType errmsg)voidVariantEffects. addErrorWarning(Variant variant, ErrorWarningType errwarn)voidVariantEffect. addErrorWarningInfo(ErrorWarningType errwarn)Add an error or warningvoidVariantEffect. addInfoMessage(ErrorWarningType infomsg)voidVariantEffect. addWarningMessge(ErrorWarningType warnmsg) -
Uses of ErrorWarningType in org.snpeff.snpEffect.testCases.integration
Methods in org.snpeff.snpEffect.testCases.integration with parameters of type ErrorWarningType Modifier and Type Method Description voidTestCasesIntegrationBase. checkTranscriptError(java.lang.String[] args, ErrorWarningType warningType)Run a predictor and check if the expected warnings appear -
Uses of ErrorWarningType in org.snpeff.util
Fields in org.snpeff.util with type parameters of type ErrorWarningType Modifier and Type Field Description protected static java.util.Map<ErrorWarningType,java.lang.Integer>Log. warnCountMethods in org.snpeff.util that return types with arguments of type ErrorWarningType Modifier and Type Method Description static java.util.Map<ErrorWarningType,java.lang.Integer>Log. getWarnCount()Methods in org.snpeff.util with parameters of type ErrorWarningType Modifier and Type Method Description static voidLog. silenceWarning(ErrorWarningType warningType)static voidLog. warning(ErrorWarningType warnType, java.lang.String msg)Show a warning message (up to MAX_ERRORS times)
-