RegulatorResultArrayType getRegulatorsFromGene(ParamsType $params) |
Returns the regulators and regulation information for a given gene
|
ParamsType {
idtype: string
id: string
}
idtype: specifies what kind of gene identifier is given
1. "acc": PRODORIC gene accession number (e.g. GE00179035)
2. "orf": locus identifier of the specified gene (e.g. PA5170)
id: content of idtype (e.g. GE00179035 or PA5170)
|
Array of
OperonResultArrayType {
protein_acc string
short_name string
protein_name string
mode_of_action string
promoter_acc string
promoter_name string
site_acc string
site_name string
sequence string
references string
}
protein_acc: PRODORIC protein accession number
short_name: protein short name
protein_name: protein description (long name)
orf_id: locus identifier of the specified gene
mode_of_action: +: up-regulation, -: down-regulation, empty: unknown
promoter_acc: PRODORIC promoter accession number
promoter_name: name of the promoter
site_acc: PRODORIC DNA binding site accession number
site_name: name of the DNA binding site
sequence: DNA binding site sequence
references: comma separated PubMed ids (PMID)
|