Check the validity of a compData
object. An object that passes the check can be used as the input for the differential expression analysis methods interfaced by compcodeR
.
check_compData(object)
mydata <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100)
check_compData(mydata)
#> [1] TRUE