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

org.phenopackets.schema.v1.core.GeneOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: base.proto

package org.phenopackets.schema.v1.core;

public interface GeneOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.phenopackets.schema.v1.core.Gene)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The official gene identifier as designated by the organism gene nomenclature committee e.g. HGNC:3477 or MGI:2385071
   * Preferentially this should be a CURIE, however it is acceptable to use another equivalent resource identifier
   * such as ENSG00000120705, uc003ldc.6
   * https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/HGNC:3477
   * 
* * string id = 1; */ java.lang.String getId(); /** *
   * The official gene identifier as designated by the organism gene nomenclature committee e.g. HGNC:3477 or MGI:2385071
   * Preferentially this should be a CURIE, however it is acceptable to use another equivalent resource identifier
   * such as ENSG00000120705, uc003ldc.6
   * https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/HGNC:3477
   * 
* * string id = 1; */ com.google.protobuf.ByteString getIdBytes(); /** * repeated string alternate_ids = 2; */ java.util.List getAlternateIdsList(); /** * repeated string alternate_ids = 2; */ int getAlternateIdsCount(); /** * repeated string alternate_ids = 2; */ java.lang.String getAlternateIds(int index); /** * repeated string alternate_ids = 2; */ com.google.protobuf.ByteString getAlternateIdsBytes(int index); /** *
   * The official gene symbol as designated by the organism gene nomenclature committee e.g. ETF1 or Etf1
   * 
* * string symbol = 3; */ java.lang.String getSymbol(); /** *
   * The official gene symbol as designated by the organism gene nomenclature committee e.g. ETF1 or Etf1
   * 
* * string symbol = 3; */ com.google.protobuf.ByteString getSymbolBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy