head,Score-method {RegEnrich} | R Documentation |
head or tail of Score object
## S4 method for signature 'Score' head(x, ...) ## S4 method for signature 'Score' tail(x, ...)
x |
an |
... |
arguments to be passed to or from other methods. |
Head or tail table of Score object.
s = newScore(letters, seq(26), seq(26), seq(26), seq(2, 0, len = 26)) s1 = head(s) s1 s2 = tail(s) s2