carma.S6: Calculate CARMA score ASM

Description Usage Arguments Value Examples

Description

This function will not be called directly by the user. The function is used by the carma.all function to calculate the CARMA score ASM, a measure of the extent of regional assymetry.

Usage

1
carma.S6(seg)

Arguments

seg

a data frame with copy number data corresponing to one region.

Value

A numeric score.

Examples

1
2
3
segment <- test.data[[1]]
seg <- segment[segment$chr==1, ] 
carma.S6(seg)

arnevpladsen/CARMA documentation built on Dec. 19, 2021, 4:39 a.m.