Learn R Programming

oligo (version 1.36.1)

celfileName: Extracts complete cel file name from a CNSet object

Description

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

Usage

celfileName(object)

Arguments

object
An object of class CNSet

Value

  • Character string vector.

Examples

Run this code
if(require(crlmm)){
         data(cnSetExample, package="crlmm")
	 celfileName(cnSetExample)
    }

Run the code above in your browser using DataLab