getChipType: Get Chip Type

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

View source: R/utils.R

Description

Get chip type from ROOT scheme file.

Usage

1
getChipType(rootfile)

Arguments

rootfile

name of ROOT scheme file, including full path.

Details

Extracts the chip type directly from ROOT scheme file rootfile.

Value

a character with the chip type, either ‘GeneChip’ or ‘ExonChip’.

Author(s)

Christian Stratowa

See Also

getChipName, getNameType

Examples

1
2
3
4
## correct usage
getChipType(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
## incorrect usage
getChipType(paste(path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))

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