View source: R/descriptives_CpGs.R
descriptives_CpGs | R Documentation |
Get CpG descriptive data and optionally, writes a file with descriptive data from CpGs
descriptives_CpGs(
cohort,
columns,
filename = NULL,
nsamples = NULL,
artype = "450K",
before = TRUE
)
cohort |
Dataframe with CpGs data |
columns |
Integer vector with column position that we are interested in |
filename |
Optional, filename to write results, if NULL no results are writed in a file |
nsamples |
numeric, Optional, samples in cohort |
before |
bolean, Optional, if true, prints text "Before QC" , else, prints "After QC" |
list with descriptive values
nCpGsNumber of CpGs in data
BETADescriptive data for beta value
SEDescriptive data for standard Error
P_VALDescriptive data for p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.