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])

expressedTissues ([_GeneExpressedTissues])

pathways ([_GenePathways])

mapsGenes (_GeneMapsGenesDirections)

mapsGeneSymbols ([_GeneMapsGeneSymbols])

mapsGeneSymbolsWithOmitSpecialChar ([_GeneMapsGeneSymbolsWithOmitSpecialChar])

mapsGeneSymbolsWithOmitLength ([_GeneMapsGeneSymbolsWithOmitLength])

mapsGeneSymbolsWithOmitWord ([_GeneMapsGeneSymbolsWithOmitWord])

diseases ([_GeneDiseases])

_id (String)

Generated field for querying the Neo4j system id of this node.