Accessors for consensus cluster quantile data in CAGEr 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 | consensusClustersQuantileLow(object, samples = NULL)
## S4 method for signature 'CAGEset'
consensusClustersQuantileLow(object, samples = NULL)
## S4 method for signature 'CAGEexp'
consensusClustersQuantileLow(object, samples = NULL)
consensusClustersQuantileUp(object, samples = NULL)
## S4 method for signature 'CAGEset'
consensusClustersQuantileUp(object, samples = NULL)
## S4 method for signature 'CAGEexp'
consensusClustersQuantileUp(object, samples = NULL)
consensusClustersQuantile(object, sample = NULL, q)
## S4 method for signature 'CAGEset'
consensusClustersQuantile(object, sample = NULL, q)
## S4 method for signature 'CAGEexp'
consensusClustersQuantile(object, sample = NULL, q)
consensusClustersQuantileLow(object, samples = NULL) <- value
## S4 replacement method for signature 'CAGEset'
consensusClustersQuantileLow(object,
samples = NULL) <- value
consensusClustersQuantileUp(object, samples = NULL) <- value
## S4 replacement method for signature 'CAGEset'
consensusClustersQuantileUp(object,
samples = NULL) <- value
|
object |
A |
samples |
Sample name(s), number(s) or |
sample |
A single sample name or number, or |
q |
A quantile. |
value |
A list (one entry per sample) of data frames with multiple columns:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.