assay,BQSummarizedExperiment,missing-method | R Documentation |
extract assay data
## S4 method for signature 'BQSummarizedExperiment,missing' assay(x, i, ...)
x |
BQSummarizedExperiment instance |
i |
index for retrieval, ignored at present |
... |
not used |
matrix
Very experimental approach to retrieving numerical data given
a SummarizedExperiment 'shell'. We need more checking of
consistency between assay and clinical data before creating the
shell. We use dcast to transform query result to a matrix, and
some 'individuals' may have multiple contributions ... we use
fun.aggregate = max
and will see warnings until this is cleared up.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.