summary | R Documentation |
Access the summary list with summarized tables in S4 PAC
summary(object)
## S4 method for signature 'PAC'
summary(object)
## S4 replacement method for signature 'PAC,list'
summary(object) <- value
object |
A S4 PAC-object containing a summary list ('folder') with normalized data.frames. Can be generated by the PAC_summary function. |
value |
List of data.frames having the same row names as row names in Anno (sequences). |
The list of summary tables (data.frames) from a PAC-object.
Updated S4 PAC-object.
Other PAC methods:
anno()
,
counts()
,
names,PAC-method
,
norm()
,
pheno()
,
show.PAC()
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.