pics-class: PICS class

Description Usage Arguments Functions Slots

Description

This object is used to gather all parameters from fitting PICS to a single candidate region.

Usage

 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
## S4 method for signature 'pics'
show(object)

## S4 method for signature 'pics'
minRange(x)

## S4 method for signature 'pics'
maxRange(x)

## S4 method for signature 'pics'
score(x)

## S4 method for signature 'pics'
scoreReverse(x)

## S4 method for signature 'pics'
scoreForward(x)

## S4 method for signature 'pics'
chromosome(x)

## S4 method for signature 'pics'
se(x)

## S4 method for signature 'pics'
seF(x)

## S4 method for signature 'pics'
seR(x)

## S4 method for signature 'pics'
sigmaSqF(x)

## S4 method for signature 'pics'
sigmaSqR(x)

## S4 method for signature 'pics'
delta(x)

## S4 method for signature 'pics'
mu(x)

## S4 method for signature 'pics'
w(x)

## S4 method for signature 'pics'
K(x)

## S4 method for signature 'pics'
code(x)

## S4 method for signature 'pics'
summary(object)

Arguments

object, x

A pics object.

Functions

Slots

estimates

A list containing all parameters estimates as well as standard errors.

Nmerged

The number of binding events that were merged; binding events that overlap are merged.

converge

A logical value indicating whether the EM algorithm has converged.

chr

The candidate region's chromosome.

score

Score of the binding event

scoreF

Forward score of the binding event.

scoreR

Reverse score of the binding event.

range

Genomic ranges.


PICS documentation built on Nov. 8, 2020, 8:21 p.m.