GTEx_eQTL: Compute proximity with closest tissue and non-tissue GTEx...

Description Usage Arguments Value Examples

Description

GTEx_eQTL

Usage

1
GTEx_eQTL(chr, position)

Arguments

chr

the chromosome number

position

the locus position

Value

bool.tissue: boolean value equal to TRUE if the position is a known tissue GTEx eQTL

prox.tissue: proximity value to the closest tissue eQTL

bool.other: boolean value equal to TRUE if the position is a known non-tissue GTEx eQTL

prox.other: proximity value to the closest non-tissue eQTL

Examples

1
2
#get GTEx eQTL related features for locus chr1:5000000
GTEx_eQTL(chr=1,position=5000000)

kevinVervier/TiSAn documentation built on May 20, 2019, 9:07 a.m.