Nothing
.notneedtest_SummarizedExperimentAccessors <- function(){
library(VanillaICE)
library(oligoClasses)
##
## only test if local
## Could probably get rid of this
if(path.expand("~") == "/Users/rscharpf"){
library(GenEpiData2014)
##load_all("~/Teaching/GenEpiData2014")
data(cleft_exp, package="GenEpiData2014")
checkIdentical(lrr(cleft_exp), assays(cleft_exp)[["cn"]])
checkIdentical(baf(cleft_exp), assays(cleft_exp)[["baf"]])
checkIdentical(sum(isSnp(cleft_exp)), 9041L)
checkIdentical(start(cleft_exp), position(cleft_exp))
checkIdentical(genomeBuild(cleft_exp), "hg18")
}
}
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.