SpliceExprSet-class {splicegear} | R Documentation |
A class to store probe expression values with alternative splicing information
Objects can be created by calls of the form new("SpliceExprSet", ...)
.
spliceSites
:Object of class "SpliceSites"
. The
probes and splice site information.
probes
:Object of class "Probes"
. The matching expression
values.
eset
:Object of class "ExpressionSet"
. The matching expression
values.
signature(x = "SpliceExprSet", y = "missing")
: ...
signature(x = "SpliceExprSet", y = "missing")
: a
ploting method.
signature(object = "SpliceExprSet")
: a printing method.
signature(object = "SpliceExprSet")
:
accessor.
laurent@cbs.dtu.dk
a manuscript in preparation
as.data.frame.SpliceExprSet
, sort.SpliceExprSet
and SpliceSites-class
data(eset, package="splicegear") data(probes, package="splicegear") data(spsites, package="splicegear") spliceset <- new("SpliceExprSet", eset=eset, probes=probes, spliceSites=spsites) plot(spliceset)