Description Objects from the Class Slots Methods Author(s) See Also Examples
FileReferences represents a collection of urls at which files can be referenced, the local names by which the files are to be refered to (to allow the file name portion of the url to differ from the name used to refer to the file), and the types (e.g., CEL, xls, etc.) of the files.
Objects can be created by calls to the constructor
FileReferences
. Objects are constructed with
equal-length character vectors.
Elements can be accessed with urls
,
localNames
, and types
.
urls
:Object of class "character"
containing
the urls where the files can be lcoated
localNames
:Object of class "character"
containing the local names by which the files will be refered.
types
:Object of class "character"
containing
information on the file 'type', for instance indicating that the
files are CEL files (for gene expression analysis). Usually file
types will be from a controlled vocabulary of types defined
elsewhere.
See FileReferences
Martin Morgan mtmorgan@fhcrc.org
FileReferences
for object consturction, accessors
urls
, localNames
, and types
1 2 | showClass("FileReferences")
FileReferences()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.