Description Usage Arguments Value
Accessor functions to quantile metadata.
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
|
object |
A |
samples |
Sample name(s), number(s) or |
q |
A single quantile (not a list) |
value |
A list (one entry per sample) of data frames with multiple columns:
|
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)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.