Class GeneWiseMendelianAnnotationProcessor

    • Constructor Summary

      Constructors 
      Constructor Description
      GeneWiseMendelianAnnotationProcessor​(de.charite.compbio.jannovar.pedigree.Pedigree pedigree, de.charite.compbio.jannovar.data.JannovarData jannovarData, Consumer<htsjdk.variant.variantcontext.VariantContext> sink, boolean interpretFilters)
      Construct processor with the path to the PED file to use
    • Constructor Detail

      • GeneWiseMendelianAnnotationProcessor

        public GeneWiseMendelianAnnotationProcessor​(de.charite.compbio.jannovar.pedigree.Pedigree pedigree,
                                                    de.charite.compbio.jannovar.data.JannovarData jannovarData,
                                                    Consumer<htsjdk.variant.variantcontext.VariantContext> sink,
                                                    boolean interpretFilters)
        Construct processor with the path to the PED file to use
        Parameters:
        pedigree - the Pedigree object to use
        jannovarData - JannovarData object to use for getting the genes from
        sink - location to write the VariantContext to
        interpretFilters - whether or not to interpret genotype- or variant-wise filters