headTailScore: head or tail of Score object

Description Usage Arguments Value Examples

Description

head or tail of Score object

Usage

1
2
3
4
5
## S4 method for signature 'Score'
head(x, ...)

## S4 method for signature 'Score'
tail(x, ...)

Arguments

x

an Score object.

...

arguments to be passed to or from other methods.

Value

Head or tail table of Score object.

Examples

1
2
3
4
5
6
s = newScore(letters, seq(26), seq(26), seq(26), seq(2, 0, len = 26))
s1 = head(s)
s1

s2 = tail(s)
s2

WTaoUMC/RegEnrich documentation built on Aug. 4, 2021, 4:11 p.m.