CNV.process: CNV.process

Description Usage Arguments Details Value Author(s)

Description

Given a case index, control indices, CNV.data, and CNV.anno, along with hints about sex chromosomes, call CN for a sample.

Usage

1
2
3
4
5
CNV.process(case, controls, CNdata, anno)

## S4 method for signature 'integer,integer,CNV.data,CNV.anno'
CNV.process(case, controls,
  CNdata, anno)

Arguments

case

index of the case to process CN for.

controls

indices of the control samples.

CNdata

CNV.data object.

anno

CNV.anno object.

Details

This method wraps most of conumee, and tries to call sex chromosomes properly using chrX/chrY information derived from the source GenomicRatioSet. For female subjects, chrY is dropped.

Value

CNV.analysis object.

Author(s)

Tim Triche, Jr. tim.triche@gmail.com


conumee documentation built on Nov. 8, 2020, 6 p.m.