org
.
bdgenomics
.
adam
.
avro
VariantCallingAnnotations
class
VariantCallingAnnotations
extends
SpecificRecordBase
with
SpecificRecord
Linear Supertypes
SpecificRecordBase
,
Comparable
[
SpecificRecord
],
SpecificRecord
,
IndexedRecord
,
GenericContainer
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
VariantCallingAnnotations
SpecificRecordBase
Comparable
SpecificRecord
IndexedRecord
GenericContainer
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
VariantCallingAnnotations
(
readDepth:
Integer
,
downsampled:
Boolean
,
baseQRankSum:
Float
,
clippingRankSum:
Float
,
fisherStrandBiasPValue:
Float
,
haplotypeScore:
Float
,
inbreedingCoefficient:
Float
,
alleleCountMLE:
List
[
Integer
]
,
alleleFrequencyMLE:
List
[
Integer
]
,
rmsMapQ:
Float
,
mapq0Reads:
Integer
,
mqRankSum:
Float
,
usedForNegativeTrainingSet:
Boolean
,
usedForPositiveTrainingSet:
Boolean
,
variantQualityByDepth:
Float
,
readPositionRankSum:
Float
,
vqslod:
Float
,
culprit:
CharSequence
,
variantCallErrorProbability:
Float
,
variantIsPassing:
Boolean
,
variantFilters:
List
[
CharSequence
]
)
new
VariantCallingAnnotations
()
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
VariantCallingAnnotations
→ SpecificRecordBase → IndexedRecord
def
getAlleleCountMLE
()
:
List
[
Integer
]
def
getAlleleFrequencyMLE
()
:
List
[
Integer
]
def
getBaseQRankSum
()
:
Float
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClippingRankSum
()
:
Float
def
getCulprit
()
:
CharSequence
def
getDownsampled
()
:
Boolean
def
getFisherStrandBiasPValue
()
:
Float
def
getHaplotypeScore
()
:
Float
def
getInbreedingCoefficient
()
:
Float
def
getMapq0Reads
()
:
Integer
def
getMqRankSum
()
:
Float
def
getReadDepth
()
:
Integer
def
getReadPositionRankSum
()
:
Float
def
getRmsMapQ
()
:
Float
def
getSchema
()
:
Schema
Definition Classes
VariantCallingAnnotations
→ SpecificRecordBase → GenericContainer
def
getUsedForNegativeTrainingSet
()
:
Boolean
def
getUsedForPositiveTrainingSet
()
:
Boolean
def
getVariantCallErrorProbability
()
:
Float
def
getVariantFilters
()
:
List
[
CharSequence
]
def
getVariantIsPassing
()
:
Boolean
def
getVariantQualityByDepth
()
:
Float
def
getVqslod
()
:
Float
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
VariantCallingAnnotations
→ SpecificRecordBase → IndexedRecord
def
setAlleleCountMLE
(
value:
List
[
Integer
]
)
:
Unit
def
setAlleleFrequencyMLE
(
value:
List
[
Integer
]
)
:
Unit
def
setBaseQRankSum
(
value:
Float
)
:
Unit
def
setClippingRankSum
(
value:
Float
)
:
Unit
def
setCulprit
(
value:
CharSequence
)
:
Unit
def
setDownsampled
(
value:
Boolean
)
:
Unit
def
setFisherStrandBiasPValue
(
value:
Float
)
:
Unit
def
setHaplotypeScore
(
value:
Float
)
:
Unit
def
setInbreedingCoefficient
(
value:
Float
)
:
Unit
def
setMapq0Reads
(
value:
Integer
)
:
Unit
def
setMqRankSum
(
value:
Float
)
:
Unit
def
setReadDepth
(
value:
Integer
)
:
Unit
def
setReadPositionRankSum
(
value:
Float
)
:
Unit
def
setRmsMapQ
(
value:
Float
)
:
Unit
def
setUsedForNegativeTrainingSet
(
value:
Boolean
)
:
Unit
def
setUsedForPositiveTrainingSet
(
value:
Boolean
)
:
Unit
def
setVariantCallErrorProbability
(
value:
Float
)
:
Unit
def
setVariantFilters
(
value:
List
[
CharSequence
]
)
:
Unit
def
setVariantIsPassing
(
value:
Boolean
)
:
Unit
def
setVariantQualityByDepth
(
value:
Float
)
:
Unit
def
setVqslod
(
value:
Float
)
:
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