selectPath-methods: pathway selection using LASSO

Description Usage Arguments Examples

Description

LASSO step for pathway selection. To identify patient subgroups based on pathway level risk profile, we fit a LASSO-Penalized Cox regression on scores derived from all the pathways.

Usage

1
2
## S4 method for signature 'FitGene'
selectPath(object, seed = 123)

Arguments

object

results of selectGene step

seed

random seed that was set, default = 123.

Examples

1
2
3
4
data(TCGA)
prefilter.results=prefilter( data=TCGA$geneexpr, time=TCGA$t, status=TCGA$d, plist=TCGA$pathList )
gene.results=selectGene( object=prefilter.results, fold=5, K=5, etas=c(0.1,0.9),seed=123)
path.results=selectPath( object=gene.results, seed=123)

dongjunchung/pathclust documentation built on May 30, 2019, 9:42 p.m.