Description Usage Arguments Details Value
View source: R/normalize_reference_signatures.R
Ensures that all columns of reference signature matrix add to 1.
1 | normalize_reference_signatures(reference_signature_df)
|
reference_signature_df |
Reference signature data frame, such as the output of get_reference_signatures() |
Also replaces all non-zero values are replaced with a very small number (.Machine$double.eps).
Reference signatures in the same format, but normalized and non-zero
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.