Learn R Programming

cnvGSA (version 1.16.0)

cnvGSAlogRegTest: Performing the logistic regression tests on the CNV data.

Description

This test uses 4 different correction models and requires a case control study. It looks at odds ratios and calculates statistics for the gene-set collection.

Usage

cnvGSAlogRegTest(cnvGSA.in, cnvGSA.out)

Arguments

cnvGSA.in
A CnvGSAInput S4 object.
cnvGSA.out
A CnvGSAOutput S4 object.

Value

A list of one or two objects depending on whether or not the user includes the known loci in the analysis. Each object in the list contains the regression results for each gene set.

Examples

Run this code
library(cnvGSAdata)
data(cnvGSA_output_example)
## See vignette for full details and worked example

Run the code above in your browser using DataLab