check_phyloCompData | R Documentation |
phyloCompData
objectCheck the validity of a phyloCompData
object.
An object that passes the check can be used as the input for the differential expression analysis methods interfaced by compcodeR
.
check_phyloCompData(object)
object |
A |
Charlotte Soneson, Paul Bastide
mydata <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100,
id.species = factor(1:10),
tree = ape::rphylo(10, 1, 0),
lengths.relmeans = "auto", lengths.dispersions = "auto")
check_phyloCompData(mydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.