OncoDataSets
Collection of data focused on cancer research, covering survival rates, genetic studies, biomarkers, and epidemiological insights.
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
Repository
Collection of data focused on cancer research, covering survival rates, genetic studies, biomarkers, and epidemiological insights.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
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ú
- Twitter: RHablamos
- Repositories: 2
- Profile: https://github.com/lightbluetitan
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
- Homepage: https://github.com/lightbluetitan/oncodatasets
- Documentation: http://cran.r-project.org/web/packages/OncoDataSets/OncoDataSets.pdf
- License: GPL-3
-
Latest release: 0.1.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- dplyr * suggests
- ggplot2 * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests