Skip to content

bhklab/consensusOV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check

Bioc-Release: Bioconductor RELEASE

Bioc-Devel: Bioconductor DEVEL

Overview

This package implements four major subtype classifiers for high-grade serous (HGS) ovarian cancer as described by Helland et al. (PLoS One, 2011), Bentink et al. (PLoS One, 2012), Verhaak et al. (J Clin Invest, 2013), and Konecny et al. (J Natl Cancer Inst, 2014). In addition, the package implements a consensus classifier, which consolidates and improves on the robustness of the proposed subtype classifiers, thereby providing reliable stratification of patients with HGS ovarian tumors of clearly defined subtype.

Author: Gregory M Chen, Lavanya Kannan, Ludwig Geistlinger, Victor Kofia, Levi Waldron, Benjamin Haibe-Kains

Installation

# Installing the development version from GitHub:
# install.packages("devtools")
devtools::install_github("bhklab/consensusOV")

# Installing the release version from Bioconductor:
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("consensusOV")

Usage

Extensive usage examples are provided in the consensusOV vignette on Bioconductor: consensusOV.pdf

Getting help

Contact us by filing an issue in the consensusOV issues page.