as.segSet {GeneR} | R Documentation |
These functions implements standards routines for segSet manipulations.
as.segSet(x) as.matrix.segSet(x,...) as.data.frame.segSet(x,row.names = NULL,optional = FALSE,...) plot.segSet(x,...)
x |
Element of class segSet |
row.names |
'NULL' or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
logical. If 'TRUE', setting row names and converting column names (to syntactic names) is optional. |
... |
Additional parameters |
an element of class segSet.
Antoine Lucas