picsList-class {PICS}R Documentation

List of PICS objects

Description

List of PICS objects

Usage

## 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]]

Arguments

object, x

A pics object.

i, j, ..., drop, exact

Arguments passed to subset functions

Functions


[Package PICS version 2.38.0 Index]