- CPBayes::ExampleDataCorAn example data for correlated summary statistics.
- CPBayes::ExampleDataUncorAn example data for uncorrelated summary statistics.
- CPBayes::SampleOverlapMatrixAn example data of sample-overlap matrices.
- eGST::ExampleEQTLgenoDataAn example of tissue-specific eQTLs genotype data.
- eGST::ExamplePhenoDataAn example of phenotype data.
- MPGE::environment_dataAn example of data of the environmental variable (e.g., smoking status). Here, environment_data is a data frame with single column for the environmental variable. The order of the 500 individuals in the row must be the same as provided in the phenotype and genotype data. Here, the environmental variable has two categories which were coded as 1 and 0 (e.g., smokers and non-smokers). Instead of numeric values, these can also be considered to be factors in the absence of a defined order in the categories.
- MPGE::genotype_dataAn example of genotype data for two genetic variants (SNPs). Here, genotype\_data is a data.frame with the columns as SNPs (e.g., rs1 and rs2 here). The rows correspond to the 500 individuals in the same order as in the phenotype data.
- MPGE::mv_G_GxE_pvaluesAn example of step 1 (marginal genetic association) and step 2 (GxE interaction) p-values across genetic variants (SNPs). Here, mv_G_GxE_pvalues is a data.frame with three columns. First column lists the set of 1000 genetic variants. Second column provides the vector of p-values obtained from testing the marginal multivariate genetic association for these SNPs. And the third column provides the vector of p-values obtained from testing the overall GxE effect in presence of possible marginal genetic effect and marginal environmental effect.
- MPGE::phenotype_dataAn example of phenotype data.