inst/unitTests/test_getGraphEntryGenes.R

library(gRbase)

graph <- dag(c("me","ve"),c("me","al"),c("ve","al"),c("al","an"),c("al","st"),c("an","st"))

test_getGraphEntryGenes <- function(){
  checkEquals(getGraphEntryGenes(graph), "st")
}

Try the clipper package in your browser

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

clipper documentation built on Nov. 8, 2020, 6:18 p.m.