Uses of Class
org.monarchinitiative.exomiser.core.proto.AlleleProto.AlleleProperties
Packages that use AlleleProto.AlleleProperties
Package
Description
-
Uses of AlleleProto.AlleleProperties in org.monarchinitiative.exomiser.core.proto
Methods in org.monarchinitiative.exomiser.core.proto that return AlleleProto.AllelePropertiesModifier and TypeMethodDescriptionAlleleProto.AlleleProperties.Builder.build()
AlleleProto.AlleleProperties.Builder.buildPartial()
static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.getDefaultInstance()
AlleleProto.AlleleProperties.Builder.getDefaultInstanceForType()
AlleleProto.AlleleProperties.getDefaultInstanceForType()
static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseDelimitedFrom
(InputStream input) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(byte[] data) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(com.google.protobuf.ByteString data) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(com.google.protobuf.CodedInputStream input) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(InputStream input) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(ByteBuffer data) static AlleleProto.AlleleProperties
AlleleProto.AlleleProperties.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.monarchinitiative.exomiser.core.proto that return types with arguments of type AlleleProto.AllelePropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AlleleProto.AlleleProperties>
AlleleProto.AlleleProperties.getParserForType()
static com.google.protobuf.Parser<AlleleProto.AlleleProperties>
AlleleProto.AlleleProperties.parser()
Methods in org.monarchinitiative.exomiser.core.proto with parameters of type AlleleProto.AllelePropertiesModifier and TypeMethodDescriptionAlleleProto.AlleleProperties.Builder.mergeFrom
(AlleleProto.AlleleProperties other) AlleleProto.AlleleProperties.newBuilder
(AlleleProto.AlleleProperties prototype) -
Uses of AlleleProto.AlleleProperties in org.monarchinitiative.lirical.exomiser_db_adapter
Methods in org.monarchinitiative.lirical.exomiser_db_adapter that return types with arguments of type AlleleProto.AllelePropertiesModifier and TypeMethodDescriptionstatic org.h2.mvstore.MVMap<AlleleProto.AlleleKey,
AlleleProto.AlleleProperties> MvStoreUtil.openAlleleMVMap
(org.h2.mvstore.MVStore mvStore) Opens the 'alleles' map from theMVStore
. -
Uses of AlleleProto.AlleleProperties in org.monarchinitiative.lirical.exomiser_db_adapter.model
Methods in org.monarchinitiative.lirical.exomiser_db_adapter.model with parameters of type AlleleProto.AllelePropertiesModifier and TypeMethodDescriptionstatic FrequencyData
AlleleProtoAdaptor.toFrequencyData
(AlleleProto.AlleleProperties alleleProperties) static PathogenicityData
AlleleProtoAdaptor.toPathogenicityData
(AlleleProto.AlleleProperties alleleProperties) -
Uses of AlleleProto.AlleleProperties in org.monarchinitiative.lirical.exomiser_db_adapter.serializers
Methods in org.monarchinitiative.lirical.exomiser_db_adapter.serializers that return AlleleProto.AlleleProperties