The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

OncoDataSets

The OncoDataSets package offers a rich collection of datasets focused on cancer research, covering survival rates, genetic studies, biomarkers, and epidemiological insights. This package is designed to support researchers, analysts, and bioinformatics practitioners in advancing the understanding of cancer epidemiology, genetics, and treatment outcomes.

The datasets span various cancer types, including melanoma, leukemia, breast, ovarian, and lung cancer. Each dataset is named with a suffix indicating its structure or type, making it easier to identify and work with the data.

Installation

You can install the OncoDataSets package from CRAN with the following R function:


install.packages("OncoDataSets")

Usage

After installation, load the package and start exploring the datasets. The naming convention helps you easily understand the structure of each dataset:

Example Code:


# Load the package
library(OncoDataSets)

# Load a dataset
data("CA19PancreaticCancer_df")

# View the dataset
head(CA19PancreaticCancer_df)

# Load another dataset
data("CancerSmokeCity_array")

# Display the structure of the array
str(CancerSmokeCity_array)

Example Datasets

Here are some example datasets included in the OncoDataSets package:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.