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]
)
-
first
(Int
) -
offset
(Int
) -
orderBy
([_AssociationOrdering]
) -
filter
(_ProteinAssociationFilter
)
transcripts
([_ProteinTranscripts]
)
-
first
(Int
) -
offset
(Int
) -
orderBy
([_ProteinCodesOrdering]
) -
filter
(_ProteinProteinCodesFilter
)
mapsProteins
(_ProteinMapsProteinsDirections
)
_id
(String
)
Generated field for querying the Neo4j system id of this node.