igvFiles: Match Ensembl genes to focal aberrations.

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

View source: R/igvFiles.R

Description

Generates three tracks that can be loaded into IGV (). 1) Segmented data per sample 2) frequency plot based on the calls from CGHcall 3) Frequency plot of focal aberrations as generated with focalCall.

Usage

1

Arguments

CGHset

Object of class focalCall, contains focalCall output.

Details

igvFocal is applied to a (as returned by focalCall version 0.0.99 or higher).

Value

Three IGV readable files are returned - Frequency aberrations, Frequency focal aberrations and all segmented values for all samples.

Author(s)

Oscar Krijgsman: o.krijgsman@nki.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
data(BierkensCNA)

# generate IGV readable files
igvFiles(calls_focals)

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