nrow,PAC-method | R Documentation |
number of sequences
number of sequences
## S4 method for signature 'PAC'
nrow(x)
## S4 method for signature 'reanno'
nrow(x)
x |
A S4 object of class PAC. |
The number of sequences in a PAC-object.
Number of sequences in the reanno-object.
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.