| summaryExtractSlope {sesame} | R Documentation |
Extract slope information from DMLSummary
summaryExtractSlope(smry)
smry |
DMLSummary from DML command |
a table of slope and p-value
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)