View source: R/continuous.responses.R
continuous.responses | R Documentation |
Quantify association between modes and continuous variable
continuous.responses(
annotation.vector,
model,
method = "t-test",
min.size = 2,
data = NULL
)
annotation.vector |
annotation vector with discrete factor levels, and named by the samples |
model |
NetResponse model object |
method |
method for enrichment calculation |
min.size |
minimum sample size for a response |
data |
data matrix (samples x features) |
List with each element corresponding to one variable and listing the responses according to association strength
Contact: Leo Lahti leo.lahti@iki.fi
See citation('netresponse')
res <- continuous.responses(annotation.vector = NULL, model = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.