as.data.frame.sesameQC {sesame} | R Documentation |
Coerce a sesameQC into a dataframe
## S3 method for class 'sesameQC' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
a sesameQC object |
row.names |
see as.data.frame |
optional |
see as.data.frame |
... |
see as.data.frame |
a data.frame
sesameDataCache("EPIC") # if not done yet sdf <- sesameDataGet('EPIC.1.SigDF') qc <- sesameQC(sdf) df <- as.data.frame(qc)