show: show(PAC)

show.PACR Documentation

show(PAC)

Description

Overview (show method) of a S4 PAC

Usage

show.PAC(object)

Arguments

object

A S4 object of class PAC.

Value

Simple statistical overview of a PAC-object.

See Also

Other PAC methods: anno(), counts(), names,PAC-method, norm(), pheno(), summary()

Examples


load(system.file("extdata", "drosophila_sRNA_pac_filt_anno.Rdata", 
                  package = "seqpac", mustWork = TRUE))

# extra fuctionality with s4 PAC-object:
names(pac)
length(pac)
nrow(pac)
ncol(pac)
rownames(pac)
colnames(pac)
pheno(pac) 
head(anno(pac))
head(counts(pac))
head(norm(pac)$cpm)


Danis102/seqpac documentation built on Aug. 26, 2023, 10:15 a.m.