Description Usage Arguments Value Examples
Coerce a sesameQC into a dataframe
1 2 | ## 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
1 2 3 | sset <- sesameDataGet('EPIC.1.LNCaP')$sset
qc <- sesameQC(sset)
df <- as.data.frame(qc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.