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")
)
alyssafrazee/ballgown documentation built on Sept. 3, 2021, 7:15 p.m.