Zum Hauptinhalt springen

pwrEWAS: a user-friendly tool for comprehensive power estimation for epigenome wide association studies (EWAS).

Graw, S ; Henn, R ; et al.
In: BMC bioinformatics, Jg. 20 (2019-04-29), Heft 1, S. 218
Online academicJournal

pwrEWAS: a user-friendly tool for comprehensive power estimation for epigenome wide association studies (EWAS) 

Background: When designing an epigenome-wide association study (EWAS) to investigate the relationship between DNA methylation (DNAm) and some exposure(s) or phenotype(s), it is critically important to assess the sample size needed to detect a hypothesized difference with adequate statistical power. However, the complex and nuanced nature of DNAm data makes direct assessment of statistical power challenging. To circumvent these challenges and to address the outstanding need for a user-friendly interface for EWAS power evaluation, we have developed pwrEWAS. Results: The current implementation of pwrEWAS accommodates power estimation for two-group comparisons of DNAm (e.g. case vs control, exposed vs non-exposed, etc.), where methylation assessment is carried out using the Illumina Human Methylation BeadChip technology. Power is calculated using a semi-parametric simulation-based approach in which DNAm data is randomly generated from beta-distributions using CpG-specific means and variances estimated from one of several different existing DNAm data sets, chosen to cover the most common tissue-types used in EWAS. In addition to specifying the tissue type to be used for DNAm profiling, users are required to specify the sample size, number of differentially methylated CpGs, effect size(s) (Δβ), target false discovery rate (FDR) and the number of simulated data sets, and have the option of selecting from several different statistical methods to perform differential methylation analyses. pwrEWAS reports the marginal power, marginal type I error rate, marginal FDR, and false discovery cost (FDC). Here, we demonstrate how pwrEWAS can be applied in practice using a hypothetical EWAS. In addition, we report its computational efficiency across a variety of user settings. Conclusion: Both under- and overpowered studies unnecessarily deplete resources and even risk failure of a study. With pwrEWAS, we provide a user-friendly tool to help researchers circumvent these risks and to assist in the design and planning of EWAS. Availability: The web interface is written in the R statistical programming language using Shiny (RStudio Inc., 2016) and is available at https://biostats-shinyr.kumc.edu/pwrEWAS/. The R package for pwrEWAS is publicly available at GitHub (https://github.com/stefangraw/pwrEWAS).

Keywords: DNA methylation; Microarray data analysis; Statistical power; Sample size calculation; Bioconductor package; Illumina human methylation BeadChip

Electronic supplementary material The online version of this article (10.1186/s12859-019-2804-7) contains supplementary material, which is available to authorized users.

Background

Epigenome-wide association studies (EWAS) aim to examine the relationship between epigenetic marks and exposure(s) or phenotype(s) on a genome-wide level. DNA methylation (DNAm) is the most widely studied epigenetic mechanism and involves the chemical addition of a methyl group to the 5-carbon position of cytosine in the context of cytosine-phosphate-guanine (CpG) dinucleotides. The vast majority of EWAS use microarray-based platforms for assessing DNAm, such as the Illumina Infinium HumanMethylation BeadArrays (Illumina Inc.), as these platforms provide a compromise between coverage, cost, and sample throughput [[1]]. Illumina's latest methylation microarrays, the Infinium HumanMethylation450 and Infinium HumanMethylationEPIC, interrogate the methylation levels of over 450,000 and 850,000 CpG dinucleotides, respectively. While these arrays differ in their coverage, both allow for the assessment of methylation at single-nucleotide resolution, quantified using what is referred to as the methylation β-value, an approximately continuously-distributed measure that reflects the methylation extent of a specific CpG locus; ranging from 0 (unmethylated) to 1 (methylated). Interest in studying DNAm in the context of human health and disease has been ignited by the now numerous studies that have reported altered patterns of DNAm across various human diseases [[3]] and in response to environmental exposures [[5]], along with reversible nature of DNAm, which makes it a promising target for potential treatments and therapies [[6]]. To detect a hypothesized difference in DNAm with adequate statistical power it is crucial to assess the required sample size. However, the complex nature of DNAm data [[7]] makes a direct power assessment challenging, as power depends on several factors: planned study sample size, array technology used to profile DNAm, tissue type used in assessing DNAm, proportion of differentially methylated CpGs and the distribution of their differences (Δβ), and multiplicity.

The importance of formal power assessment and sample size justification in the design of research studies has been recognized and addressed in related omics fields, and motivated the development of power evaluation tools, including: "RNAseqPS" [[9]], "RNASeqPowerCalculator" [[10]] and "PROPER" [[11]] for RNA-Seq data, and "CaTs" [[12]], "Statistical Power Analysis tool" [[13]], "GWAPower" [[14]], and "SurvivalGWAS_Power" [[15]] for GWAS data. However, surprisingly little attention has been given to this topic in the context of EWAS and while there has been substantial work on the development of statistical methods and publicly available software for the preprocessing, quality control, normalization, and analysis of DNA methylation data [[16]], methods and tools for power evaluation for EWAS are lagging. Consequently, most EWAS are conducted in the absence of formal power analyses, resulting in studies that are potentially under- or overpowered [[18]]. To our knowledge, only three studies have formally addressed the issue of power evaluation in the context of EWAS [[19]–[21]]. Wang et al. [[21]] simulated DNAm data for two group comparisons from uniform-normal mixture distributions with parameter settings that capture three general types of distributions often seen in methylation data (methylated, unmethylated, and partially methylated). Power was then assessed and compared for two differential methylation detection methods: proposed method by Wang et al. [[21]] and t-tests. Rakyan et al. [[20]] generated DNAm data for two group comparisons from single and mixture beta distributions in three scenarios with four effect sizes each and differences in methylation ranging from 1.25 to 14.4%. Logistic regression was then applied to assess differential methylation and power was evaluated. Finally, Tsai et al. [[19]] simulated DNAm data for two group comparisons from nine single locus DNAm distributions, again falling into three categories: methylated, hemi-methylated and unmethylated. The expected differences in methylation ranged from 1 to 60%. Differential methylation was then analyzed by t-tests and Wilcoxon rank-sum tests, and the respective power was assessed.

All three approaches utilize a limited number of single locus distributions, which result in a wide range of methylation levels of CpG sites, but may lead to unrealistic data with a predefined fixed number of expected differences in methylation between two groups. This is because individual CpGs have their own unique mean and variance depending on their genomic context and susceptibility to become methylated and vary depending on the tissue type used for methylation assessment [[22]]. Analogously, expected differences in CpG-specific methylation between two or more groups are expected to come from a continuous distribution instead of having predefined discrete values [[23]]. In addition to the potential limitations above, none of the previously described methods provided accompanying software for their methodology, limiting their application within the epigenomics-research community. Therefore, there remains an outstanding need for publicly available software that addresses these limitations and enables comprehensive assessments of statistical power in the context of EWAS involving CpG-specific comparisons of DNAm.

Inspired by PROPER [[11]], a publicly available tool to assist researchers with power assessment in RNA-seq studies, we have developed pwrEWAS for comprehensive power evaluation in the context of case-control EWAS. In pwrEWAS, power is estimated using semi-parametric simulation-based approach. First, DNAm data is randomly generated for each comparator group based on user-supplied information concerning the expected fraction of differentially methylated CpGs between groups and their expected effect size (Δβ). To simulate realistic methylation data, DNAm data are generated from a beta-distribution using CpG-specific means and variances estimated from one of several different publicly available DNAm data sets, chosen to span the most common tissue-types used in EWAS. This gives the user the flexibility to select the tissue type (e.g., whole blood, peripheral blood mononuclear cells (PBMCs), etc.) that is most appropriate for the study being planned. Next, the generated data undergoes a formal differential methylation analysis, the results of which are used to estimate statistical power. In what follows, we begin by describing the statistical framework underlying pwrEWAS, followed by its demonstration and an assessment of its run time across different user settings. We finish with a discussion of the limitations of pwrEWAS and describe future extensions.

Methods

As previously mentioned, the Illumina Infinium HumanMethylationEPIC microarray measures the methylation status of > 850,000 CpGs throughout the genome. For a single CpG, DNAm is quantified via the β-value, β=MM+U , where M and U are the methylated and unmethylated signal intensities, respectively. As M and U are typically assumed to be gamma-distributed random variables with equal scale parameter [[7]], it follows that the β-value follows a beta-distribution. As such, the β-value ranges from 0 to 1 and represents the methylation extent for a specific CpG. Under ideal conditions, a β-value of zero signifies that all alleles in all cells of a sample were unmethylated at that CpG site, while a β-value of one indicates methylation throughout all alleles in all cells at that CpG site [[24]]. A common goal of EWAS is to identify CpG-specific differential methylation based on some phenotype or exposure. Formally, this involves testing the null hypothesis H0 : Δβ, j = 0, where Δβ,j=μj1μj2 and represents the difference in mean methylation at the jth CpG between two groups (e.g. cases versus controls, exposed versus unexposed, etc.), with j = {1, ... , J} and J representing the number of interrogated CpGs.

pwrEWAS is written using the R statistical programming language (http://r-project.org) and is comprised of three major steps: (1) data generation, (2) differential methylation analysis, and (3) power evaluation (Fig. 1). Users are required to provide input parameters, including: tissue type to be used for methylation assessment, assumed total sample size (can be specified as a range of possible sample sizes), percentage of the total sample split into two groups (50% corresponds to a balanced study), number of CpGs to be formally tested, expected number of differentially methylated CpGs, and the expected difference in methylation between the comparator groups (Δβ) or alternatively, the standard deviation of these differences (sdβ)).

Graph: Fig. 1Workflow for pwrEWAS. From an existing tissue-type-specific data set, J CpG-specific means and variances are estimated. Next, P CpGs are sampled with replacement from the collection of CpGs. For two groups, the mean of one group is changed by Δβ , while the mean of the other group remains unchanged. Δβ comes from a truncated normal distribution N (0, τ2). These parameters are then used to simulate β -values for the two groups. A CpG with an absolute difference in mean methylation greater than a predefined detection limit (default: 0.01) is considered as truly differentially methylated. Next, the simulated data set is used to test for differential, comparing the mean methylation signatures between the two groups. A CpG is defined as "detected" if its corresponding FDR is smaller than a predefined threshold (default: 0.05). Each CpG can fall into one of six categories described in Table 1. The marginal power is calculated as the proportion of True Positives among all truly differentially methylated CpGs

To assist users with their experimental design, pwrEWAS provides estimates of statistical power as a function of the assumed sample and effect size(s). Further, it provides estimates of the marginal type I error rate, marginal FDR, false discovery cost (FDC), the distribution of simulated Δβ 's, and probabilities of identifying at least one true positive. The probability of identifying at least one true positive is beneficial in studies where either the effect or sample size is very small (e.g. pilot or explanatory studies).

Data generation

Our approach to estimating statistical power begins by leveraging publicly available DNA methylation data sets in order to simulate realistic methylation data. Data sets used for the purpose of simulation were selected to represent the most commonly used tissue types used in EWAS. To identify these tissue types, the Gene Expression Omnibus (GEO) data repository was manually scanned and tissue types were rank-ordered based on the number of GEO deposited data sets including Illumina Infinium Human Methylation BeadChip data for that tissue type. For each of the most common tissue types identified, a single representative data set was selected (Table 1). Representative datasets were selected based on a combination of the study's sample size (preference toward larger data sets), study design, and the inclusion of DNA methylation profiles for healthy, non-diseased subjects.

Curated tissue-type specific DNAm data sets used by pwrEWAS

Tissue Type

Accession Number

Subjects within GSE-ID limited to

Reference

Saliva

GSE92767

[38]

Lymphoma

GSE42372

disease state: non-HIV lymphoma

[39]

Placenta

GSE62733

health state: Normal

[40]

Liver

GSE61258

diseasestatus: Control

[41]

Colon

GSE77718

disease state: Normal

[42]

Blood (Adults)

GSE42861

subject: Normal

[43-44]

Blood (Children)

GSE83334

age: 5 years

[45]

Blood (Newborns)

GSE82273

[46]

Cord-blood (whole blood)

GSE69176

Cord-blood (PBMC)

GSE110128

cord blood

[47]

Adult (PBMC)

GSE67170

disease state: control

[48]

Representative data sets for the most commonly used tissue types for EWAS with inclusion criteria for subjects

For each selected tissue type, CpG-specific means and variances were estimated ( μ̂j=1Ni=1Nβi,j and σ^j2=1N1i=1N(βi,jμ^j)2 ), where βi, j represents the methylation β-value for CpG j = {1, ... , J} in subject i = {1, ... , N}. CpG-specific parameter estimates are then used as the basis for simulating realistic methylation data using a semi-parametric simulation strategy. First, P pairs of CpG-specific means and variances μ̂jσ̂j2 are sampled with replacement from one of the tissue-type specific reference data sets (Table 1). By default, P is set to 100,000 CpG sites, as previous studies have suggested filtering out low-variable CpGs to offset the burden of multiplicity [[25]], however in principle, P can be set according to the user's preference (e.g., P = 866,836 for EWAS conducted using the EPIC array). Thus, pwrEWAS allows up- or down-scaling to any number of CpGs that the investigator plans to measure and conducted differential methylation analyses on. This is an important feature since the EPIC array is the successor to the now discontinued Infinium HumanMethylation450 array, which represents the technology used for methylation assessment of the tissue-specific reference data sets used as the basis of our simulation strategy. Of the P sampled CpGs, a difference in mean DNAm (Δβ) is imposed on K CpGs, where KP. The number of differentially methylated CpGs, K, is selected by the user and ideally motivated by a pilot study, previous literature, or expert knowledge about the effect of the phenotype(s) or exposure(s) of interest on DNA methylation. The mean methylation of K CpGs is shifted in one of the comparator groups by Δβ = {Δβ, 1, ...Δβ, k, ...Δβ, K}, while the mean methylation in the other comparator group remains unchanged. Due to the nature of β-values and the parameter restrictions of the beta distribution (0 ≤ μk ≤ 1 and 0<σk2<0.25 ), Δβ, k is bounded by 12μk±14σk2 , where μk and σk2 are CpG-specific means and variances, respectively (see Additional file 1 for additional details). Due to its boundedness, Δβ, k is drawn from a truncated normal distribution (Δβ, k~Nk(0, τ2)). The normal distribution was chosen based on observed differences in DNAm of differentially methylated CpGs in previously published EWAS (see Additional file 2: Figure S1). The standard deviation of the simulated differences τ can be provided by the user or be automatically be determined based on the user-specified target Δβ and the expected number of differentially methylated CpGs, such that Δβ matches the target maximal difference in mean methylation. To achieve this, an internal function simulates P Δβ, k 's (this matches the number of subsequently simulated CpGs) 100 times, while stepwise adjusting τ. The goal is to identify a standard deviation τ for the truncated normal distribution to matches the targeted maximal difference in DNAm. Therefore, τ is adjusted stepwise until the 99.99th percentile of the absolute value of simulated Δβ, k 's falls within a range around the targeted maximal difference in DNAm. The range is equal to the detection limit (±0.005 based on default detection limit: 0.01). (Additional file 2: Figure S2) shows the distribution of simulated Δβ, k 's for different effect sizes and its respective range that the 99.99th percentile of the simulated Δβ, k 's needs to fall in for τ to be accepted.

Since Δβ is simulated from a truncated normal distribution, a certain proportion of Δβ are within the detection limit range around zero and thus, do not exhibit a biologically meaningful difference in mean methylation. To ensure that K includes the number of meaningfully differential methylated CpGs (truly differentially methylated CpGs), K is calculated to reflect the user-supplied target number of differentially methylated CpGs ( K=1Percentage of trulyDMCpGsTarget number ofDMCpGs ). This results in K CpGs with changed means (Δβ, k ≠ 0) and PK CpGs with unchanged means (Δβ, k = 0) between the two comparator groups. Variances across all P CpGs remain unchanged in both comparator groups, that is, comparator groups are assumed to have the same CpG-specific variances. Next, the means and variances of both comparator groups are used to calculate CpG-specific shape parameters for the beta-distribution: aj=μj21μjσj21μj and bj=aj1μj1 (see Additional file 1). The two comparator group specific matrices (P × 2) containing the CpG-specific shape parameters are then used to generate N1 and N2 beta-distributed observations for each CpG, for both comparator groups respectively, resulting in two matrices (P x N1 and P x N2) of β-values, which are subsequently used for the differential methylation analysis.

Simulated CpGs fall into one of three categories: (1) not differentially methylated (Δβ, k = 0), (2) differentially methylated with negligible difference (|Δβ, k| < 0.01), and (3) truly differentially methylated (|Δβ, k| ≥ 0.01). The threshold of 0.01 was chosen according to the detection limit of DNAm arrays [[8]], but can be modified by the user.

Differential methylation detection

Following data generation, differential methylation analyses are carried out using one of several established parametric and nonparametric approaches, including: limma [[26]], CpGassoc [[27]], t-test, or a Wilcoxon rank-sum test. In the first three of the above methods, simulated β-values are first transformed to methylation M-values using the logit-transformation ( M=log2β1β ) due to their assumption of normality [[24], [28]]. Each method reports CpG-specific p-values, which are multiplicity adjusted using the Benjamini and Hochberg method [[29]] to control the False Discovery Rate (FDR).

Power assessment

Tested CpGs fall into one of six categories: (1) TP (True Positive): detected CpGs with meaningful difference in mean DNAm, (2) NP (Neutral Positive): detected CpGs with negligible difference in mean DNAm, (3) FP (False Positive): detected CpG with no difference in mean DNAm, (4) TN (True Negative): undetected CpGs with no difference in mean DNAm, (5) NN (Neutral Negative): undetected CpGs with negligible difference in mean DNAm, and (6) FN (False Negative): undetected CpGs with meaningful difference in mean DNAm (Table 2).

Differential methylation detection and terminology

Differentially Methylated

Truly Differentially Methylated

Detected

Not Detected

Δk = 0

No

No

False Positive (FP)

True Negative (TN)

k| < 0.01

Yes

No

Neutral Positive (NP)

Neutral Negative (NN)

k| ≥ 0.01

Yes

Yes

True Positive (TP)

False Negative (FN)

Each CpG can fall into one of six following categories: False Positive (FP; detected CpG with no simulated difference in mean methylation); Neutral Positive (NP; detected CpG with negotiable simulated difference in mean methylation); True Positive (TP; detected CpG with meaningful simulated difference in mean methylation); True Negative (TN; not detected CpG with no simulated difference in mean methylation); Neutral Negative (NN; not detected CpG with negotiable simulated difference in mean methylation); False Negative (FN; not detected CpG with meaningful simulated difference in mean methylation)

Since it can be argued that CpGs with a negligible Δβ, k are not biologically meaningful, we calculate the empirical marginal power, defined by Wu et al. [[11]] as the proportion of truly differentially methylated CpGs detected at the specified FDR threshold, TPTP+FN (Table 2). Further, even though failing to discover differentially methylated CpGs represents a type II error, failing to detect CpGs with a negligible Δβ, k can be disregarded (NN) due to their likely unimportance. Additionally, as identifying CpGs with a negligible Δβ, k (NP) is not as crucial as identifying CpGs with a biologically meaningful Δβ, k (TP), we also report the false discovery cost ( FDC=FPTP ) [[11]].

For each of the assumed sample and effect sizes we report the following metrics, averaged across simulations to obtain reliable estimates:

  • Empirical classical power: The ratio of correctly detected CpGs and all differentially methylated CpGs

classicalPower=NP+TPNP+NN+TP+FN

Graph

  • Empirical marginal power: The ratio of correctly detected CpGs with biologically meaningful differences and all differentially methylated CpGs with biologically meaningful differences (excluding Neutral Positives and Neutral Negative with negligible differences):

marPower=TPTP+FN

Graph

  • Empirical marginal Type I Error: The ratio of wrongly detected CpGs and all CpGs with no difference

marTypeI=FPFP+TN

Graph

  • Empirical False Discovery Rate (FDR): The ratio of wrongly detected CpGs and all detected CpGs

FDR=FPFP+NP+TP

Graph

  • Empirical False Discovery cost (FDC): The ratio of wrongly detected CpGs and correctly detected CpGs:

FDC=FPTP

Graph

Visualization

The pwrEWAS package contains two functions that can be used to visualize the results ("pwrEWAS_powerPlot" and "pwrEWAS_deltaDensity"). "pwrEWAS_powerPlot" displays the estimated power as a function of sample size with error bars (2.5th and 97.5th percentile calculated across simulations). Power across different target Δβ s as a function of sample size is differentiated by different colors (Fig. 2, Box 4). "pwrEWAS_deltaDensity" illustrates the distribution of simulated Δβ, k s for different target Δβ s as density plots (Fig. 2, Box 7). Densities for different target Δβ s are color-coded as well and match the colors of the power curve ("pwrEWAS_powerPlot").

Graph: Fig. 2pwrEWAS Shiny User-Interface. (1) User-specific inputs; (2) Advanced input settings to optimize run time; (3) Link to vignette for detailed description of inputs and outputs, instructions and an example including interpretations of the example results; (4) Power curve as a function of sample size by effect size (Δ β); (5) Estimated power average over simulation by sample size and effect size (Δ β); (6) Probability of detection at least one true positive; (7) Distribution of simulated differences in DNAm (Δ β) for different target Δ β 's; (8) Log of input parameter and run time

Results

Consider a hypothetical study that aims to understand the relationship between electronic cigarettes (e-cigarette) and DNAm derived from adult blood. The use of e-cigarettes has increased dramatically over the last decade, especially among young adults [[30]]. There exists a common perception in the population, including pregnant women and women in child-bearing age, that e-cigarettes are less harmful than smoking tobacco cigarettes [[31]]. Although, studies have reported the presence of toxic components in e-cigarette aerosol [[30]], there presently exists no study investigating the relationship between e-cigarette and DNAm derived from adult human blood. As the effect of e-cigarette usage on DNAm is presently unknown, but is of interest in this hypothetical study, we will use the previously reported effects of tobacco smoke on blood-derived DNAm as an upper limit for the effect of e-cigarette usage on DNAm. Previous studies analyzing the effect of smoking tobacco cigarettes on blood-derived patterns of DNA methylation have reported CpG-specific differences up to 24% between smokers and non-smokers, with a wide range of CpGs (724–18,760) declared as significantly differentially methylated (FDR ≤0.05) [[32]–[34]]. Hence, we want to investigate the number of subjects required to detect DNAm differences in 2500 CpGs (selected to be within the range of the number of significantly differently methylated CpGs reported between smokers and non-smokers in previous reports) with 80% power for three reasonable effect sizes (Δβ = {0.10, 0.15, 0.20} and one deliberately small effect size Δβ = 0.02, representing differences in DNAm up to ~2 % , ~10 % , ~15% and ~20%). To cover a wide range of total sample sizes, we analyzed total sample sizes ranging from 20 to 260 individuals with increments of 40 and equal allocation between e-cigarette users and non-users, while keeping the remaining default parameters of pwrEWAS intact:

  • Tissue type: Blood adult
  • Minimum total sample size: 20
  • Minimum total sample size: 260
  • Sample size increments: 40
  • Samples rate for group 1: 0.50
  • Number of CpGs tested: 100000
  • Target number of DM CpGs: 2500
  • Select 'Target max Δ '
  • Target maximal difference in DNAm: 0.02, 0.10, 0.15, 0.20
  • Target FDR: 0.05
  • Detection Limit: 0.01
  • Method for DM analysis: limma
  • Number of simulated data sets: 50
  • Threads: 4

The results of this power analysis can be found in Fig. 2. To detect differences up to 10, 15 and 20% in CpG-specific methylation across 2500 CpGs between e-cigarette users and non-users with at least 80% power, we would need about 220, 180 and 140 total subjects, respectively. As expected, 80% power was not achieved for a difference in DNAm ≤2% for the selected total sample size range. However, it can be observed for this target differences of 2%, that the probability of detecting at least one CpG out of the 2500 differentially methylated CpGs is about 36% for 20 total patients and virtually 100% for 60 and more total patients. Because there exists no literature on the magnitude of expected differences in DNAm, a pilot study would be helpful in this hypothetical situation to narrow the range of expected differences to more precisely identify the required sample size to achieve 80% power.

To evaluate this broad range of sample and effect sizes of this theoretical experiment, pwrEWAS required ~ 49 min in total. In general, the computational complexity of pwrEWAS depends on four major components: (1) assumed number and magnitude of sample size(s), (2) number of target Δβ 's (effect sizes), (3) number of CpGs tested, and (4) number of simulated data sets. To enhance the computational efficiency, pwrEWAS allows users to process simulations in parallel. While (1) and (2) are usually dictated by the study to be conducted, (3) and (4) can be modified to either increase the precision of power estimates (increased run time) or reduce the computational burden (decreased precision of estimates). The run time of pwrEWAS for different combinations of sample sizes and effect sizes are provided in Table 3.

Run time of pwrEWAS for different combinations of sample sizes and effect sizes

Total sample sizes

Effect sizes (Δβ)

0.1

0.1, 0.2

0.1, 0.3, 0.5

10

2 min 21 s

3 min 11 s

3 min 50s

100

6 min 22 s

7 min 39 s

8 min 33 s

500

24 min 43 s

27 min 36 s

29 min 22 s

10–100 (increments of 10)

9 min 40s

16 min 34 s

23 min 44 s

300–500 (increments of 100)

27 min 58 s

30 min 01 s

52 min 00s

In all scenarios presented the number of tested CpGs was assumed to be 100,000, number of simulated data sets was 50, and the method to perform the differential methylation analysis as limma. A total of 6 clusters/threads were used

As the number of simulated data sets is one of the major components (e.g., item (4), above) affecting the run time of pwrEWAS, it is important to identify a default value that offers a reasonable tradeoff between run time and precision of power estimates. To this end, the variance of power estimates was assessed for a range of simulated data sets (5–100), each repeated 100 times, while keeping the remaining parameters unchanged (Fig. 3a). We ultimately determined the default value for the number of simulated data sets to be 50, as it appears that simulating additional data sets reduces the variance of power estimates only marginally (Fig. 3b).

Graph: Fig. 3Empirical assessment of the number of simulations. To assess the number of simulated data sets (number of simulations) required to obtain consistent results for power, pwrEWAS was run for a variety of number of simulations (5–100 simulations), each 100 times and each with the same remaining input parameters. a shows the distribution of power estimates for 100 runs within each of the assumed number of simulations. b visualizes the variance of power estimates for each of the assumed number of simulations. Given the relative stability of variance estimates beyond 50 simulations, 50 was selected as the default value for the number of simulations in pwrEWAS

The pwrEWAS package is accompanied by a vignette, which provides a more detailed description of input and output, instructions for the usage, an example, and interpretations of the example results. In addition, a user-friendly R-Shiny point-and-click interface has been developed (Fig. 2) for researchers that are unfamiliar or less comfortable with the R environment.

Discussion

In our hypothetical study on the effect of e-cigarette usage on patterns of blood-derived DNAm, we found that 140–220 total subjects would be needed, depending on the expected effect size. However, these results should be treated with a certain level of caution and considered to be more of a guideline than an exact prescription. Due to computational, memory and storage burden, and simplicity considerations, pwrEWAS involves the random generation methylation β-values independently across CpGs, which might not hold in real data given previous reports of local correlation in DNAm of nearby CpG sites [[35]]. Additionally, pwrEWAS assumes CpG-specific homoscedasticity between both comparator groups, that is CpG-specific variances are assumed to be identical between both groups. However, CpG-specific variances have been reported to change depending on exposure(s) and phenotype(s) [[36]]. Violations of CpG-specific homoscedasticity can result in inflated estimates of statistical power and produce overly optimistic sample sizes, however identifying the magnitude of changes in variances depending on exposure(s) and phenotype(s) in advance of the study can be very challenging. Further, the expected difference in DNAm between both groups (Δβ) is assumed to come from a truncated normal. This assumption seems to hold, at least approximately, based on observed distributions of differences in DNAm across a variety of studies. Additional limitations of pwrEWAS include: two group comparison, selection of methods for differential methylation analysis, and selection of tissue types specific reference data.

Despite the above limitations, pwrEWAS is to our knowledge, the first publicly available tool to formally address the issue of power evaluation in the context of EWAS. Further opportunities for the extension of pwrEWAS include the implementation of additional methods for differential methylation analysis (e.g., linear regression for continuous phenotype(s)/exposure(s), Cox-proportional hazards models or relevant models for handling time-to-event outcomes, etc.), allowing multiple group comparisons, providing the opportunity for researcher to upload different reference data (tissue type(s) specific to their study), and addressing the potential change of CpG dispersion due to phenotype(s) and/or exposure(s).

Conclusion

When designing an EWAS, consideration of statistical power should play a central role in selecting the appropriate sample size to address the question(s) of interest. Under- and overpowered studies waste resources and even risk failure of the study. With pwrEWAS we present a user-friendly power evaluation tool with the goal of helping researchers in the design and planning of their EWAS.

Availability and requirements

Project name: pwrEWAS.

Project homepage:https://github.com/stefangraw/pwrEWAS

Operating systems: Platform independent.

Programming language: R.

License: Artistic-2.0.

Any restrictions to use by non-academics: none.

Acknowledgements

We would like to extend our gratitude to Dr. Dong Pei, Lisa Neums, Richard Meier, Qing Xia, Shachi Patel, Duncan Rotich and Dinesh Pal Mudaranthakam of the Department of Department of Biostatistics & Data Science at the University of Kansas Medical Center for their constructive feedback on pwrEWAS.

Funding

Research reported in this publication was supported by the Kansas IDeA Network of Biomedical Research Excellence Bioinformatics Core, supported in part by the National Institute of General Medical Science award P20GM103428. Funding from the aforementioned grant was used to finance access to high-performance computing, which was used in the development and testing of pwrEWAS.

Availability of data and materials

R implementation of pwrEWAS and a vignette are available at https://github.com/stefangraw/pwrEWAS.

Authors' contributions

SG developed the methodology, implemented the pwrEWAS package and wrote the manuscript. RH managed the acquisition and processing of the reference data sets and edited the manuscript. JT edited the manuscript. DK supervised the implementation and edited the manuscript. All authors read and approved the final version of the manuscript.

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Additional files

Graph: Derivation for upper and lower bound of Δ, CpG-specific differences in mean methylation between two compared groups. (DOCX 28 kb)

Graph: Supplementary Figure 1 and Supplementary Figure 2. (DOCX 639 kb)

• DNAm

  • DNA methylation

• EWAS

  • Epigenome-Wide Association Study

• FDC

  • False Discovery Cost

• FDR

  • False Discovery Rate
References 1 Bibikova M, Le J, Barnes B, Saedinia-Melnyk S, Zhou LX, Shen R, Gunderson KL. Genome-wide DNA methylation profiling using Infinium (R) assay. Epigenomics. 2009; 1; 1: 177-200. 10.2217/epi.09.14 2 Pidsley R, Zotenko E, Peters TJ, Lawrence MG, Risbridger GP, Molloy P, Van Djik S, Muhlhausler B, Stirzaker C, Clark SJ. Critical evaluation of the Illumina MethylationEPIC BeadChip microarray for whole-genome DNA methylation profiling. Genome Biol. 2016;17. 3 Kulis M, Esteller M. DNA methylation and Cancer. Adv Genet. 2010; 70: 27-56. 10.1016/B978-0-12-380866-0.60002-2 4 Robertson KD. DNA methylation and human disease. Nat Rev Genet. 2005; 6; 8: 597-610. 10.1038/nrg1655 5 Martin EM, Fry RC. Environmental influences on the epigenome: exposure- associated DNA methylation in human populations. Annu Rev Public Health. 2018; 39: 309-333. 10.1146/annurev-publhealth-040617-014629 6 Yang XJ, Lay F, Han H, Jones PA. Targeting DNA methylation for epigenetic therapy. Trends Pharmacol Sci. 2010; 31; 11: 536-546. 10.1016/j.tips.2010.08.001 7 Saadati M, Benner A. Statistical challenges of high-dimensional methylation data. Stat Med. 2014; 33; 30: 5347-5357. 10.1002/sim.6251 8 Teschendorff AE, Relton CL. Statistical and integrative system-level analysis of DNA methylation data. Nat Rev Genet. 2018; 19; 3: 129-147. 10.1038/nrg.2017.86 9 Guo Y, Zhao S, Li CI, Sheng Q, Shyr Y. RNAseqPS: a web tool for estimating sample size and power for RNAseq experiment. Cancer Inform. 2014; 13; Suppl 6: 1-54213196 Ching T, Huang SJ, Garmire LX. Power analysis and sample size estimation for RNA-Seq differential expression. Rna. 2014; 20; 11: 1684-1696. 10.1261/rna.046011.114 Wu H, Wang C, Wu ZJ. PROPER: comprehensive power evaluation for differential expression using RNA-seq. Bioinformatics. 2015; 31; 2: 233-241. 10.1093/bioinformatics/btu640 Skol AD, Scott LJ, Abecasis GR, Boehnke M. Joint analysis is more efficient than replication-based analysis for two-stage genome-wide association studies. Nat Genet. 2006; 38; 2: 209-213. 10.1038/ng1706 Blaise BJ, Correia G, Tin A, Young JH, Vergnaud AC, Lewis M, Pearce JT, Elliott P, Nicholson JK, Holmes E. Power analysis and sample size determination in metabolic phenotyping. Anal Chem. 2016; 88; 10: 5179-5188. 10.1021/acs.analchem.6b00188 Feng Sheng, Wang Shengchu, Chen Chia-Cheng, Lan Lan. GWAPower: a statistical power calculation software for genome-wide association studies with quantitative traits. BMC Genetics. 2011; 12; 1: 12. 10.1186/1471-2156-12-12 Syed H, Jorgensen AL, Morris AP. SurvivalGWAS_power: a user friendly tool for power calculations in pharmacogenetic studies with "time to event" outcomes. Bmc Bioinformatics. 2016;17. Li DM, Xie ZD, Le Pape M, Dye T. An evaluation of statistical methods for DNA methylation microarray data analysis. Bmc Bioinformatics. 2015;16. Siegmund KD. Statistical approaches for the analysis of DNA methylation microarray data. Hum Genet. 2011; 129; 6: 585-595. 10.1007/s00439-011-0993-x Michels KB, Binder AM, Dedeurwaerder S, Epstein CB, Greally JM, Gut I, Houseman EA, Izzi B, Kelsey KT, Meissner A. Recommendations for the design and analysis of epigenome-wide association studies. Nat Methods. 2013; 10; 10: 949-955. 10.1038/nmeth.2632 Tsai PC, Bell JT. Power and sample size estimation for epigenome-wide association scans to detect differential DNA methylation. Int J Epidemiol. 2015; 44; 4: 1429-1441. 10.1093/ije/dyv041 Rakyan VK, Down TA, Balding DJ, Beck S. Epigenome-wide association studies for common human diseases. Nat Rev Genet. 2011; 12; 8: 529-541. 10.1038/nrg3000 Wang S. Method to detect differentially methylated loci with case-control designs using Illumina arrays. Genet Epidemiol. 2011; 35; 7: 686-694. 10.1002/gepi.20619 Lokk K, Modhukur V, Rajashekar B, Martens K, Magi R, Kolde R, Koltsina M, Nilsson TK, Vilo J, Salumets A, et al. DNA methylome profiling of human tissues identifies global and tissue-specific methylation patterns. Genome Biol. 2014;15(4). Langie SAS, Moisse M, Declerck K, Koppen G, Godderis L, Vanden Berghe W, Drury S, De Boever P. Salivary DNA methylation profiling: aspects to consider for biomarker identification. Basic Clin Pharmacol. 2017; 121: 93-101. 10.1111/bcpt.12721 Du P, Zhang XA, Huang CC, Jafari N, Kibbe WA, Hou LF, Lin SM. Comparison of Beta-value and M-value methods for quantifying methylation levels by microarray analysis. Bmc Bioinformatics. 2010;11. Logue MW, Smith AK, Wolf EJ, Maniates H, Stone A, Schichman SA, McGlinchey RE, Milberg W, Miller MW. The correlation of methylation levels measured using Illumina 450K and EPIC BeadChips in blood samples. Epigenomics. 2017; 9; 11: 1363-1371. 10.2217/epi-2017-0078 Ritchie Matthew E., Phipson Belinda, Wu Di, Hu Yifang, Law Charity W., Shi Wei, Smyth Gordon K.. limma powers differential expression analyses for RNA-sequencing and microarray studies. Nucleic Acids Research. 2015; 43; 7: e47-e47. 10.1093/nar/gkv007 Barfield RT, Kilaru V, Smith AK, Conneely KN. CpGassoc: an R function for analysis of DNA methylation microarray data. Bioinformatics. 2012; 28; 9: 1280-1281. 10.1093/bioinformatics/bts124 Wilhelm-Benartzi CS, Koestler DC, Karagas MR, Flanagan JM, Christensen BC, Kelsey KT, Marsit CJ, Houseman EA, Brown R. Review of processing and analysis methods for DNA methylation array data. Brit J Cancer. 2013; 109; 6: 1394-1402. 10.1038/bjc.2013.496 Benjamini Y, Hochberg Y. Controlling the false discovery rate - a practical and powerful approach to multiple testing. J Roy Stat Soc B Met. 1995; 57; 1: 289-300 Chen H, Li G, Chan YL, Chapman DG, Sukjamnong S, Nguyen T, Annissa T, McGrath KC, Sharma P, Oliver BG. Maternal E-cigarette exposure in mice alters DNA methylation and lung cytokine expression in offspring. Am J Resp Cell Mol. 2018; 58; 3: 366-377. 10.1165/rcmb.2017-0206RC Nguyen T, Li GE, Chen H, Cranfield CG, McGrath KC, Gorrie CA. Maternal E-cigarette exposure results in cognitive and epigenetic alterations in offspring in a mouse model. Chem Res Toxicol. 2018; 31; 7: 601-611. 10.1021/acs.chemrestox.8b00084 Ambatipudi S, Cuenin C, Hernandez-Vargas H, Ghantous A, Le Calvez-Kelm F, Kaaks R, Barrdahl M, Boeing H, Aleksandrova K, Trichopoulou A. Tobacco smoking-associated genome-wide DNA methylation changes in the EPIC study. Epigenomics. 2016; 8; 5: 599-618. 10.2217/epi-2016-0001 Joehanes R, Just AC, Marioni RE, Pilling LC, Reynolds LM, Mandaviya PR, Guan W, Xu T, Elks CE, Aslibekyan S. Epigenetic signatures of cigarette smoking. Circ Cardiovasc Genet. 2016; 9; 5: 436-447. 10.1161/CIRCGENETICS.116.001506 Zeilinger Sonja, Kühnel Brigitte, Klopp Norman, Baurecht Hansjörg, Kleinschmidt Anja, Gieger Christian, Weidinger Stephan, Lattka Eva, Adamski Jerzy, Peters Annette, Strauch Konstantin, Waldenberger Melanie, Illig Thomas. Tobacco Smoking Leads to Extensive Genome-Wide Changes in DNA Methylation. PLoS ONE. 2013; 8; 5: e63812. 10.1371/journal.pone.0063812 Zhang WW, Spector TD, Deloukas P, Bell JT, Engelhardt BE. Predicting genome-wide DNA methylation using methylation marks, genomic position, and DNA regulatory elements. Genome Biol. 2015;16. Hansen KD, Timp W, Bravo HC, Sabunciyan S, Langmead B, McDonald OG, Wen B, Wu H, Liu Y, Diep D. Increased methylation variation in epigenetic domains across cancer types. Nat Genet. 2011; 43; 8: 768-775. 10.1038/ng.865 Teschendorff Andrew E, Jones Allison, Fiegl Heidi, Sargent Alexandra, Zhuang Joanna J, Kitchener Henry C, Widschwendter Martin. Epigenetic variability in cells of normal cytology is associated with the risk of future morphological transformation. Genome Medicine. 2012; 4; 3: 24. 10.1186/gm323 Hong SR, Jung SE, Lee EH, Shin KJ, Yang WI, Lee HY. DNA methylation-based age prediction from saliva: high age predictability by combination of 7 CpG markers. Forensic Sci Int Genet. 2017; 29: 118-125. 10.1016/j.fsigen.2017.04.006 Matsunaga A, Hishima T, Tanaka N, Yamasaki M, Yoshida L, Mochizuki M, Tanuma J, Oka S, Ishizaka Y, Shimura M. DNA methylation profiling can classify HIV-associated lymphomas. Aids. 2014; 28; 4: 503-510. 10.1097/QAD.0000000000000120 Kawai T, Yamada T, Abe K, Okamura K, Kamura H, Akaishi R, Minakami H, Nakabayashi K, Hata K. Increased epigenetic alterations at the promoters of transcriptional regulators following inadequate maternal gestational weight gain. Sci Rep-Uk. 2015;5. Horvath S, Erhart W, Brosch M, Ammerpohl O, von Schonfels W, Ahrens M, Heits N, Bell JT, Tsai PC, Spector TD. Obesity accelerates epigenetic aging of human liver. Proc Natl Acad Sci U S A. 2014; 111; 43: 15538-15543. 10.1073/pnas.1412759111 McInnes T, Zou DH, Rao DS, Munro FM, Phillips VL, McCall JL, Black MA, Reeve AE, Guilford PJ. Genome-wide methylation analysis identifies a core set of hypermethylated genes in CIMP-H colorectal cancer. BMC Cancer. 2017;17. Kular L, Liu Y, Ruhrmann S, Zheleznyakova G, Marabita F, Gomez-Cabrero D, James T, Ewing E, Linden M, Gornikiewicz B, et al. DNA methylation as a mediator of HLA-DRB1(star)15:01 and a protective variant in multiple sclerosis. Nat Commun. 2018;9. Liu Y, Aryee MJ, Padyukov L, Fallin MD, Hesselberg E, Runarsson A, Reinius L, Acevedo N, Taub M, Ronninger M. Epigenome-wide association data implicate DNA methylation as an intermediary of genetic risk in rheumatoid arthritis. Nat Biotechnol. 2013; 31; 2: 142-147. 10.1038/nbt.2487 Urdinguio RG, Torro MI, Bayon GF, Alvarez-Pitti J, Fernandez AF, Redon P, Fraga MF, Lurbe E. Longitudinal study of DNA methylation during the first 5 years of life. J Transl Med. 2016;14. Markunas Christina A., Wilcox Allen J., Xu Zongli, Joubert Bonnie R., Harlid Sophia, Panduri Vijayalakshmi, Håberg Siri E., Nystad Wenche, London Stephanie J., Sandler Dale P., Lie Rolv T., Wade Paul A., Taylor Jack A.. Maternal Age at Delivery Is Associated with an Epigenetic Signature in Both Newborns and Adults. PLOS ONE. 2016; 11; 7: e0156361. 10.1371/journal.pone.0156361 Langie SAS, Moisse M, Szic KSV, Van der Plas E, Koppen G, De Prins S, Louwies T, Nelen V, Van Camp G, Lambrechts D, et al. GLI2 promoter hypermethylation in saliva of children with a respiratory allergy. Clin Epigenetics. 2018;10. Zhang YH, Petropoulos S, Liu JH, Cheishvili D, Zhou R, Dymov S, Li K, Li N, Szyf M. The signature of liver cancer in immune cells DNA methylation. Clin Epigenetics. 2018;10.

By Stefan Graw; Rosalyn Henn; Jeffrey A. Thompson and Devin C. Koestler

Reported by Author; Author; Author; Author

Titel:
pwrEWAS: a user-friendly tool for comprehensive power estimation for epigenome wide association studies (EWAS).
Autor/in / Beteiligte Person: Graw, S ; Henn, R ; Thompson, JA ; Koestler, DC
Link:
Zeitschrift: BMC bioinformatics, Jg. 20 (2019-04-29), Heft 1, S. 218
Veröffentlichung: [London] : BioMed Central, 2000-, 2019
Medientyp: academicJournal
ISSN: 1471-2105 (electronic)
DOI: 10.1186/s12859-019-2804-7
Schlagwort:
  • CpG Islands
  • DNA Methylation
  • Humans
  • Linear Models
  • Phenotype
  • Proportional Hazards Models
  • Vaping
  • Epigenesis, Genetic
  • User-Computer Interface
Sonstiges:
  • Nachgewiesen in: MEDLINE
  • Sprachen: English
  • Publication Type: Journal Article
  • Language: English
  • [BMC Bioinformatics] 2019 Apr 29; Vol. 20 (1), pp. 218. <i>Date of Electronic Publication: </i>2019 Apr 29.
  • MeSH Terms: Epigenesis, Genetic* ; User-Computer Interface* ; CpG Islands ; DNA Methylation ; Humans ; Linear Models ; Phenotype ; Proportional Hazards Models ; Vaping
  • References: Nat Rev Genet. 2005 Aug;6(8):597-610. (PMID: 16136652) ; Nat Genet. 2006 Feb;38(2):209-13. (PMID: 16415888) ; Trends Pharmacol Sci. 2010 Nov;31(11):536-46. (PMID: 20846732) ; Adv Genet. 2010;70:27-56. (PMID: 20920744) ; BMC Bioinformatics. 2010 Nov 30;11:587. (PMID: 21118553) ; BMC Genet. 2011 Jan 21;12:12. (PMID: 21255436) ; Hum Genet. 2011 Jun;129(6):585-95. (PMID: 21519831) ; Nat Genet. 2011 Jun 26;43(8):768-75. (PMID: 21706001) ; Nat Rev Genet. 2011 Jul 12;12(8):529-41. (PMID: 21747404) ; Genet Epidemiol. 2011 Nov;35(7):686-94. (PMID: 21818777) ; Epigenomics. 2009 Oct;1(1):177-200. (PMID: 22122642) ; Bioinformatics. 2012 May 1;28(9):1280-1. (PMID: 22451269) ; Genome Med. 2012 Mar 27;4(3):24. (PMID: 22453031) ; Nat Biotechnol. 2013 Feb;31(2):142-7. (PMID: 23334450) ; PLoS One. 2013 May 17;8(5):e63812. (PMID: 23691101) ; Br J Cancer. 2013 Sep 17;109(6):1394-402. (PMID: 23982603) ; Nat Methods. 2013 Oct;10(10):949-55. (PMID: 24076989) ; AIDS. 2014 Feb 20;28(4):503-10. (PMID: 24335480) ; Genome Biol. 2014 Apr 01;15(4):r54. (PMID: 24690455) ; Stat Med. 2014 Dec 30;33(30):5347-57. (PMID: 25042556) ; RNA. 2014 Nov;20(11):1684-96. (PMID: 25246651) ; Bioinformatics. 2015 Jan 15;31(2):233-41. (PMID: 25273110) ; Proc Natl Acad Sci U S A. 2014 Oct 28;111(43):15538-43. (PMID: 25313081) ; Cancer Inform. 2014 Oct 13;13(Suppl 6):1-5. (PMID: 25374457) ; Nucleic Acids Res. 2015 Apr 20;43(7):e47. (PMID: 25605792) ; Genome Biol. 2015 Jan 24;16:14. (PMID: 25616342) ; Int J Epidemiol. 2015 May 13;44(4):1429-1441. (PMID: 25972603) ; BMC Bioinformatics. 2015 Jul 10;16:217. (PMID: 26156501) ; Sci Rep. 2015 Sep 29;5:14224. (PMID: 26415774) ; Epigenomics. 2016 May;8(5):599-618. (PMID: 26864933) ; Anal Chem. 2016 May 17;88(10):5179-88. (PMID: 27116637) ; J Transl Med. 2016 Jun 03;14(1):160. (PMID: 27259700) ; PLoS One. 2016 Jul 06;11(7):e0156361. (PMID: 27383059) ; Circ Cardiovasc Genet. 2016 Oct;9(5):436-447. (PMID: 27651444) ; Genome Biol. 2016 Oct 7;17(1):208. (PMID: 27717381) ; Basic Clin Pharmacol Toxicol. 2017 Sep;121 Suppl 3:93-101. (PMID: 27901320) ; BMC Bioinformatics. 2016 Dec 8;17(1):523. (PMID: 27931206) ; BMC Cancer. 2017 Mar 28;17(1):228. (PMID: 28351398) ; Forensic Sci Int Genet. 2017 Jul;29:118-125. (PMID: 28419903) ; Epigenomics. 2017 Nov;9(11):1363-1371. (PMID: 28809127) ; Am J Respir Cell Mol Biol. 2018 Mar;58(3):366-377. (PMID: 28960086) ; Nat Rev Genet. 2018 Mar;19(3):129-147. (PMID: 29129922) ; Annu Rev Public Health. 2018 Apr 1;39:309-333. (PMID: 29328878) ; Clin Epigenetics. 2018 Jan 18;10:8. (PMID: 29375724) ; Clin Epigenetics. 2018 Apr 11;10:50. (PMID: 29682088) ; Chem Res Toxicol. 2018 Jul 16;31(7):601-611. (PMID: 29863869) ; Nat Commun. 2018 Jun 19;9(1):2397. (PMID: 29921915)
  • Grant Information: P20 GM103418 United States GM NIGMS NIH HHS; P20 GM130423 United States GM NIGMS NIH HHS; R01 GM103428 United States GM NIGMS NIH HHS; P20GM103428 United States GM NIGMS NIH HHS
  • Contributed Indexing: Keywords: Bioconductor package; DNA methylation; Illumina human methylation BeadChip; Microarray data analysis; Sample size calculation; Statistical power
  • Entry Date(s): Date Created: 20190501 Date Completed: 20190529 Latest Revision: 20230922
  • Update Code: 20240513
  • PubMed Central ID: PMC6489300

Klicken Sie ein Format an und speichern Sie dann die Daten oder geben Sie eine Empfänger-Adresse ein und lassen Sie sich per Email zusenden.

oder
oder

Wählen Sie das für Sie passende Zitationsformat und kopieren Sie es dann in die Zwischenablage, lassen es sich per Mail zusenden oder speichern es als PDF-Datei.

oder
oder

Bitte prüfen Sie, ob die Zitation formal korrekt ist, bevor Sie sie in einer Arbeit verwenden. Benutzen Sie gegebenenfalls den "Exportieren"-Dialog, wenn Sie ein Literaturverwaltungsprogramm verwenden und die Zitat-Angaben selbst formatieren wollen.

xs 0 - 576
sm 576 - 768
md 768 - 992
lg 992 - 1200
xl 1200 - 1366
xxl 1366 -