EWAS : epigenome-wide association study software

Home User Guide Options list Supplementary Contact US

EWAS   2.0

  User Guide

EWAS for single DNA methylation loci

Phenotypes vs. Beta-value

T test

EWAS can carry out T test for single DNA methylation locus and calculate the Tp values

 

java -jar ewas.jar -t.test -input example_ewas.txt

or

java -jar ewas.jar -t.test -input example_ewas.txt -output outFile

input file

please see example_ewas.txt or download example_ewas.zip for more information.

 

 

OutFile

 

Simple linear regression

EWAS can Carry out simple linear regression analysis for each methylation loci with continuous phenotypes.

 

  • phenotype ~beta: with beta as independent variable and phenotype as dependent variable
  • java -jar ewas.jar -linear -input example_linear.txt

    or

    java -jar ewas.jar -linear -input example_linear.txt -output outFile

 

input file

please see example_linear.txt or download example_linear.zip for more information.

 

 

OutFile

 

logistic regression

EWAS can Carry out logistic regression analysis for each methylation loci with binomial phenotype.

 

java -jar ewas.jar -logistic -formula phenotype~marker -input example_logistic.txt

or

java -jar ewas.jar -logistic -formula phenotype~marker -input example_logistic.txt -output outFile

 

input file

please see example_logistic.txt or download example_logistic.zip for more information.

 

OutFile

 

Calculate the Pearson's correlation coefficients

EWAS can Calculate the Pearson's correlation coefficients for each methylation loci with continuous phenotype.

 

java -jar ewas.jar -cor -input example_cor.txt

or

java -jar ewas.jar -cor -input example_cor.txt -output outFile

 

input file

please see example_cor.txt or download example_cor.zip for more information.

 

OutFile

 

 

Phenotypes vs. SMP(MM MU UU)

Convert DNA methlytion beta-value to SMP menoypte

EWAS can Convert DNA methlytion beta-value to SMP menoypte use two threshold.

 

java -jar ewas.jar -SMP.convert -input example_ewas.txt

or

java -jar ewas.jar -SMP.convert -input example_ewas.txt -output outFile -threshold 0.3 0.7

 

input file

please see example_ewas.txt or download example_ewas.zip for more information.

 

OutFile

 

 

Chisq-square test for SMP methylation alleles

EWAS can Carry out Chisq-square test for SMP meplotypes , 2 (phenotype)*2 ( M vs. U) table.

 

java -jar ewas.jar -SMP.allele_chisq -input out_smp.txt

or

java -jar ewas.jar -SMP.allele_chisq -input out_smp.txt -output outFile

 

input file

please see out_smp.txt or download out_smp.zip for more information.

 

 

 

OutFile

 

SMP allele association

EWAS can Identify the type of SMP allele association for each DNA methylation loci.

 

java -jar ewas.jar -SMP.aa -input out_smp.txt

or

java -jar ewas.jar -SMP.aa -input out_smp.txt -output outFile

 

input file

please see out_smp.txt or download out_smp.zip for more information.

 

 

 

OutFile

 

MAF and Hardy-Weinberg

EWAS can Calculate the MAF and Hady-Weinberg pvalue for each DNA methylation loci.

 

java -jar ewas.jar -SMP.HW -input out_smp.txt

or

java -jar ewas.jar -SMP.HW -input out_smp.txt -output outFile

 

input file

please see out_smp.txt or download out_smp.zip for more information.

 

 

 

OutFile

 

                column 1-11:

 

                column 12-22:

Summary statistic

EWAS can Give a summary statistic for each DNA methylation loci.

 

java -jar ewas.jar -SMP.summary -input out_smp.txt

or

java -jar ewas.jar -SMP.summary -input out_smp.txt -output outFile

 

input file

please see out_smp.txt or download out_smp.zip for more information.

 

 

 

OutFile

 

                column 1-16:

 

                column 17-31:

 

EWAS for methylation haplotype

Output the results of epigenome-wide meplotype

association study

EWAS can scan the entire genome and identify the association between combinations of methylation levels (meplotype) and diseases.

 

java -jar ewas.jar -meplotype -input example_meplotype.txt

or

java -jar ewas.jar -meplotype -input example_meplotype.txt -output outFile

 

input file

please see example_meplotype.txt or download example_meplotype.zip for more information.

 

OutFile

 

column 1-9

 

column 10-15

 

Output the MD coefficient D-prime and r-square

For a list of DNA methylation loci, EWAS can calculate the MD coefficient D-prime and r-square. We provided two types of output formate: matrix and list.

matrix format:

java –jar ewas.jar -MD -input example_md.txt

or

java –jar ewas.jar -MD -input example_md.txt -MDFormat matrix -output outFile

 

input file

please see example_md.txt or download example_md.zip for more information.

 

OutFile

 

list format:

java –jar ewas.jar -MD -input example_md.txt -MDFormat list

or

java –jar ewas.jar -MD -input example_md.txt -MDFormat list -output outFile

 

OutFile

 

Output the MD block

EWAS can identify the MD blocks and calculate the frequency of meplotype in the blocks.

 

java –jar ewas.jar –block -input example_meplotype.txt

or

java –jar ewas.jar –block -input example_meplotype.txt -output outFile

 

input file

please see example_meplotype.txt or download example_meplotype.zip for more information.

 

 

OutFile

EWAS for methylecomtype

Output the results of epigenome-wide methylecomtype

association study

EWAS can scan the entire genome and identify the association between combinations of methylation levels (methylecomtype) and diseases.

 

java -jar ewas.jar -methylocomtype -input example_ewas.txt

or

java -jar ewas.jar -methylocomtype -WindowSize 20 -input example_ewas.txt -threshold 0.5 -output outFile

 

input file :

please see example_ewas.txt or download example_ewas.zip for more information.

 

OutFile

 

 

 

Output the general MD coefficient gD-prime

and gr-square

For a list of DNA methylation loci, EWAS can calculate the general MD coefficient gD-prime and gr-square. We provided two types of output formate: matrix and list.

matrix format:

java –jar ewas.jar -gMD -input example_gMD.txt

or

java –jar ewas.jar -gMD -input example_gMD.txt -gMDFormat matrix -output outFile

 

input file

please see example_gMD.txt or download example_gMD.zip for more information.

 

OutFile

 

list format:

java –jar ewas.jar -gMD -input example_gMD.txt -gMDFormat list

or

java –jar ewas.jar -gMD -input example_gMD.txt -gMDFormat list -output outFile

 

OutFile

 

Output the general MD block

EWAS can identify the general MD blocks and calculate the frequency of methylecomtype in the blocks.

 

java –jar ewas.jar –gblock -input example_gblock.txt

or

java –jar ewas.jar –gblock -WindowSize 20 -input example_gblock.txt -thereshold 0.5 -output outFile

 

input file

please see example_gblock.txt or download example_gblock.zip for more information.

 

 

OutFile

Output sorted data

We firstly sort the DNA methylation loci based on their physical position. Then change the beta-values into two levels (H: high DNA methylation level and L: low DNA methylation level).

 

java -jar ewas.jar -sort -input example_ewas.txt

or

java -jar ewas.jar -sort -input example_ewas.txt -output outFile

 

input file

please see example_ewas.txt or download example_ewas.zip for more information.

 

OutFile

 

 

 

meta-analysis

Carry out epigenome wide meta-analysis

EWAS can Give a summary statistic for each DNA methylation loci.

 

java -jar ewas.jar -meta -input example_meta.txt

or

java -jar ewas.jar -meta -input example_meta.txt -output outFile

 

input file

please see example_meta.txt or download example_meta.zip for more information.

 

 

 

OutFile

 

 

 

Options list