Skip to main content

CNV data requirements

This page describes the columns that should be present in your Copy Number Variant (CNV) summary statistics file for submission to the GWAS Catalog.

We want the community's feedback!

If you have any feedback about the data requirements listed below, please contact gwas-info@ebi.ac.uk

Example table

chromosomebase_pair_startbase_pair_endneg_log10_p_valuebetastandard_errorstatistical_model_type
116600001166050009.450.0480.008additive
X864150018642500013.661-0.0350.003additive

Field (column) structure

Column names must appear exactly as shown below. Any differences or typos in your column names will cause validation errors.

Your analysis must report genome-wide results
  • GWAS Catalog submissions are expected to be full genome-wide datasets, not just top hits.

  • CNV analyses should contain at least 10,000 pre-QC variants.

  • It's OK if quality control steps have reduced the number of rows in your final dataset below the minimum row count, but please ensure you are submitting the full set of variants that were analysed in your study, including data which didn't meet GWAS significance.

Position

Requiredall fields required

How is the position of the variant represented?

ColumnDescription
chromosomeChromosome where the variant is located
base_pair_startStart position of the variant (0/1 based)
base_pair_endEnd position of the variant (0/1 based)

Statistical significance

Requiredselect one

How are p values stored in your file?

ColumnDescription
p_valuep value. Smaller p values are more significant.
neg_log10_p_valueNegative log₁₀ of the p value. Larger values indicate greater significance.

Effect size

Requiredat least one required

At least one effect size must be selected.

ColumnDescription
betaRegression coefficient.
odds_ratioOdds ratio estimate.
hazard_ratioHazard ratio estimate.
z_scoreZ-score statistic.

Uncertainty estimate

Conditional

How have you measured the uncertainty of your effect size estimates?

Required when an effect size is provided.

ColumnDescription
standard_errorStandard error.
confidence_interval_lowerLower bound of the primary effect size confidence interval (typically odds ratio).
confidence_interval_upperUpper bound of the primary effect size confidence interval (typically odds ratio).

Statistical model information

Requiredall fields required

Additional information about the statistical model used in the study.

ColumnDescription
statistical_model_typeGenetic association model type (e.g. additive, dominant, recessive)

Other fields

Optional

Please consider including this data to improve the quality of your submission.

ColumnDescription
nSample size per variant.

You can also include a reasonable number of extra fields relevant to your study in your submission.

Validation rules

These rules are enforced during validation. The same rules apply in both the web tool and the command line interface.

  • Beta requires standard error: If beta is selected as an effect size, standard_error must also be included as an uncertainty estimate. Standard error may only be used with beta.
  • Confidence intervals require odds ratio or hazard ratio: Confidence interval bounds are only valid when odds_ratio or hazard_ratio is selected as an effect size. If one bound is provided, both must be provided.
  • Z-score does not accept uncertainty estimates: Z-score is a standardised statistic. When z_score is the sole or primary effect size, no uncertainty estimate (standard error or confidence interval) should be provided.
  • Odds ratio and hazard ratio are mutually exclusive: Odds ratio and hazard ratio cannot both be provided in the same file.
  • Primary effect size must be designated: If more than one effect size column is present, one must be designated as the primary measure of effect. The primary measure of effect is placed in a standardised column in the output file.