nrow: number of sequences

nrow,PAC-methodR Documentation

number of sequences

Description

number of sequences

number of sequences

Usage

## S4 method for signature 'PAC'
nrow(x)

## S4 method for signature 'reanno'
nrow(x)

Arguments

x

A S4 object of class PAC.

Value

The number of sequences in a PAC-object.

Number of sequences in the reanno-object.

Examples


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)


Danis102/seqpac documentation built on Aug. 26, 2023, 10:15 a.m.