| ODBOperon {SMRUCC.genomics.Model.OperonMapper} | .NET clr documentation |
A row of the data in ODB dataset known_operon.download.txt
# namespace SMRUCC.genomics.Model.OperonMapper
export class ODBOperon {
definition: string;
# the operon cluster id
koid: string;
# the operon name
name: string;
# the operon member gene ids, separated by comma
op: string;
org: string;
source: string;
}