pica.structure package

Submodules

pica.structure.records module

class pica.structure.records.GenotypeRecord(identifier: str, features: List[str])[source]

Bases: object

TODO add docstring

class pica.structure.records.GroupRecord(identifier: str, group_name: str, group_id: int)[source]

Bases: object

TODO add docstring

class pica.structure.records.PhenotypeRecord(identifier: str, trait_name: str, trait_sign: int)[source]

Bases: object

TODO add docstring

class pica.structure.records.TrainingRecord(identifier: str, group_name: str, group_id: int, trait_name: str, trait_sign: int, features: List[str])[source]

Bases: pica.structure.records.GenotypeRecord, pica.structure.records.PhenotypeRecord, pica.structure.records.GroupRecord

TODO add docstring

Module contents