## pertdb.Biologic

| class pertdb.Biologic(name: str, abbr: str | None, synonyms: str | None, description: str | None) |
class pertdb.Biologic(*db_args)

 Bases: "BioRecord", "TracksRun", "TracksUpdates"

 Proteins, peptides, antibodies, enzymes, growth factors, etc.

 Example:

 import pertdb

 biologic = pertdb.Biologic(
 name="IFNG",
 type="cytokine",
 ).save()

 name: str

 Name of the compound.

 type: BiologicType

 The type.

 proteins: Protein

 Proteins associated with this biologic.

 targets: PerturbationTarget

 Targets of the perturbation.

 artifacts: Artifact

 Artifacts linked to the compound.