#################### Loading and view sample data
data(MethPed_sample)
head(MethPed_sample)
#################### Check dimention of sample data
dim(MethPed_sample) # Check number of probes and samples in data
#################### Checking missing value in the data
missingIndex <- checkNA(MethPed_sample)
Run the code above in your browser using DataLab