Nothing
# ::rtemis.a3::
# rtemis.org
# %% gene2sequence ----
test_that("gene2sequence works", {
skip("gene2sequence queries ensembl.org. Avoid running repeatedly.")
expect_s3_class(
gene2sequence("MAPT"),
"data.frame"
)
})
# %% aa_sub ----
test_that("aa_sub works", {
expect_equal(
aa_sub("ACDEFG", c("C2A")),
c("A", "A", "D", "E", "F", "G")
)
})
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.