consensusClustersQuantile | R Documentation |
Accessors for consensus cluster quantile data in CAGEr objects.
consensusClustersQuantileLow(object, samples = NULL)
## S4 method for signature 'CAGEexp'
consensusClustersQuantileLow(object, samples = NULL)
consensusClustersQuantileUp(object, samples = NULL)
## S4 method for signature 'CAGEexp'
consensusClustersQuantileUp(object, samples = NULL)
consensusClustersQuantile(object, sample = NULL, q)
## S4 method for signature 'CAGEexp'
consensusClustersQuantile(object, sample = NULL, q)
consensusClustersQuantileLow(object, samples = NULL) <- value
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.