R/RcadeTrack-Methods.R

##I wish for this class to be "invisible" to most user, hence no accessors
##This may change in future releases
##Please use "Rcade" class accessors/methods

setMethod("show", "RcadeTrack",
	function(object)
		{
			describeGR(object@annoZones, "annoZones")
			cat("shift:"); cat(object@shift, "\n")
			describeMx(object@counts, "counts")
			describeMx(object@summary, "summary")
		}
)

Try the Rcade package in your browser

Any scripts or data that you put into this service are public.

Rcade documentation built on Nov. 8, 2020, 6:25 p.m.