| getDataQualityRange | R Documentation |
qualityRange function.This method is a wrapper to retrieve a specific SummarizedExperiment given a k value from
the object returned by qualityRange function.
getDataQualityRange(data, k)
data |
The object returned by |
k |
The desired |
The SummarizedExperiment that contains information about the selected k cluster.
# 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.