celfileName: Extracts complete cel file name from a CNSet object

Description Usage Arguments Value Note Author(s) Examples

Description

Returns the complete cel file (including path) for a CNSet object

Usage

1
celfileName(object)

Arguments

object

An object of class CNSet

Value

Character string vector.

Note

If the CEL files for an experiment are relocated, the datadir should be updated accordingly. See examples.

Author(s)

R. Scharpf

Examples

1
2
3
4
5
6
7
  ## Not run: 
    if(require(crlmm)){
         data(cnSetExample, package="crlmm")
	 celfileName(cnSetExample)
    }
  
## End(Not run)

benilton/oligoClasses-release documentation built on May 12, 2019, 11:51 a.m.