show.PAC | R Documentation |
Overview (show method) of a S4 PAC
show.PAC(object)
object |
A S4 object of class PAC. |
Simple statistical overview of a PAC-object.
Other PAC methods:
anno()
,
counts()
,
names,PAC-method
,
norm()
,
pheno()
,
summary()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.