Nothing
library(testthat)
context('GSM')
test_that("basic GSM works", {
gsm = getGEO('GSM11805')
expect_is(gsm,'GSM')
expect_is(Meta(gsm),'list')
expect_is(Table(gsm),'data.frame')
expect_is(dataTable(gsm),'GEODataTable')
expect_equivalent(Accession(gsm),'GSM11805')
expect_equivalent(nrow(Table(gsm)),22283)
expect_equivalent(ncol(Table(gsm)),3)
expect_length(Meta(gsm),28)
})
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.