Description Usage Arguments Author(s) Examples
Given a list with data and results (resulting e.g. from compcodeR
version 0.1.0), convert it to a compData
object.
1 | convertListTocompData(inp.list)
|
inp.list |
A list with data and results, e.g. generated by |
Charlotte Soneson
1 2 3 4 | convertListTocompData(list(count.matrix = matrix(round(1000*runif(4000)), 1000),
sample.annotations = data.frame(condition = c(1,1,2,2)),
info.parameters = list(dataset = "mydata",
uID = "123456")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.