checkClocksGA {methylclock} | R Documentation |
Check wheter input data contains the required CpGs for the implemented clocks for Gestational Age.
checkClocksGA(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 GA clocks when there are more than 80
TestDataset <- get_TestDataset() checkClocksGA(TestDataset)