clearCode34: Call Clearcode34 ccA ccB subtypes

Usage Examples

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    library(pamr)
    load("../data/xn.rda")
    load("../data/classes.rda")
    trainSet <- list(x = scale(xn), y = classes, geneid = rownames(xn), 
        genenames = rownames(xn))
    mytrain <- pamr.train(trainSet)
    class(mytrain) <- c(class(mytrain), "clearCode34")
    return(mytrain)
  }

aedin/KidneyCancerSubtypes documentation built on May 10, 2019, 7:28 a.m.