Description Usage Arguments Details See Also Examples
View source: R/addAntisense_function.R
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.
1 | addAntisense(mgl)
|
mgl |
List; see |
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.
Other elements: addAei
,
addCisEqtl
, addDnase
,
addEnst
, addExpression
,
addGo
, addGrasp
,
addGwasCatalog
, addLoc
,
addPtv
, addPubmed
,
addSqtlAltrans
, addSqtlSeek
,
addTransEqtl
, missNames
1 2 | ## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addAntisense(myMgl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.