checkClocksGA {methylclock}R Documentation

Check wheter input data contains the required CpGs for the implemented clocks for Gestational Age.

Description

Check wheter input data contains the required CpGs for the implemented clocks for Gestational Age.

Usage

checkClocksGA(x, ...)

Arguments

x

data.frame or tibble (Individual in columns, CpGs in rows, CpG names in first colum - i.e. Horvath's format), ExpressionSet or GenomicRatioSet. A matrix is also possible having the CpG names in the rownames.

...

other parameters

Details

To be supplied

Value

a list with the different GA clocks when there are more than 80

Examples

TestDataset <- get_TestDataset()
checkClocksGA(TestDataset)

[Package methylclock version 0.99.27 Index]