Individual class for OSP snapshot individuals
Individual.Rd
An R6 class that represents an individual in an OSP snapshot. This class provides methods to access different properties of an individual and display a summary of its information.
Active bindings
data
The raw data of the individual (read-only)
name
The name of the individual
seed
The simulation seed for the individual
species
The species of the individual
population
The population of the individual
gender
The gender of the individual
age
The age value of the individual
age_unit
The age unit of the individual
weight
The weight value of the individual
weight_unit
The weight unit of the individual
height
The height value of the individual
height_unit
The height unit of the individual
gestational_age
The gestational age value of the individual
gestational_age_unit
The gestational age unit of the individual
disease_state
The disease state of the individual
disease_state_parameters
The disease state parameters of the individual
parameters
The list of parameter objects with a custom print method
calculation_methods
The calculation methods of the individual
expression_profiles
The expression profiles of the individual (read-only)
Methods
Method print()
Print a summary of the individual including its properties and parameters.
Method to_df()
Convert individual data to tibbles