exposures | R Documentation |
The exposure
matrix contains estimated amount of
each signature for each sample. Rows correspond to each signature and
columns correspond to each sample.
exposures(result)
## S4 method for signature 'musica_result'
exposures(result)
exposures(result) <- value
## S4 replacement method for signature 'musica_result,matrix'
exposures(result) <- value
result |
A |
value |
A matrix of samples by signature exposures |
A matrix of exposures
data(res)
exposures(res)
data(res)
exposures(res) <- matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.