Description Usage Arguments Examples
Accessors for objects of class ArrayViews
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | lrrFile(object)
lrrFile(object) <- value
bafFile(object)
gtFile(object)
## S4 method for signature 'ArrayViews'
lrrFile(object)
## S4 replacement method for signature 'ArrayViews'
lrrFile(object) <- value
## S4 method for signature 'ArrayViews'
bafFile(object)
## S4 method for signature 'ArrayViews'
gtFile(object)
|
object |
see showMethods("lrrFile") |
value |
a character vector of filenames for the log R ratios |
1 2 3 4 5 | views <- ArrayViews(parsedPath=tempdir())
sourcePaths(views)
lrrFile(views)
bafFile(views)
gtFile(views)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.