ProstateMethylation_df | R Documentation |
This dataset, ProstateMethylation_df, is a data frame containing pre-processed beta methylation values collected from two sample types (benign and tumor tissue) of 4 patients diagnosed with prostate cancer. The dataset can be used for analyses of methylation patterns in benign versus tumor tissues in prostate cancer cases.
data(ProstateMethylation_df)
A data frame with 5067 observations and 9 variables:
Unique identifier for the methylation probe (character).
Beta methylation value for benign tissue, patient 1 (numeric).
Beta methylation value for benign tissue, patient 2 (numeric).
Beta methylation value for benign tissue, patient 3 (numeric).
Beta methylation value for benign tissue, patient 4 (numeric).
Beta methylation value for tumor tissue, patient 1 (numeric).
Beta methylation value for tumor tissue, patient 2 (numeric).
Beta methylation value for tumor tissue, patient 3 (numeric).
Beta methylation value for tumor tissue, patient 4 (numeric).
The dataset name has been kept as ProstateMethylation_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets package and assists users in identifying its specific characteristics. The suffix '_df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the betaclust package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.