Description Usage Arguments Value Examples
View source: R/getCombinations.R
Get a DataFrame with combinations from a GRanges-class
object.
1 | getCombinations(gr)
|
gr |
A |
A DataFrame.
1 2 3 4 5 6 7 8 9 | ### Get an example multiHMM ###
file <- system.file("data","multivariate_mode-combinatorial_condition-SHR.RData",
package="chromstaR")
model <- get(load(file))
### Get the combinations
bin.combs <- getCombinations(model$bins)
print(bin.combs)
seg.combs <- getCombinations(model$segments)
print(seg.combs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.