test_that("peptr_position format", {
expect_equal(format(peptr_position(c(1, 2, 3))), c("@1", "@2", "@3"))
})
test_that("peptr_ptm format", {
expect_equal(format(peptr_ptm(c(1, 2, 3))), c("@1", "@2", "@3"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.