studyInfo {otargen}R Documentation

Retrieve study summary information.

Description

For a given study id, this function returns a data frame of relevant information about the GWAS study, such as PubMed ID, studied trait EFO ID, case/control size, etc.

Usage

studyInfo(study_id)

Arguments

study_id

Character: Study ID(s) generated by Open Targets Genetics (e.g GCST90002357).

Value

Returns a data frame (in tibble format) containing the summary iformation about a GWAS study. The data frame has the following data structure:

Examples

## Not run: 
result <- studyInfo(study_id = "GCST90002357")

## End(Not run)

[Package otargen version 1.1.1 Index]