Nothing
context("expect_output")
test_that("Loading of topAnatData files is working", {
bgee <- Bgee$new(species="Bos_taurus", dataType="rna_seq")
myTopAnatData <- loadTopAnatData(bgee, stage="UBERON:0000092")
expect_that( myTopAnatData, is_a("list") )
expect_that( length(myTopAnatData), equals(4) )
expect_that( myTopAnatData$gene2anatomy, is_a("array") )
expect_that( myTopAnatData$organ.relationships, is_a("list") )
expect_that( myTopAnatData$organ.names, is_a("data.frame") )
expect_that( myTopAnatData$bgee.object, is_a("Bgee") )
expect_message( message("Done.") )
})
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.