Skip to contents

Computes a log transformation of the selected assay. Function taken from the copyKit package.

Usage

logNorm(
  scCNA,
  transform = c("log", "log2", "log10", "log1p"),
  assay_name = "segment_ratios",
  name = "logr"
)

Arguments

scCNA

scCNA object.

transform

String specifying the transformation to apply to the selected assay.

assay_name

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.

Value

A data frame with log transformed counts inside the assay slot.