makeFormulaRightSide {mirTarRnaSeq}R Documentation

makeFormulaRightSide makes right hand side of formula for model variables: vector of indep. variables

Description

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"

Usage

makeFormulaRightSide(variables, mode = "multi")

Arguments

variables

The vector created by miRNA_select

mode

One of "multi", "inter" or NULL

Value

data.frame containing Miranda data

Examples


x <- makeFormulaRightSide(variables, mode = "multi")



[Package mirTarRnaSeq version 1.1.3 Index]