There are a couple of built-in dataframes in unpakathon that provide information on methylation.

The first is 'methData' which just provides a map of methylation sites throughout the genome

library(unpakathon)
head(methData)

The second is the "allfeat" dataframe that contains coordinates for genes and features of genes for all loci (or at least all ATXGXXXXX entries in TAIR10)

head(allfeat)

This dataframe has the methylation locations for loci

head(allmeth)


stranda/unpakathon documentation built on Nov. 9, 2021, 7:48 a.m.