Learn R Programming

SMITE (version 1.0.2)

methylationdata: A toy dataset of DNA methylation to test within SMITE

Description

A toy dataset of raw DNA methylation from HELP-tagging. The file is a BED file with columns added for effect and p-value.

Usage

data(methylationdata)

Arguments

Value

A dataframe in BED format (chromosome, start, end) with additional columns for and effect direction and p-value derived from T-tests of HELP-tagging DNA methylation data.

Format

A data frame with 40000 observations on the following 5 variables.
column1
a character vector specifying chromsome
column2
an integer vector specifying start
column3
an integer vector specifying end
column4
a numeric vector with an effect direction (here it is average difference between two groups)
column5
a numeric vector with a two sided t-test p-value

Source

Manuscript in preparation. Please see https://github.com/GreallyLab/SMITE for more details.

Details

This is a small subset of a DNA methylation dataset is a randomized version of the Toxoplasma dataset used to benchmark. We could not include the larger version do to package size requirements but larger versions are available. See Github source below. It still has NAs and p-values=0.

Examples

Run this code
data(methylationdata)

any(is.na(methylation[, 4]))

any(methylation[, 4] == 0)

Run the code above in your browser using DataLab