org
.
bdgenomics
.
adam
.
avro
ADAMGenotype
class
ADAMGenotype
extends
SpecificRecordBase
with
SpecificRecord
Linear Supertypes
SpecificRecordBase
,
Comparable
[
SpecificRecord
],
SpecificRecord
,
IndexedRecord
,
GenericContainer
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ADAMGenotype
SpecificRecordBase
Comparable
SpecificRecord
IndexedRecord
GenericContainer
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ADAMGenotype
(
variant:
ADAMVariant
,
variantCallingAnnotations:
VariantCallingAnnotations
,
sampleId:
CharSequence
,
sampleDescription:
CharSequence
,
processingDescription:
CharSequence
,
alleles:
List
[
ADAMGenotypeAllele
]
,
expectedAlleleDosage:
Float
,
referenceReadDepth:
Integer
,
alternateReadDepth:
Integer
,
readDepth:
Integer
,
minReadDepth:
Integer
,
genotypeQuality:
Integer
,
genotypeLikelihoods:
List
[
Integer
]
,
nonReferenceLikelihoods:
List
[
Integer
]
,
strandBiasComponents:
List
[
Integer
]
,
splitFromMultiAllelic:
Boolean
,
isPhased:
Boolean
,
phaseSetId:
Integer
,
phaseQuality:
Integer
)
new
ADAMGenotype
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compareTo
(
arg0:
SpecificRecord
)
:
Int
Definition Classes
SpecificRecordBase → Comparable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
SpecificRecordBase → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
arg0:
Int
)
:
AnyRef
Definition Classes
ADAMGenotype
→ SpecificRecordBase → IndexedRecord
def
getAlleles
()
:
List
[
ADAMGenotypeAllele
]
def
getAlternateReadDepth
()
:
Integer
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getExpectedAlleleDosage
()
:
Float
def
getGenotypeLikelihoods
()
:
List
[
Integer
]
def
getGenotypeQuality
()
:
Integer
def
getIsPhased
()
:
Boolean
def
getMinReadDepth
()
:
Integer
def
getNonReferenceLikelihoods
()
:
List
[
Integer
]
def
getPhaseQuality
()
:
Integer
def
getPhaseSetId
()
:
Integer
def
getProcessingDescription
()
:
CharSequence
def
getReadDepth
()
:
Integer
def
getReferenceReadDepth
()
:
Integer
def
getSampleDescription
()
:
CharSequence
def
getSampleId
()
:
CharSequence
def
getSchema
()
:
Schema
Definition Classes
ADAMGenotype
→ SpecificRecordBase → GenericContainer
def
getSplitFromMultiAllelic
()
:
Boolean
def
getStrandBiasComponents
()
:
List
[
Integer
]
def
getVariant
()
:
ADAMVariant
def
getVariantCallingAnnotations
()
:
VariantCallingAnnotations
def
hashCode
()
:
Int
Definition Classes
SpecificRecordBase → AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
put
(
arg0:
Int
,
arg1:
Any
)
:
Unit
Definition Classes
ADAMGenotype
→ SpecificRecordBase → IndexedRecord
def
setAlleles
(
value:
List
[
ADAMGenotypeAllele
]
)
:
Unit
def
setAlternateReadDepth
(
value:
Integer
)
:
Unit
def
setExpectedAlleleDosage
(
value:
Float
)
:
Unit
def
setGenotypeLikelihoods
(
value:
List
[
Integer
]
)
:
Unit
def
setGenotypeQuality
(
value:
Integer
)
:
Unit
def
setIsPhased
(
value:
Boolean
)
:
Unit
def
setMinReadDepth
(
value:
Integer
)
:
Unit
def
setNonReferenceLikelihoods
(
value:
List
[
Integer
]
)
:
Unit
def
setPhaseQuality
(
value:
Integer
)
:
Unit
def
setPhaseSetId
(
value:
Integer
)
:
Unit
def
setProcessingDescription
(
value:
CharSequence
)
:
Unit
def
setReadDepth
(
value:
Integer
)
:
Unit
def
setReferenceReadDepth
(
value:
Integer
)
:
Unit
def
setSampleDescription
(
value:
CharSequence
)
:
Unit
def
setSampleId
(
value:
CharSequence
)
:
Unit
def
setSplitFromMultiAllelic
(
value:
Boolean
)
:
Unit
def
setStrandBiasComponents
(
value:
List
[
Integer
]
)
:
Unit
def
setVariant
(
value:
ADAMVariant
)
:
Unit
def
setVariantCallingAnnotations
(
value:
VariantCallingAnnotations
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
SpecificRecordBase → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
SpecificRecordBase
Inherited from
Comparable
[
SpecificRecord
]
Inherited from
SpecificRecord
Inherited from
IndexedRecord
Inherited from
GenericContainer
Inherited from
AnyRef
Inherited from
Any
Ungrouped