Nothing
library(testthat)
library(HaDeX)
library(stringr)
context("reconstruct_sequence in test")
dat <- read_hdx(system.file(package = "HaDeX", "HaDeX/data/KD_180110_CD160_HVEM.csv"))
test_that("example sequence is right length",
expect_equal(str_length(reconstruct_sequence(dat)),
132))
test_that("class is right",
expect_is(reconstruct_sequence(dat),
"character"))
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.