get_group_formula {pmartR} | R Documentation |
Get formula for group design
Description
For generating group design formulas and correctly ordered group data for seqData statistical functions
Usage
get_group_formula(omicsData)
Arguments
omicsData |
an object of type 'seqData', created by |
Value
A list with two elements:
grouping_info: A data.frame with the grouping information used in the statistical analysis
formula_string: A character string with the formula used in the statistical analysis
[Package pmartR version 2.4.5 Index]