Protein

No description

type Protein {
sid: String!
category: String
desc: String
length: String
name: String
source: String!
status: String
taxid: String!
version: String
associations(
first: Int = 0
offset: Int = 0
orderBy: [_AssociationOrdering] = []
filter: _ProteinAssociationFilter
): [_ProteinAssociations]
transcripts(
first: Int = 0
offset: Int = 0
orderBy: [_ProteinCodesOrdering] = []
filter: _ProteinProteinCodesFilter
): [_ProteinTranscripts]
mapsProteins: _ProteinMapsProteinsDirections
_id: String
}

Fields

sid (String!)

category (String)

desc (String)

length (String)

name (String)

source (String!)

status (String)

taxid (String!)

version (String)

associations ([_ProteinAssociations])

transcripts ([_ProteinTranscripts])

mapsProteins (_ProteinMapsProteinsDirections)

_id (String)

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