print.DMLSummary | 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() # in case not done yet
data <- sesameDataGet('HM450.76.TCGA.matched')
## test the first 10
smry <- DML(data$betas[1:10,], ~type, meta=data$sampleInfo)
smry
sesameDataGet_resetEnv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.