Learn R Programming

gwasrapidd (version 0.99.17)

association_to_trait: Map an association id to an EFO trait id

Description

Map an association accession identifier to an EFO trait id.

Usage

association_to_trait(association_id, verbose = FALSE, warnings = TRUE)

Value

A dataframe of two identifiers. First column is the association identifier and the second column is the EFO trait identifier.

Arguments

association_id

A character vector of association accession identifiers.

verbose

Whether the function should be verbose about the different queries or not.

warnings

Whether to print warnings.

Examples

Run this code
if (FALSE) {
# Map GWAS association identifiers to EFO trait identifiers
association_to_trait(c('24300097', '24299759'))
}

Run the code above in your browser using DataLab