Nothing
test_that(
"is_entrez_gene_symbol matches all HGNC gene symbols",
{
symbolFile <- "hgnc_gene_symbols.rds"
symbols <- readRDS(symbolFile)
actual <- readat:::is_entrez_gene_symbol(symbols)
expect_true(all(actual), info = toString(symbols[!actual]))
}
)
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.