To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("SigCheck")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 3.0
While gene signatures are frequently used to classify data (e.g. predict prognosis of cancer patients), it it not always clear how optimal or meaningful they are (cf David Venet, Jacques E. Dumont, and Vincent Detours' paper "Most Random Gene Expression Signatures Are Significantly Associated with Breast Cancer Outcome"). Based partly on suggestions in that paper, SigCheck accepts a data set (as an ExpressionSet) and a gene signature, and compares its classification performance (using the MLInterfaces package) against a) random gene signatures of the same length; b) known, (related and unrelated) gene signatures; and c) permuted data.
Author: Justin Norden <jn333 at cam.ac.uk> and Rory Stark <rory.stark at cruk.cam.ac.uk>
Maintainer: Rory Stark <rory.stark at cruk.cam.ac.uk>
Citation (from within R,
enter citation("SigCheck")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("SigCheck")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("SigCheck")
R Script | Checking gene expression signatures against random and known signatures with SigCheck | |
Reference Manual | ||
Text | NEWS |
biocViews | Classification, GeneExpression, GeneSetEnrichment, Software |
Version | 1.0.2 |
In Bioconductor since | BioC 3.0 (R-3.1) |
License | Artistic-2.0 |
Depends | R (>= 3.1.0), MLInterfaces, Biobase, e1071, BiocParallel |
Imports | graphics, stats, utils |
LinkingTo | |
Suggests | BiocStyle, breastCancerNKI |
SystemRequirements | |
Enhances | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Build Report |
Follow Installation instructions to use this package in your R session.
Package Source | SigCheck_1.0.2.tar.gz |
Windows Binary | SigCheck_1.0.2.zip |
Mac OS X 10.6 (Snow Leopard) | SigCheck_1.0.2.tgz |
Mac OS X 10.9 (Mavericks) | SigCheck_1.0.2.tgz |
Browse/checkout source | (username/password: readonly) |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!