In Vivo

class LabGuruAPI._in_vivo.StudyDesign(study_id_num: int)[source]

Represents the design of a study, including data handling and synchronization.

This class is responsible for managing and processing study design data, including loading data from various sources and synchronizing with a laboratory management system. It handles the creation of rodents and associated tissue samples as part of the experimental design.

study_id

Unique identifier for the study.

Type:

int

study_name

Name of the study, generated based on the study ID.

Type:

str

dataset_name

Name of the dataset associated with the study.

Type:

str

df

DataFrame containing the study design data.

Type:

pd.DataFrame

dataset

Dataset object corresponding to the study’s dataset.

Type:

Dataset