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( prefilter.results )
path.results=selectPath( gene.results )

sunny-zq/PICS documentation built on May 30, 2019, 8:39 p.m.