print.DMLSummary {sesame}R Documentation

Print DMLSummary object

Description

Print DMLSummary object

Usage

## S3 method for class 'DMLSummary'
print(x, ...)

Arguments

x

a DMLSummary object

...

extra parameter for print

Value

print DMLSummary result on screen

Examples

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

[Package sesame version 1.12.8 Index]