summaryExtractTest | R Documentation |
Extract slope information from DMLSummary
summaryExtractTest(smry)
smry |
DMLSummary from DML command |
a table of slope and p-value
sesameDataCache() # in case not done yet
data <- sesameDataGet('HM450.76.TCGA.matched')
smry <- DML(data$betas[1:10,], ~type, meta=data$sampleInfo)
slopes <- summaryExtractTest(smry)
sesameDataGet_resetEnv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.