R/ballgown-show-method.R

# the show method:
setMethod("show", "ballgown", 
    function(object)
        cat(class(object), "instance with", length(structure(object)$trans), 
            "transcripts and", length(object@dirs), "samples\n")
)

Try the ballgown package in your browser

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

ballgown documentation built on Nov. 8, 2020, 5:46 p.m.