CytoMethIC

This is the development version of CytoMethIC; for the stable release version, see CytoMethIC.

DNA methylation-based machine learning models


Bioconductor version: Development (3.21)

This package provides model data and functions for easily using machine learning models that use data from the DNA methylome to classify cancer type and phenotype from a sample. The primary motivation for the development of this package is to abstract away the granular and accessibility-limiting code required to utilize machine learning models in R. Our package provides this abstraction for RandomForest, e1071 Support Vector, Extreme Gradient Boosting, and Tensorflow models. This is paired with an ExperimentHub component, which contains models developed for epigenetic cancer classification and predicting phenotypes. This includes CNS tumor classification, Pan-cancer classification, race prediction, cell of origin classification, and subtype classification models. The package links to our models on ExperimentHub. The package currently supports HM450, EPIC, EPICv2, MSA, and MM285.

Author: Wanding Zhou [aut] (ORCID: ), Jacob Fanale [aut, cre] (ORCID: )

Maintainer: Jacob Fanale <jfanale at seas.upenn.edu>

Citation (from within R, enter citation("CytoMethIC")):

Installation

To install this package, start R (version "4.5") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("CytoMethIC")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("CytoMethIC")
1. Basic Information HTML R Script
2. CytoMethIC Oncology HTML R Script
Reference Manual PDF
NEWS Text

Details

biocViews CancerData, ExperimentData, ExperimentHub, Genome, MethylationArrayData, MicroarrayData, PackageTypeData
Version 1.3.3
License Artistic-2.0
Depends R (>= 4.4.0), ExperimentHub
Imports utils, stats, tools, sesame, methods, sesameData, BiocParallel, BiocManager
System Requirements
URL https://github.com/zhou-lab/CytoMethIC
Bug Reports https://github.com/zhou-lab/CytoMethIC/issues
See More
Suggests tibble, BiocStyle, randomForest, testthat, knitr, rmarkdown, e1071, xgboost, keras, tensorflow
Linking To
Enhances
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report Build Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package CytoMethIC_1.3.3.tar.gz
Windows Binary (x86_64)
macOS Binary (x86_64)
macOS Binary (arm64)
Source Repository git clone https://git.bioconductor.org/packages/CytoMethIC
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/CytoMethIC
Package Short Url https://bioconductor.org/packages/CytoMethIC/
Package Downloads Report Download Stats