diff --git a/vignettes/methylclock.Rmd b/vignettes/methylclock.Rmd index f8c991d..5262ff2 100644 --- a/vignettes/methylclock.Rmd +++ b/vignettes/methylclock.Rmd @@ -117,7 +117,7 @@ library(GEOquery) # DNA Methylation clocks -The main function to estimate chronological and biological mDNA age is called `DNAmAge` while the gestational DNAm age is estimated using `DNAmGA` function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computind DNAm clocks. +The main function to estimate chronological and biological mDNA age is called `DNAmAge` while the gestational DNAm age is estimated using `DNAmGA` function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computing DNAm clocks. ## Data format The methylation data is given in the argument `x`. They can be either beta or M values. The argument `toBetas` should be set to TRUE when M values are provided. The `x` object can be: diff --git a/vignettes/methylclock.html b/vignettes/methylclock.html index baa42af..294c65b 100644 --- a/vignettes/methylclock.html +++ b/vignettes/methylclock.html @@ -849,7 +849,7 @@

2 Getting started

3 DNA Methylation clocks

-

The main function to estimate chronological and biological mDNA age is called DNAmAge while the gestational DNAm age is estimated using DNAmGA function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computind DNAm clocks.

+

The main function to estimate chronological and biological mDNA age is called DNAmAge while the gestational DNAm age is estimated using DNAmGA function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computing DNAm clocks.

3.1 Data format

The methylation data is given in the argument x. They can be either beta or M values. The argument toBetas should be set to TRUE when M values are provided. The x object can be: