tests/testthat/test-standardizeCells.R

test_that("Cell names", {
    object <- c("22Rv1", "Jurkat", "Ramos (RA-1)")
    expected <- c("22RV1", "JURKAT", "RAMOS")
    object <- standardizeCells(object)
    expect_identical(object, expected)
})
acidgenomics/Cellosaurus documentation built on March 15, 2024, 1:28 a.m.