Nothing
test_that("class is right",
expect_is(reconstruct_sequence(t_dat),
"character"))
dat_sequence <- "INITSSASQEGTRLNLICTVWHKKEEAEGFVVFLCKDRSGDCSPETSLKQLRLKRDPGIDGVGEISSQLMFTISQVTPLHSGTYQCCARSQKSGIRLQGHFFSILFxxxxxxxxxxxxxxxxxxFSHNEGTL"
test_that("example sequence1 is right length",
expect_equal(nchar(reconstruct_sequence(t_dat)),
132))
test_that("sequence1 is correct",
expect_equal(reconstruct_sequence(t_dat),
dat_sequence))
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.