Description Usage Arguments Value Examples
View source: R/extractGenicFeatures.R
This function extracts and filters the genic features from a GenomicFeatures
object.
1 2 3 |
TxDb |
A |
tx2gene |
A |
selectGn |
A vector of optional gene identifiers to keep. |
selectTx |
A vector of optional transcript identifiers to keep. |
excludeIntrons |
When set to 'TRUE', the extraction of intronic regions is skipped. |
bins |
A 4 integers ordered vector. The vector order determines the 5'UTR, CDS, 3'UTR and Introns minumum region widths. |
verbose |
When set to 'TRUE', the function prints diagnostic messages. |
A named list of GenomicRanges
objects.
1 2 3 | library("TxDb.Dmelanogaster.UCSC.dm3.ensGene")
genicRegions = extractGenicFeatures(TxDb = TxDb.Dmelanogaster.UCSC.dm3.ensGene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.