Description Usage Arguments Value Examples
Performs the ReLU transform on mutational count data
1 | relu_transform(mut_obj, five = FALSE, K = 5, iter_num = 5000)
|
mut_obj |
An object of class 'Shallowres' as produced by the function mut_count() |
five |
A boolean that specifies whether you want to apply a transformation based on a 5-nucleotide convolution window. |
K |
An integer that indicates the number of mutational processes you want to detect in your mutational count data via the transformation. |
A Feature matrix (feat
), which contains the convolution weights
associated with each mutational processes. An M matrix (mat
), which
contains the probability for all mutation types. A P matrix (P
), which
contains the mutational intensity/activity of each mutational process. A LOSS
variable (LOSS
), which displays the LOSS value achieved by the ReLU optimisation.
A testing LOSS variable (test_LOSS
), which displays the LOSS value achieved
on the testing samples.
1 | relu_res <- relu_transform(EMu_prepped, five = TRUE, K = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.