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

    Enumeration of AlignmentRecord field names for predicates and projections.

  2. object DatabaseVariantAnnotationField extends FieldEnumeration

    Enumeration of DatabaseVariantAnnotation field names for predicates and projections.

  3. object DbxrefField extends FieldEnumeration

    Enumeration of Dbxref field names for predicates and projections.

  4. object FeatureField extends FieldEnumeration

    Enumeration of Feature field names for predicates and projections.

  5. object Filter

  6. object GenotypeField extends FieldEnumeration

    Enumeration of Genotype field names for predicates and projections.

  7. object NucleotideContigFragmentField extends FieldEnumeration

    Enumeration of NucleotideContigFragment field names for predicates and projections.

  8. object OntologyTermField extends FieldEnumeration

    Enumeration of OntologyTerm field names for predicates and projections.

  9. object Projection

    Avro utility object to create a projection of a Schema.

  10. object VariantCallingAnnotationsField extends FieldEnumeration

    Enumeration of VariantCallingAnnotations field names for predicates and projections.

  11. object VariantField extends FieldEnumeration

    Enumeration of Variant field names for predicates and projections.

Ungrouped