org.bdgenomics.adam

projections

package projections

Visibility
  1. Public
  2. All

Type Members

  1. abstract class FieldEnumeration extends Enumeration

  2. trait FieldValue extends AnyRef

    The FieldValue trait (and its sister abstract class, FieldEnumeration) are meant to help clean up the use of Projection when dealing with field enumeration classes like ADAMRecordField.

Value Members

  1. object AlignmentRecordField extends FieldEnumeration

    This enumeration exist in order to reduce typo errors in the code.

  2. object DatabaseVariantAnnotationField extends FieldEnumeration

  3. object FeatureField extends FieldEnumeration

    This enumeration exist in order to reduce typo errors in the code.

  4. object Filter

  5. object GenotypeField extends FieldEnumeration

  6. object NucleotideContigFragmentField extends FieldEnumeration

    This enumeration exist in order to reduce typo errors in the code.

  7. object Projection

    Avro utility object to create a projection of a Schema

  8. object VariantCallingAnnotationsField extends FieldEnumeration

  9. object VariantField extends FieldEnumeration

Ungrouped