basic_linear_regression | R Documentation |
Function performs lm over accross a number of genes
basic_linear_regression(expr_mat, p_data, model_formula)
expr_mat |
matrix of expression values |
p_data |
matrix with sample data |
model_formula |
a string of the form: y ~ x + o |
lm list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.