normalComparison: TODO

View source: R/normalComparison.R

normalComparisonR Documentation

TODO

Description

TODO

Usage

normalComparison(
  normalmedian,
  normalength,
  tumormedian,
  tumorlength,
  normalmad = NULL,
  normalerror = NULL,
  tumormad = NULL,
  tumorerror = NULL
)

Arguments

normalmedian

a numeric vector, of the same length as normalength, specifying the segment values of the normal reference segments.

normalength

an integer vector specifying the genomic lengths of segments in the normal reference data.

tumormedian

TODO

tumorlength

TODO. Default: NULL.

normalmad

a numeric vector, of the same length as normalength, specifying the value spreads of the normal reference segments. Default: NULL.

normalerror

a numeric vector, of the same length as normalength, specifying the error values of the normal reference segments.Default: NULL.

tumormad

TODO. Default: NULL.

tumorerror

TODO. Default: NULL.

Value

TODO

Author(s)

Alexander Krasnitz, Guoli Sun

Examples


# TODO


KrasnitzLab/CNprep documentation built on May 28, 2022, 8:32 p.m.