powered by
For a provided study ID, the function, retrieves top studies with overlap in their identified loci with the queried study loci.
topOverlappedStudies(study_id, pageindex = 0, pagesize = 20)
Returns a data frame with the top studies containing the following columns:
study.studyId: Character. Study ID of the input study.
study.studyId
study.traitReported: Character. Reported trait of the input study.
study.traitReported
study.traitCategory: Character. Category of the trait in the input study.
study.traitCategory
topStudiesByLociOverlap.studyId: Character. Study ID of the top associated studies.
topStudiesByLociOverlap.studyId
topStudiesByLociOverlap.study.studyId: Character. Study ID of the top associated studies.
topStudiesByLociOverlap.study.studyId
topStudiesByLociOverlap.study.traitReported: Character. Reported trait of the top associated studies.
topStudiesByLociOverlap.study.traitReported
topStudiesByLociOverlap.study.traitCategory: Character. Category of the trait in the top associated studies.
topStudiesByLociOverlap.study.traitCategory
topStudiesByLociOverlap.numOverlapLoci: Integer. Number of loci overlapped with the input study.
topStudiesByLociOverlap.numOverlapLoci
Character: Open Targets Genetics generated ID for a GWAS study.
Integer: Index of the current page for pagination (>= 0).
Integer: Number of records in a page for pagination (> 0).
if (FALSE) { result <- topOverlappedStudies(study_id = "GCST006614_3") result <- topOverlappedStudies(study_id = "NEALE2_6177_1", pageindex = 1, pagesize = 50) }
Run the code above in your browser using DataLab