tests/testthat/testCreateDomainPlot.R

context("test creating domain plot for a pair seed and ortholog proteins")

test_that("test domain plot", {
    info <- c("101621at6656", "101621at6656|AGRPL@224129@0|224129_0:001955|1")
    domainDf <- parseDomainInput(
        "101621at6656","domains/101621at6656.domains","file"
    )
    expect_true(nrow(domainDf) == 3)
})

Try the PhyloProfile package in your browser

Any scripts or data that you put into this service are public.

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.