tests/testthat/test-multi_cytobandRet.R

# # load suggested package RMySQL
# suppressPackageStartupMessages(library(RMySQL))
# 
# test_that("multi_cytobandRet retrieves data in the expected format", {
#     out <- suppressWarnings(multi_cytobandRet("hg19"))
#     expect <- c("chrom", "chromStart", "chromEnd", "name", "gieStain")
#     expect_equal(colnames(out), expect)
# })

Try the GenVisR package in your browser

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

GenVisR documentation built on Dec. 28, 2020, 2 a.m.