Description Usage Arguments Author(s) Examples
Check if a list or a compData
object contains the necessary slots for applying the differential expression functions interfaced by the compcodeR
package. This function is provided for backward compatibility, see also check_compData
and check_compData_results
.
1 | checkDataObject(data.obj)
|
data.obj |
A list containing data and condition information, or a |
Charlotte Soneson
1 2 3 | mydata.obj <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100)
checkDataObject(mydata.obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.