threshold.func: Function to indicate gain or loss for each clone for each...

Description Usage Arguments Value Author(s) Examples

View source: R/aCGH.test.R

Description

This function outputs a matrix containing gain/loss indicator for each clone and sample.

Usage

1
threshold.func(dat, posThres, negThres = NULL)

Arguments

dat

log2ratios of the relevant array CGH object

posThres

Global or sample-specific threshold for gain

negThres

Global or sample-specific threshold for loss. Defaults to -posThres

Value

Returns a matrix with a row for each clone and column for each sample. "1" indicates gain and "-1" indicates loss.

Author(s)

Jane Fridlyand, Ritu Roydasgupta

Examples

1
2
3
4
5
6
7

aCGH documentation built on Nov. 8, 2020, 6:58 p.m.