logNorm | R Documentation |
Computes a log transformation of the selected assay
logNorm(
scCNA,
transform = c("log", "log2", "log10", "log1p"),
assay = "segment_ratios",
name = "logr"
)
scCNA |
scCNA object. |
transform |
String specifying the transformation to apply to the selected assay. |
assay |
String with the name of the assay to pull data from to run the segmentation. |
name |
String with the name for the target slot for the resulting transformed counts. |
A data frame with log transformed counts inside the
assay
slot.
copykit_obj <- copykit_example()
copykit_obj <- logNorm(copykit_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.