Skip to contents

Find and import PolyFun annotation files

Usage

POLYFUN_gather_annotations(
  chromosomes = seq_len(22),
  subset_snps = NULL,
  polyfun_annots
)

Examples

if (FALSE) { # \dontrun{
dat <- echodata::BST1
annot_DT <- POLYFUN_gather_annotations(
    chromosomes = dat$CHR[1],
    subset_snps = subset_snps,
    polyfun_annots = file.path(
        "/pd-omics/tools/polyfun",
        "annotations/baselineLF2.2.UKB"
    )
)
} # }