MethPed_sample: Sample dataset to MethPed package.

Description Usage Format Value References See Also Examples

Description

Methylation beta-values generated with the Infinium HumanMethylation450 BeadChips (Illumina).

Usage

1

Format

A data frame with 468821 probes and 2 tumor samples

Value

DNA Methylation beta-values

References

[1] Anna Danielsson, Szil<c3><a1>rd Nemes, Magnus Tisell, Birgitta Lannering, Claes Nordborg, Magnus Sabel, and Helena Car<c3><a9>n. "MethPed: A DNA Methylation Classifier Tool for the Identification of Pediatric Brain Tumor Subtypes". Clinical Epigenetics 2015, 7:62, 2015

See Also

See http://www.clinicalepigeneticsjournal.com/content/7/1/62 for more details.

Examples

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

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