Description Usage Arguments Value Examples
This method is a wrapper to retrieve a specific SummarizedExperiment
given a k
value from
the object returned by qualityRange
function.
1 |
data |
The object returned by |
k |
The desired |
The SummarizedExperiment
that contains information about the selected k
cluster.
1 2 3 4 5 | # Using example data from our package
data("ontMetrics")
qualityRangeData <- qualityRange(ontMetrics, k.range=c(3,5), getImages = FALSE)
# Getting dataframe that contains information about k=5
k5Data = getDataQualityRange(qualityRangeData, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.