Nothing
.onAttach <- function(libname, pkgname) {
addVigs2WinMenu("vsn")
}
.onLoad <- function(libname, pkgname) {
## register vsn as a normalization method with the affy package
if(!("vsn" %in% normalize.AffyBatch.methods()))
upDate.normalize.AffyBatch.methods(c(normalize.AffyBatch.methods(), "vsn"))
}
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.