tagClustersQuantile: Quantile metadata stored in CAGEr objects.

Description Usage Arguments Value

Description

Accessor functions to quantile metadata.

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
tagClustersQuantile(object, samples = NULL, q = NULL)

## S4 method for signature 'TagClusters'
tagClustersQuantile(object, samples = NULL,
  q = NULL)

## S4 method for signature 'CAGEexp'
tagClustersQuantile(object, samples = NULL,
  q = NULL)

tagClustersQuantileLow(object, samples = NULL, q = NULL)

## S4 method for signature 'CAGEset'
tagClustersQuantileLow(object, samples = NULL,
  q = NULL)

## S4 method for signature 'CAGEexp'
tagClustersQuantileLow(object, samples = NULL,
  q = NULL)

tagClustersQuantileUp(object, samples = NULL, q = NULL)

## S4 method for signature 'CAGEset'
tagClustersQuantileUp(object, samples = NULL,
  q = NULL)

## S4 method for signature 'CAGEexp'
tagClustersQuantileUp(object, samples = NULL,
  q = NULL)

tagClustersQuantileLow(object, samples = NULL) <- value

## S4 replacement method for signature 'CAGEset'
tagClustersQuantileLow(object,
  samples = NULL) <- value

## S4 replacement method for signature 'CAGEexp'
tagClustersQuantileLow(object,
  samples = NULL) <- value

tagClustersQuantileUp(object, samples = NULL) <- value

## S4 replacement method for signature 'CAGEset'
tagClustersQuantileUp(object,
  samples = NULL) <- value

## S4 replacement method for signature 'CAGEexp'
tagClustersQuantileLow(object,
  samples = NULL) <- value

Arguments

object

A CAGEr object.

samples

Sample name(s), number(s) or NULL (default) for all samples.

q

A single quantile (not a list)

value

A list (one entry per sample) of data frames with multiple columns: cluster for the cluster ID, and then q_0.n where 0.n indicates a quantile.

Value

Returns a data.frame where the first column gives cluster names and the next columns give quantile positions, in zero-based chromosome coordinates (because the tag clusters in CAGEset objects are represented in zero-based coordinates as well)).


CAGEr documentation built on Jan. 17, 2021, 2 a.m.