Nothing
test_FilterParam <- function(){
fp <- FilterParam()
checkTrue(length(probability(FilterParam()))==1)
data(snp_exp)
fit <- hmm2(snp_exp)
checkTrue(is(unlist(fit), "HmmGRanges"))
checkTrue(is(as(unlist(fit), "GRanges"), "GRanges"))
checkTrue(identical(length(fit), ncol(snp_exp)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.