checkClocks {methylclock}R Documentation

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

Description

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

Usage

checkClocks(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 clocks when there are more than 80 the required CpGs

Examples

TestDataset <- get_TestDataset()
checkClocks(TestDataset)

[Package methylclock version 0.99.27 Index]