Description Usage Format Details Value Source Examples
A toy dataset of raw DNA methylation from HELP-tagging. The file is a BED file with columns added for effect and p-value.
1 |
A data frame with 40000 observations on the following 5 variables.
a character vector specifying chromsome
an integer vector specifying start
an integer vector specifying end
a numeric vector with an effect direction (here it is average difference between two groups)
a numeric vector with a two sided t-test p-value
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.
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.
Manuscript in preparation. Please see https://github.com/GreallyLab/SMITE for more details.
1 2 3 4 5 | data(methylationdata)
any(is.na(methylation[, 4]))
any(methylation[, 4] == 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.