getSubset | R Documentation |
Extract subset of data points
getSubset(fit, query)
## S4 method for signature 'epiclust,GRanges'
getSubset(fit, query)
## S4 method for signature 'epiclustList,GRanges'
getSubset(fit, query)
fit |
epiclust or epiclustList object |
query |
GenomicRanges object of which data points to retain |
epiclust or epiclustList object
library(GenomicRanges)
data('decorateData')
# Evaluate hierarchical clustering
treeList = runOrderedClusteringGenome( simData, simLocation )
# extract subset of data after clustering
res = getSubset( treeList, simLocation[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.