Nothing
context("Text access of attributes from CrisprSet objects")
data("gol_clutch1")
test_that("consensusSeqs returns the correct sequence", {
expected <- Biostrings::DNAString("GTCTTGGTCTCTCGCAGGATGCTGGAGCCA")
alleles <- consensusSeqs(gol)
expect_true(alleles[["-3:3D"]] == expected)
expect_true(identical(rownames(gol$cigar_freqs), names(alleles)))
})
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.