Uses of Class
org.monarchinitiative.exomiser.core.proto.AlleleProto.AlleleKey
Packages that use AlleleProto.AlleleKey
Package
Description
-
Uses of AlleleProto.AlleleKey in org.monarchinitiative.exomiser.core.proto
Methods in org.monarchinitiative.exomiser.core.proto that return AlleleProto.AlleleKeyModifier and TypeMethodDescriptionAlleleProto.AlleleKey.Builder.build()AlleleProto.AlleleKey.Builder.buildPartial()static AlleleProto.AlleleKeyAlleleProto.AlleleKey.getDefaultInstance()AlleleProto.AlleleKey.Builder.getDefaultInstanceForType()AlleleProto.AlleleKey.getDefaultInstanceForType()static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseDelimitedFrom(InputStream input) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(byte[] data) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(com.google.protobuf.ByteString data) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(com.google.protobuf.CodedInputStream input) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(InputStream input) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(ByteBuffer data) static AlleleProto.AlleleKeyAlleleProto.AlleleKey.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.monarchinitiative.exomiser.core.proto that return types with arguments of type AlleleProto.AlleleKeyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AlleleProto.AlleleKey>AlleleProto.AlleleKey.getParserForType()static com.google.protobuf.Parser<AlleleProto.AlleleKey>AlleleProto.AlleleKey.parser()Methods in org.monarchinitiative.exomiser.core.proto with parameters of type AlleleProto.AlleleKeyModifier and TypeMethodDescriptionAlleleProto.AlleleKey.Builder.mergeFrom(AlleleProto.AlleleKey other) AlleleProto.AlleleKey.newBuilder(AlleleProto.AlleleKey prototype) -
Uses of AlleleProto.AlleleKey in org.monarchinitiative.lirical.exomiser_db_adapter
Methods in org.monarchinitiative.lirical.exomiser_db_adapter that return types with arguments of type AlleleProto.AlleleKeyModifier and TypeMethodDescriptionstatic org.h2.mvstore.MVMap<AlleleProto.AlleleKey,AlleleProto.AlleleProperties> MvStoreUtil.openAlleleMVMap(org.h2.mvstore.MVStore mvStore) Opens the 'alleles' map from theMVStore.static org.h2.mvstore.MVMap<AlleleProto.AlleleKey,AlleleProto.ClinVar> MvStoreUtil.openClinVarMVMap(org.h2.mvstore.MVStore mvStore) Opens the 'clinvar' map from theMVStore. -
Uses of AlleleProto.AlleleKey in org.monarchinitiative.lirical.exomiser_db_adapter.model
Methods in org.monarchinitiative.lirical.exomiser_db_adapter.model that return AlleleProto.AlleleKeyModifier and TypeMethodDescriptionstatic AlleleProto.AlleleKeyAlleleProtoAdaptor.toAlleleKey(int contigId, int start, String ref, String alt) static AlleleProto.AlleleKeyAlleleProtoAdaptor.toAlleleKey(org.monarchinitiative.svart.GenomicVariant variant) -
Uses of AlleleProto.AlleleKey in org.monarchinitiative.lirical.exomiser_db_adapter.serializers
Methods in org.monarchinitiative.lirical.exomiser_db_adapter.serializers that return AlleleProto.AlleleKeyMethods in org.monarchinitiative.lirical.exomiser_db_adapter.serializers that return types with arguments of type AlleleProto.AlleleKeyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AlleleProto.AlleleKey>AlleleKeyDataType.messageParser()Methods in org.monarchinitiative.lirical.exomiser_db_adapter.serializers with parameters of type AlleleProto.AlleleKeyModifier and TypeMethodDescriptionintAlleleKeyDataType.compare(AlleleProto.AlleleKey a, AlleleProto.AlleleKey b) Sorts variants according to their natural ordering of genome position.