Description Usage Arguments Author(s) Examples
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
.
1 | check_compData(object)
|
object |
A |
Charlotte Soneson
1 2 3 | mydata <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100)
check_compData(mydata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.