planned cell infection process
IRI: https://spec.industrialontologies.org/ontology/construct/PlannedCellInfectionProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaManufacturingExecution/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ planned cell infection process
Definition
planned process in which a cell culture is exposed to a virus inoculum under defined conditions in order to generate a population of infected host cells
Semi-Formal Definition:
every instance of βplanned cell infection processβ is defined as exactly an instance of βplanned processβ that βhas occurrent partβ some βvirus inoculation processβ and βhas specified outputβ some βcell populationβ that βhas member part at all timesβ some βinfected host cellβ
Explanatory Notes
1) This process specifically refers to the intentional exposure of a host cell culture (e.g., HEK293, MDCK) to virus, either as free virions or infected cells, under well-controlled and documented conditions such as multiplicity of infection (MOI), adsorption time, and temperature, in order to generate infected host cells. 2) Typical conditions specified include multiplicity of infection (MOI), adsorption/contact time, incubation temperature, and incubation duration. 3) The specified output of this process is a cell population containing infected host cells. This cell population may be part of a cell culture that is subsequently propagated, harvested for virus recovery, or used as inoculum for a subsequent culture stage.
Examples
- Infecting HEK293 cells with an adenovirus vector at MOI 5, incubating for 2 hours at 37 Β°C for adsorption, replacing medium, and culturing for 48 hours to produce infected HEK293 cells
Counter-Examples
- Transfecting cells with plasmid DNA
Adapted From
- https://www.thermofisher.com/rs/en/home/references/protocols/proteins-expression-isolation-and-analysis/adenovirus-protocol/virapower-adenoviral-expression-system.html
Formal Axioms
First-Order Logic Definition
PlannedCellInfectionProcess(x) β PlannedProcess(x) β§ βv (VirusInoculationProcess(v) β§ hasOccurrentPart(x, v)) β§ βp (CellPopulation(p) β§ hasSpecifiedOutput(x, p) β§ βc (InfectedHostCell(c) β§ hasMemberPartAtAllTimes(p, c)))
Description Logic
constr:PlannedCellInfectionProcess β‘ constr:PlannedProcess β β bfo:has_occurrent_part .constr:VirusInoculationProcess β β constr:hasSpecifiedOutput .(constr:CellPopulation β β bfo:has_member_part_at_all_times .constr:InfectedHostCell)
constr:PlannedCellInfectionProcess β constr:PlannedProcess
EquivalentTo: constr:PlannedProcess and bfo:has_occurrent_part some constr:VirusInoculationProcess and constr:hasSpecifiedOutput some (constr:CellPopulation and bfo:has_member_part_at_all_times some constr:InfectedHostCell)
SubClassOf: constr:PlannedProcess