View source: R/makeFormulaRightSide.R
makeFormulaRightSide | R Documentation |
This function make right hand side of formula for model variables: vector of indep. variables (i.e. miRNAs) mode: 'multi' for simple, 'inter' for model with interactions returns a string in the form "~ a + b", or "~ a + b + a * b"
makeFormulaRightSide(variables, mode = "multi")
variables |
The vector created by miRNA_select |
mode |
One of "multi", "inter" or NULL |
data.frame containing Miranda data
x <- makeFormulaRightSide(variables, mode = "multi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.