read.xysfiles {oligo}R Documentation

Parser to XYS files

Description

NimbleGen provides XYS files which are read by this function.

Usage

read.xysfiles(filenames, pkgname = NULL, phenoData = NULL, featureData = NULL, experimentData = NULL, notes = NULL, verbose = FALSE)

Arguments

filenames character vector with filenames.
pkgname character vector with alternative PD Info package name
phenoData phenoData
featureData featureData
experimentData experimentData
notes notes
verbose verbose

Details

The function will read the XYS files provided by NimbleGen Systems and return an object of class FeatureSet.

Value

ExpressionFeatureSet if Expresssion arrays
TilingFeatureSet if Tiling arrays

See Also

read.celfiles for Affymetrix arrays


[Package oligo version 1.6.0 Index]