addLoc: Add gene location information to list

Description Usage Arguments See Also Examples

View source: R/addLoc_function.R

Description

addLoc returns an 'mgl' list with the third element as a dataframe with position information for the gene of interest: chromosome name, start position, stop position, and strand for each gene.

Usage

1
addLoc(mgl)

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

See Also

Other elements: addAei, addAntisense, addCisEqtl, addDnase, addEnst, addExpression, addGo, addGrasp, addGwasCatalog, addPtv, addPubmed, addSqtlAltrans, addSqtlSeek, addTransEqtl, missNames

Examples

1
2
## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addLoc(myMgl)

mglR documentation built on May 29, 2017, 4:07 p.m.