barplot.SpliceSites {splicegear}R Documentation

barplot for SpliceSites

Description

Display a barplot of the associated phenoData

Usage

barplot.SpliceSites(height, type.as = c("typeI", "typeII", "all"),
                    info = "tissue", ...)

Arguments

height object of class SpliceSites-class
type.as the type of alternative splicing (see SpliteSites-class for futher details)
info the name of the covariate in the phenoData (see details)
... optional parameters to be passed to the underlying function barplot.

Details

When the objects are built from the XML format we propose as an exchange, the parameter info can at least take the values "tissue" and "histology". One can refer to the slots spsiteIpos.pData and spsiteIIpos.pData to know what are the possible choices.

Value

See the value returned by the function barplot.

See Also

SpliceSites-class, barplot

Examples


data(spsites)

barplot(spsites)


[Package splicegear version 1.6.0 Index]