1. CPBayes::ExampleDataCor
    An example data for correlated summary statistics.
  2. CPBayes::ExampleDataUncor
    An example data for uncorrelated summary statistics.
  3. CPBayes::SampleOverlapMatrix
    An example data of sample-overlap matrices.
  4. eGST::ExampleEQTLgenoData
    An example of tissue-specific eQTLs genotype data.
  5. eGST::ExamplePhenoData
    An example of phenotype data.
  6. MPGE::environment_data
    An 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.
  7. MPGE::genotype_data
    An 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.
  8. MPGE::mv_G_GxE_pvalues
    An 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.
  9. MPGE::phenotype_data
    An example of phenotype data.