Odds ratio shows the ratio between the probability of Group1 and Group2,
indicating the risk between groups. run_OddRatio
is used glm with
scaled values to calculate coefficients of groups to obtain the
95% confidential interval.
run_OddRatio(datx, daty, GroupName)
(Required). Data.frame. Metadata with SampleID and Group information.
(Required). Data.frame. Profile with SampleID, ordered by datx (Row->Features; Column->SampleID).
(Required). Character. the contrast group.
95% confidential interval Odds Ratio per feature