Package: SigCheck
Type: Package
Title: Check a gene signature's prognostic performance against
        random signatures, known signatures, and permuted data/metadata
Version: 2.35.0
Author:  Rory Stark <rory.stark@cruk.cam.ac.uk> and 
         Justin Norden 
Maintainer: Rory Stark <rory.stark@cruk.cam.ac.uk>
Description: While gene signatures are frequently used to predict phenotypes
        (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 on suggestions in that paper,
        SigCheck accepts a data set (as an ExpressionSet) and a gene
        signature, and compares its performance on survival and/or 
        classification tasks against 
        a) random gene signatures of the same length; 
        b) known, related and unrelated gene signatures; 
        and c) permuted data and/or metadata.
License: Artistic-2.0
LazyLoad: yes
Depends: R (>= 4.0.0), MLInterfaces, Biobase, e1071, BiocParallel, survival
Imports: graphics, stats, utils, methods
Suggests: BiocStyle, breastCancerNKI, qusage
biocViews: GeneExpression, Classification, GeneSetEnrichment