rownames,PAC-method | R Documentation |
sequence names
sequences in reanno
## S4 method for signature 'PAC'
rownames(x)
## S4 method for signature 'reanno'
rownames(x)
x |
A S4 object of class PAC. |
The sequences (row names) held by the Counts/Anno tables of a PAC-object.
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.