OncoDataSets

Collection of data focused on cancer research, covering survival rates, genetic studies, biomarkers, and epidemiological insights.

https://github.com/lightbluetitan/oncodatasets

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Collection of data focused on cancer research, covering survival rates, genetic studies, biomarkers, and epidemiological insights.

Basic Info
  • Host: GitHub
  • Owner: lightbluetitan
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 2.25 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

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:

```R

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:

  • _df: Data frame.
  • tbldf: Tibble (a modern version of a data frame).
  • _array: Array.
  • _list: List.

Example Code:

```R

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:

  • CA19PancreaticCancer_df: A data frame focused on the diagnosis of pancreatic cancer using the CA19-9 biomarker.

  • ColorectalMiRNAstbldf: A tibble containing PubMed data of miRNAs in colorectal cancer.

  • CancerSmokeCity_array: An array with lung cancer data categorized by smoking status and city.

  • VALungCancer_list: A list containing VA lung cancer study data.

Owner

  • Name: Renzo Cáceres Rossi
  • Login: lightbluetitan
  • Kind: user
  • Location: Lima, Perú

Soy un fanatico del Lenguaje de programación R y RMarkdown

GitHub Events

Total
  • Watch event: 3
  • Push event: 2
  • Create event: 2
Last Year
  • Watch event: 3
  • Push event: 2
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 574 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: OncoDataSets

A Comprehensive Collection of Cancer Types and Cancer-Related Datasets

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 574 Last month
Rankings
Dependent packages count: 27.6%
Dependent repos count: 34.0%
Average: 49.5%
Downloads: 86.9%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • dplyr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests