checkClocks {methylclock} | R Documentation |
Check wheter input data contains the required CpGs for the implemented clocks.
checkClocks(x, ...)
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 |
To be supplied
a list with the different clocks when there are more than 80 the required CpGs
TestDataset <- get_TestDataset() checkClocks(TestDataset)