Description Usage Arguments Value See Also Examples
View source: R/shape_tornado.R
Normalise the samples in a TornadoExperiment by dividing their values by some scaling factor.
1 2 3 4 5 6 | norm_tornado(
tornado,
scale,
assay_name = assayNames(tornado),
assay_to = assay_name
)
|
tornado |
A TornadoExperiment object. |
scale |
A |
assay_name |
A |
assay_to |
A |
A TornadoExperiment object.
Other tornado utilities:
flatten_features()
,
melt_tornado()
,
sort_tornado()
1 2 | tor <- dummy_tornado()
tor <- norm_tornado(tor, c(1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.