README.md

CHL26predictor

Anaconda-Server Badge

An R Package for the Classical Hodgkin Lymphoma (CHL) 26 Gene Overall Survival Predictor. This is the companion R package for the predictor that has been published.

Installation

The preferred way to install this package is through conda:

conda install -c fongchun chl26predictor

Alternatively, one can install this package, using devtools:

devtools::install_github("LCR-BCCRC/CHL26predictor")

Suggested Dependencies

This package suggests the installation of the NanoStringNorm R package for access to some additional (but non-essential) functions (e.g. convert_RCC_to_mat). You can install NanoStringNorm from CRAN using:

install.packages("NanoStringNorm")

Newer versions of NanoStringNorm (at least from v1.1.21 onwards), depend on the vsn Bioconductor R package. As NanoStringNorm is not part of Bioconductor, you will need to install this dependency yourself:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("vsn")

Overview

To see the full list of exported functions:

library("CHL26predictor")
ls("package:CHL26predictor")

A quick overview of some of the key functions:

An introduction vignette has been written to describe how to use the R package.



tinyheero/CHL26predictor documentation built on May 31, 2019, 2:43 p.m.