assays-PreprocessViews2-method: Accessor for reading assay data saved to disk

assays,PreprocessViews2-methodR Documentation

Accessor for reading assay data saved to disk

Description

We have adapted the assays method to read assay data from disk using a PreprocessViews2 object.

Usage

## S4 method for signature 'PreprocessViews2'
assays(x, withDimnames = TRUE, ...)

Arguments

x

a PreprocessViews2 object

withDimnames

ignored

...

ignored

Details

REFACTOR: both ... and withDimnames are ignored. we should just provide a different generic/method.

Value

a R x C matrix, where R is the length of rowRanges(x) and C is the number of samples given by ncol(x)


cancer-genomics/trellis documentation built on Feb. 2, 2023, 7:04 p.m.