Retrieve top studies having overlap in identified loci.
Source:R/topOverlappedStudies.R
topOverlappedStudies.Rd
For a provided study ID, the function, retrieves top studies with overlap in their identified loci with the queried study loci.
Value
Returns a data frame with the top studies containing the following columns:
study.studyId
: Character. Study ID of the input study.study.traitReported
: Character. Reported trait of the input study.study.traitCategory
: Character. Category of the trait in the input study.topStudiesByLociOverlap.studyId
: Character. Study ID of the top associated studies.topStudiesByLociOverlap.study.studyId
: Character. Study ID of the top associated studies.topStudiesByLociOverlap.study.traitReported
: Character. Reported trait of the top associated studies.topStudiesByLociOverlap.study.traitCategory
: Character. Category of the trait in the top associated studies.topStudiesByLociOverlap.numOverlapLoci
: Integer. Number of loci overlapped with the input study.