cancer_biomarker_data: Cancer Biomarker Data

cancer_biomarker_dataR Documentation

Cancer Biomarker Data

Description

A simulated dataset containing patient demographics and levels of various cancer biomarkers, along with cancer status and stage. Useful for evaluating diagnostic or prognostic performance of biomarkers.

Usage

data(cancer_biomarker_data)

Format

A data frame with 500 rows and 11 variables:

patient_id

Integer. Unique patient identifier.

age

Integer. Patient's age in years.

age_group

Character. Age group of the patient (e.g., "<50", "50-70", ">70").

sex

Character. Sex of the patient (e.g., "Male", "Female").

ca125

Numeric. Level of Cancer Antigen 125 biomarker.

he4

Numeric. Level of Human Epididymis Protein 4 biomarker.

cea

Numeric. Level of Carcinoembryonic Antigen biomarker.

ca199

Numeric. Level of Carbohydrate Antigen 19-9 biomarker.

roma_score

Numeric. Risk of Ovarian Malignancy Algorithm score.

cancer_status

Character. Diagnosis of cancer (e.g., "Cancer", "Benign").

stage

Character. Cancer stage if applicable (e.g., "I", "II", "III", "IV", or "Benign").

Examples

data(cancer_biomarker_data)
str(cancer_biomarker_data)
head(cancer_biomarker_data)
summary(cancer_biomarker_data$ca125)
table(cancer_biomarker_data$cancer_status)

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.