Nothing
test_that("test compGenomicsQuery works", {
skip_on_cran()
result <- compGenomicsQuery(ensemblId = "ENSG00000169174")
expect_true(is.null(result) || is.data.frame(result))
if (!is.null(result)) {
expect_true(all(c("speciesId", "speciesName", "homologyType", "isHighConfidence",
"targetGeneId", "targetGeneSymbol", "queryPercentageIdentity",
"targetPercentageIdentity") %in% colnames(result)))
}
})
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.