Univariate summary statistics. Data frame with row names corresponding to SNP IDs (e.g., position or rs_id)
and the following columns:
- allele_0
- string composed of "A", "C", "G" or "T",
- allele_1
- string composed of "A", "C", "G" or "T",
- then, two columns for each trait (phenotypic variable) to be included in the
analysis; in turn:
1) traitID_b
with linear regression coefficients,
2) traitID_se
with corresponding standard errors
("traitID" in the column name must be an ID of a trait specified by a user;
do not use underscores "_" in trait IDs outside "_b"/"_se" in order for the
IDs to be processed correctly).