probeMis {MethPed}R Documentation

Missing probe names from training data compared with input samples.

Description

Missing probe names from training data compared with input samples.

Usage

probeMis(x)

Arguments

x

Object in MethPed class. Output of function MethPed.

Value

Object in "methped" class. Output of function MethPed.

Examples


#################### Loading sample data
data(MethPed_sample)

#################### Applying MethPed to sample data
res<-MethPed(MethPed_sample)

#################### The names of the probes that were included in the original
                   # classifier but are missing from the data at hand
probeMis(res)


[Package MethPed version 1.18.0 Index]