Nothing
test_GenomicFiles_dimnames <- function() {
gf <- GenomicFiles(files=c("a", "b"))
checkIdentical(c("a", "b"), names(files(gf)))
checkIdentical(list(NULL, c("a", "b")), dimnames(gf))
colnames(gf) <- c("c", "d")
checkIdentical(list(NULL, c("c", "d")), dimnames(gf))
checkIdentical(c("c", "d"), names(files(gf)))
}
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.