Nothing
library(profileplyr)
library(soGGi)
context("Test subsetting and indexing")
data(chipExampleBig)
p <- as_profileplyr(chipExampleBig,names = "name")
export_deepToolsMat(p,con = "p.MAT")
export_deepToolsMat(p[,,1],con = "pSingle.MAT")
expect_that(file.exists("p.MAT.gz"),is_true())
expect_that(file.exists("pSingle.MAT.gz"),is_true())
unlink("p.MAT.gz")
unlink("pSingle.MAT.gz")
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.