getAllCisPairs: Get all possible gene pairs within a given distance range as...

Description Usage Arguments Value Author(s)

View source: R/genepairFunctions.R

Description

Get all possible gene pairs within a given distance range as data.frame

Usage

1
getAllCisPairs(genesGR, maxDist = 10^6, minDist = 0)

Arguments

genesGR

A GRanges object.

maxDist

single numeric value for maximal allowed distance between start position.

minDist

single numeric value for minimal allowed distance between start postions.

Value

A data.frame with

Author(s)

Jonas Ibn-Salem and Dimitris Polychronopoulos


ibn-salem/genepair documentation built on May 18, 2019, 1:30 a.m.