Learn R Programming

seqplots (version 1.10.2)

PlotSetArray-class: PlotSetArray Reference Class

Description

PlotSetArray Reference Class

Arguments

Subsetting

x is an object of PlotSetArray class:
  • x[1:2,1:2]producesPlotSetArraywith 2 feature(s) and 2 tracks.
  • x[1:2]producesPlotSetListwith 2 feature/tracks pairs.
  • x[[1]]produces singlePlotSetPair.
  • unlist(x)producesPlotSetListwith all feature/tracks pairs.
  • x$as.array()produces the matrix ofPlotSetPairclasses with all feature/tracks pairs.

See Also

Other classes: MotifSetup-class, PlotSetList-class, PlotSetPair-class