length,PAC-method | R Documentation |
number of objects in PAC
length of reanno object
## S4 method for signature 'PAC'
length(x)
## S4 method for signature 'reanno'
length(x)
x |
A S4 object of class PAC. |
The number of items in a PAC-object.
Number of items in the reanno-object.
load(system.file("extdata", "drosophila_sRNA_pac_filt_anno.Rdata",
package = "seqpac", mustWork = TRUE))
# extra functionality 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.