addAntisense: Add antisense transcript information to list

Description Usage Arguments Details See Also Examples

View source: R/addAntisense_function.R

Description

addAntisense returns a list with the fourth element as a dataframe containing external gene name, ensembl transcript name, biotype (an Ensembl defined classification of transcript type: e.g. non-coding, protein coding; see http://www.ensembl.org/Help/Faq?id=468), chromosome name, start position, stop position, and strand for those transcripts antisense to the gene of interest.

Usage

1

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

Details

This gives basic information on transcripts that are antisense to the gene of interest. It works by defining the gene region, selecting the opposite strand, and quering biomaRt for transcripts. It will thus detect any transcript in a position antisense to the gene of interest regardless of its name or coding status.

See Also

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

Examples

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

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