assays,PreprocessViews2-method | R Documentation |
We have adapted the assays method to read assay data from disk
using a PreprocessViews2
object.
## S4 method for signature 'PreprocessViews2'
assays(x, withDimnames = TRUE, ...)
x |
a |
withDimnames |
ignored |
... |
ignored |
REFACTOR: both ... and withDimnames are ignored. we should just provide a different generic/method.
a R x C matrix, where R is the length of
rowRanges(x)
and C is the number of samples given by
ncol(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.