print.DMLSummary {sesame} | R Documentation |
Print DMLSummary object
## S3 method for class 'DMLSummary' print(x, ...)
x |
a DMLSummary object |
... |
extra parameter for print |
print DMLSummary result on screen
sesameDataCache("HM450") # in case not done yet data <- sesameDataGet('HM450.76.TCGA.matched') smry <- DML(data$betas[1:1000,], ~type, meta=data$sampleInfo) smry