Add epigenetic data to MOAS like data

epigen_add(
  MOAS,
  file_path,
  match_path = "path/to/MOAS/data-raw/DNA/gID_MOAS_match.tsv",
  debug = FALSE
)

Arguments

MOAS

A MOAS-derived data frame you want data added to

file_path

path to excel file containing epigenetic data

match_path

path to file that matches genetic ID to CrossProject_ID

debug

logical, if debugging informaition should be added. Defaults to FALSE

See also

Other epigen-functions: epigen_get()