Gene
No description
type Gene {
  sid: ID!
  Feature_type: String
  Full_name_from_nomenclature_authority: String
  GeneID: String
  LocusTag: String
  Modification_date: String
  Nomenclature_status: String
  Other_designations: String
  Symbol: String
  Symbol_from_nomenclature_authority: String
  Synonyms: String
  chromosome: String
  dbXrefs: String
  description: String
  map_location: String
  name: String
  source: String!
  tax_id: String
  taxid: String
  type_of_gene: String
  transcripts(
    first: Int = 0
    offset: Int = 0
    orderBy: [_GeneCodesOrdering] = []
    filter: _GeneGeneCodesFilter
  ): [_GeneTranscripts]
  expressedTissues(
    first: Int = 0
    offset: Int = 0
    orderBy: [_ExpressedOrdering] = []
    filter: _GeneExpressedFilter
  ): [_GeneExpressedTissues]
  pathways(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MemberOrdering] = []
    filter: _GeneMemberFilter
  ): [_GenePathways]
  mapsGenes: _GeneMapsGenesDirections
  mapsGeneSymbols(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MapsGeneSymbolOrdering] = []
    filter: _GeneMapsGeneSymbolFilter
  ): [_GeneMapsGeneSymbols]
  mapsGeneSymbolsWithOmitSpecialChar(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MapsGeneSymbolsWithOmitedSpecialCharOrdering] = []
    filter: _GeneMapsGeneSymbolsWithOmitedSpecialCharFilter
  ): [_GeneMapsGeneSymbolsWithOmitSpecialChar]
  mapsGeneSymbolsWithOmitLength(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MapsGeneSymbolsWithOmitLengthOrdering] = []
    filter: _GeneMapsGeneSymbolsWithOmitLengthFilter
  ): [_GeneMapsGeneSymbolsWithOmitLength]
  mapsGeneSymbolsWithOmitWord(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MapsGeneSymbolsWithOmitWordOrdering] = []
    filter: _GeneMapsGeneSymbolsWithOmitWordFilter
  ): [_GeneMapsGeneSymbolsWithOmitWord]
  diseases(
    first: Int = 0
    offset: Int = 0
    orderBy: [_AssociatesDaGOrdering] = []
    filter: _GeneAssociatesDaGFilter
  ): [_GeneDiseases]
  _id: String
}
Fields
sid (ID!)
Feature_type (String)
Full_name_from_nomenclature_authority (String)
GeneID (String)
LocusTag (String)
Modification_date (String)
Nomenclature_status (String)
Other_designations (String)
Symbol (String)
Symbol_from_nomenclature_authority (String)
Synonyms (String)
chromosome (String)
dbXrefs (String)
description (String)
map_location (String)
name (String)
source (String!)
tax_id (String)
taxid (String)
type_of_gene (String)
transcripts ([_GeneTranscripts])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_GeneCodesOrdering])
- 
filter(_GeneGeneCodesFilter)
expressedTissues ([_GeneExpressedTissues])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_ExpressedOrdering])
- 
filter(_GeneExpressedFilter)
pathways ([_GenePathways])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MemberOrdering])
- 
filter(_GeneMemberFilter)
mapsGenes (_GeneMapsGenesDirections)
mapsGeneSymbols ([_GeneMapsGeneSymbols])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsGeneSymbolOrdering])
- 
filter(_GeneMapsGeneSymbolFilter)
mapsGeneSymbolsWithOmitSpecialChar ([_GeneMapsGeneSymbolsWithOmitSpecialChar])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsGeneSymbolsWithOmitedSpecialCharOrdering])
- 
filter(_GeneMapsGeneSymbolsWithOmitedSpecialCharFilter)
mapsGeneSymbolsWithOmitLength ([_GeneMapsGeneSymbolsWithOmitLength])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsGeneSymbolsWithOmitLengthOrdering])
- 
filter(_GeneMapsGeneSymbolsWithOmitLengthFilter)
mapsGeneSymbolsWithOmitWord ([_GeneMapsGeneSymbolsWithOmitWord])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsGeneSymbolsWithOmitWordOrdering])
- 
filter(_GeneMapsGeneSymbolsWithOmitWordFilter)
diseases ([_GeneDiseases])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_AssociatesDaGOrdering])
- 
filter(_GeneAssociatesDaGFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.