summaryExtractSlope {sesame}R Documentation

Extract slope information from DMLSummary

Description

Extract slope information from DMLSummary

Usage

summaryExtractSlope(smry)

Arguments

smry

DMLSummary from DML command

Value

a table of slope and p-value

Examples

sesameDataCache("HM450") # in case not done yet
data <- sesameDataGet('HM450.76.TCGA.matched')
smry <- DML(data$betas[1:1000,], ~type, meta=data$sampleInfo)
slopes <- summaryExtractSlope(smry)

[Package sesame version 1.8.10 Index]