All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gel.models.report.avro.InterpretationFlags Maven / Gradle / Ivy

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.gel.models.report.avro;  
@SuppressWarnings("all")
/** Some flags relevant to the interpretation of a case */
@org.apache.avro.specific.AvroGenerated
public enum InterpretationFlags { 
  mixed_chemistries, mixedLab_preparation, low_tumour_purity, uniparental_isodisomy, uniparental_heterodisomy, unusual_karyotype, high_cnv_count, high_estimate_human_contamination_fraction, mixed_recruiting_gmc, suspected_mosaicism, low_quality_sample, ffpe_tumour_sample, ff_nano_tumour_sample, missing_values_for_proband_in_reported_variant, reissued, supplementary_report_errors, internal_use_only, high_priority, suspected_increased_number_of_false_positive_heterozygous_loss_calls, suspected_poor_quality_cnv_calls, cnv_calls_assumed_xx_karyo, cnv_calls_assumed_xy_karyo, other  ;
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"InterpretationFlags\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"Some flags relevant to the interpretation of a case\",\"symbols\":[\"mixed_chemistries\",\"mixedLab_preparation\",\"low_tumour_purity\",\"uniparental_isodisomy\",\"uniparental_heterodisomy\",\"unusual_karyotype\",\"high_cnv_count\",\"high_estimate_human_contamination_fraction\",\"mixed_recruiting_gmc\",\"suspected_mosaicism\",\"low_quality_sample\",\"ffpe_tumour_sample\",\"ff_nano_tumour_sample\",\"missing_values_for_proband_in_reported_variant\",\"reissued\",\"supplementary_report_errors\",\"internal_use_only\",\"high_priority\",\"suspected_increased_number_of_false_positive_heterozygous_loss_calls\",\"suspected_poor_quality_cnv_calls\",\"cnv_calls_assumed_xx_karyo\",\"cnv_calls_assumed_xy_karyo\",\"other\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy