Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/methylclock.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/methylclock.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h1><span class="header-section-number">2</span> Getting started</h1>
</div>
<div id="dna-methylation-clocks" class="section level1" number="3">
<h1><span class="header-section-number">3</span> DNA Methylation clocks</h1>
<p>The main function to estimate chronological and biological mDNA age is called <code>DNAmAge</code> while the gestational DNAm age is estimated using <code>DNAmGA</code> function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computind DNAm clocks.</p>
<p>The main function to estimate chronological and biological mDNA age is called <code>DNAmAge</code> while the gestational DNAm age is estimated using <code>DNAmGA</code> function. Both functions have similar input arguments. Next subsections detail some of the important issues to be consider before computing DNAm clocks.</p>
<div id="data-format" class="section level2" number="3.1">
<h2><span class="header-section-number">3.1</span> Data format</h2>
<p>The methylation data is given in the argument <code>x</code>. They can be either beta or M values. The argument <code>toBetas</code> should be set to TRUE when M values are provided. The <code>x</code> object can be:</p>
Expand Down