annotate.gwas: Annotate GWAS makers with genomic features

Description Usage Arguments Value Examples

Description

Annotate GWAS makers with genomic features

Usage

1
2
3
4
annotate.gwas(object, feature.list)

## S4 method for signature 'GWAS,FeatureList'
annotate.gwas(object, feature.list)

Arguments

object

GWAS object

feature.list

FeatureList object created with hub.features or local.features

Value

AnnotatedGWAS object

Examples

1
2
3
4
5
6
## Not run: 
query <- list(DNaseI = c("Dnasen", "broadPeak", "rep1"))
feature.list <- hub.features(query)
scz <- annotate.gwas(scz, feature.list)

## End(Not run)

aaronwolen/bingd documentation built on May 10, 2019, 4:04 a.m.