tests/testthat/test-dataIntegration.R

context("Data Integration")

# Data --------------------------------------------------
eset <- suppressMessages(SDY269$getGEMatrix())
pheno <- Biobase::pData(eset)
hai <- SDY269$getDataset("hai")


# Tests --------------------------------------------------------
test_that("participant_id in both eset and hai", {
  expect_true("participant_id" %in% colnames(hai) & "participant_id" %in% colnames(pheno))
})
RGLab/ImmuneSpaceR documentation built on Jan. 5, 2023, 10:24 a.m.