Nothing
test_metaseqr <- function() {
data("mm9GeneData",package="metaseqR2")
exDir <- tempdir()
result1 <- metaseqr2(
counts=mm9GeneCounts,
sampleList=sampleListMm9,
contrast=c("adult_8_weeks_vs_e14.5"),
libsizeList=libsizeListMm9,
annotation="embedded",
org="mm9",
countType="gene",
normalization="edger",
statistics=c("edger","limma"),
metaP="simes",
preset="medium_basic",
qcPlots="mds",
figFormat="png",
exportWhere=exDir,
outList=TRUE,
restrictCores=0.05
)
checkTrue(file.exists(file.path(exDir,"index.html")))
checkTrue(file.exists(file.path(exDir,"plots","qc","mds.png")))
checkTrue(file.exists(file.path(exDir,"lists")))
checkTrue(nrow(result1[[1]][[1]])>0)
checkEqualsNumeric(ncol(result1[[1]][[1]]),16)
}
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.