Description Usage Arguments Value Examples
Create a DNA methylation based in utero exposure score to maternal smoking.
1 2 |
data |
A data frame with CpGs in the columns and study participants in the rows. |
ARRAY |
specifying array type: either "450k" or "EPIC". |
class |
specifying the desired output: either "prob" or "class". |
smokeScore
as probability or classification.
1 2 3 4 5 | ## Not run:
smokeScore(data, "450k", "prob")
smokeScore(data, "EPIC", "class")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.