probeMis: Missing probe names from training data compared with input...

Description Usage Arguments Value Examples

View source: R/MethPed_probeMis.R

Description

Missing probe names from training data compared with input samples.

Usage

1

Arguments

x

Object in MethPed class. Output of function MethPed.

Value

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

Examples

1
2
3
4
5
6
7
8
9
#################### 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)

MethPed documentation built on Nov. 8, 2020, 7:39 p.m.

Related to probeMis in MethPed...