splitAgilentChromLocs: Split Chromosome Locations from Agilent CGH arrays

Description Usage Arguments Value Author(s)

Description

Agilent records the chromosome location information into a single column, typically called SystematicName. This function just splits that column into chromosome, start, and end.

Usage

1
splitAgilentChromLocs(systematicName)

Arguments

systematicName

A column from the Agilent array cgh data, typically with name SystematicName that contains the chromosome location information.

Value

A three-column data.frame with names "chrom", "start", and "end". Note that there will be NA values when the probe represents a control probe on the array.

Author(s)

Sean Davis <sdavis2@mail.nih.gov>


seandavi/Rpressa documentation built on May 29, 2019, 4:33 p.m.