Nothing
context( "Testing functions from ExpressionAtlas package" )
test_that( "Accession validation returns true or false at the right times", {
expect_true( .isValidExperimentAccession( "E-MTAB-3007" ) )
expect_false( .isValidExperimentAccession( "DRP000391" ) )
expect_false( .isValidExperimentAccession( ) )
} )
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.