Nothing
###################################################
# Created by Astrid Deschenes
# 2017-01-25
###################################################
###################################################
## Test the print.rjmcmcNucleosomesMerge.R function
###################################################
data("methylInheritanceResults")
###########################################################
## print.methylInheritanceAllResults() function
###########################################################
test.print_methylInheritanceAllResults_test_returned_value <- function() {
result <- print(methylInheritanceResults)
message <- paste0(" test.print_methylInheritanceAllResults_test_returned_value() ",
"- print method did not returned expected value")
checkEquals(result, methylInheritanceResults, msg = message)
}
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.