Description Usage Format Value References See Also Examples
Methylation beta-values generated with the Infinium HumanMethylation450 BeadChips (Illumina).
1 |
A data frame with 468821 probes and 2 tumor samples
DNA Methylation beta-values
[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 http://www.clinicalepigeneticsjournal.com/content/7/1/62 for more details.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.