assay-BQSummarizedExperiment-missing-method: extract assay data

assay,BQSummarizedExperiment,missing-methodR Documentation

extract assay data

Description

extract assay data

Usage

## S4 method for signature 'BQSummarizedExperiment,missing'
assay(x, i, ...)

Arguments

x

BQSummarizedExperiment instance

i

index for retrieval, ignored at present

...

not used

Value

matrix

Note

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.


shwetagopaul92/restfulSE documentation built on Oct. 12, 2022, 10:51 p.m.