# Results from CNV-Protein Association Analysis

This repository contains an indexed bgzipped tab-delimited file with all called CNVRs and their associations with the measured biomarkers.
Columns are defined as follows:

| Name   | Description                                | Data Type |
|--------|--------------------------------------------|-----------|
| chr    | Chromosome                                 | int       |
| start  | Start position on chromosome               | int       |
| end    | End position on chromosome                 | int       |
| marker | Panel, ID and name of the measured protein | string    |
| N      | number of samples used for regression      | int       |
| beta   | Estimated effect size                      | float     |
| se     | Std. err. of beta                          | float     |
| t      | T-statistic                                | float     |
| p      | P value                                    | float     |
