singleSample: Detection focal aberrations with 1 sample only

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/singleSample.R

Description

Detection and plotting of focal aberrations and distinguish somatic from germ-line in a single sample. This function, as focalCall can be used for samples with and without patient matched normal data.

Usage

1
	singleSample(CGHset, CNVset, focalSize=3, OverlapPerc=0.2)

Arguments

CGHset

Object of class cghCall, contains CGHcall output of tumor data.

CNVset

Object of class cghCall, contains CGHcall output of matched normal data or .bed file with CNV locations.

focalSize

Threshold for the function singleSample. Sets max size of a focal aberration/

OverlapPerc

Threshold for the function singleSample. sets minimal overlap of focal aberration with CNVs from in CNdata.normal to be classified as germ-line./

Details

singleSample is applied to the calls of an object of class cghCall.

Value

Three files are returned - an object of class cghCall, a text files with all focal aberrations listed and a plot with the genomic aberrations in the sample.

Author(s)

Oscar Krijgsman: o.krijgsman@vumc.nl

References

Krijgsman O., Benner C., Meijer G.A., Van de Wiel, M.A., Ylstra, B. (2013), "FocalCall: an R-package to detect genomic focal aberrations.", Submitted

See Also

focalCall, CGHcall

Examples

1
2
3
4
5
# generate object of cghCall class object and input files
data(BierkensCNA)

# Extract focal aberrations and distinguish somatic from germ-line copy number aberrations (CNA) in a single sample
singleSample(CGHset[,1], CNVset, focalSize=3)

focalCall documentation built on April 28, 2020, 9:09 p.m.