Description Usage Arguments Details Value Author(s) Examples
View source: R/as.data.frame.spliceExprSet.R
Converts a SpliceExprSet object to a data.frame.
1 2 3 4 5 | ## S3 method for class 'SpliceSites'
as.data.frame(x, row.names = NA, optional = NA, ...)
## S3 method for class 'SpliceExprSet'
as.data.frame(x, row.names = NA, optional = NA, ...)
|
x |
object |
row.names |
|
optional |
logical. If |
... |
currently ignored. |
Data are traditionally stored in objects of class data.frame
.
This function links the object-oriented design of the package with
the large amount of functions working on data.frames.
A data.frame
. For both functions the first column names are begin
,
end
, isintypeI
, isintypeII
, exprs
and genenames
.
In the case of as.data.frame.SpliceExprSet
, the next variable names will the ones in the
AnnotatedDataFrame-class
attribute of the
ExpressionSet-class
object
belonging the
SpliceExprSet-class
. The last variable names will be the
ones in the slot info
of the Probes-class
object.
Laurent Gautier
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.