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-release documentation built on May 12, 2019, 1:40 a.m.