Description Usage Arguments Functions
List of PICS objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ## S4 method for signature 'picsList'
show(object)
## S4 method for signature 'picsList'
minRange(x)
## S4 method for signature 'picsList'
maxRange(x)
## S4 method for signature 'picsList'
score(x)
## S4 method for signature 'picsList'
scoreReverse(x)
## S4 method for signature 'picsList'
scoreForward(x)
## S4 method for signature 'picsList'
chromosome(x)
## S4 method for signature 'picsList'
se(x)
## S4 method for signature 'picsList'
seF(x)
## S4 method for signature 'picsList'
seR(x)
## S4 method for signature 'picsList'
sigmaSqF(x)
## S4 method for signature 'picsList'
sigmaSqR(x)
## S4 method for signature 'picsList'
delta(x)
## S4 method for signature 'picsList'
mu(x)
## S4 method for signature 'picsList'
w(x)
## S4 method for signature 'picsList'
K(x)
## S4 method for signature 'picsList'
code(x)
## S4 method for signature 'picsList'
length(x)
## S4 method for signature 'picsList'
summary(object)
## S4 method for signature 'picsList,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'picsList,ANY,ANY'
x[[i, j, ..., exact = TRUE]]
|
object, x |
A |
i, j, ..., drop, exact |
Arguments passed to subset functions |
show,picsList-method: show method
minRange,picsList-method: Get start of range
maxRange,picsList-method: Get end of range
score,picsList-method: Score accessor.
scoreReverse,picsList-method: Reverse score accessor.
scoreForward,picsList-method: Forward score accessor.
chromosome,picsList-method: Chromosome accessor
se,picsList-method: se accessor
seF,picsList-method: Forward se accessor
seR,picsList-method: Reverse se accessor
sigmaSqF,picsList-method: sigmaSqF accessor
sigmaSqR,picsList-method: sigmaSqR accessor
delta,picsList-method: delta accessor
mu,picsList-method: mu accessor
w,picsList-method: w accessor
K,picsList-method: K accessor
code,picsList-method: Error code accessor
length,picsList-method: Return the length of the object
summary,picsList-method: Summary of the object
[,picsList,ANY,ANY,ANY-method: Subset list
[[,picsList,ANY,ANY-method: Subset element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.