Description Usage Arguments Details Value Author(s)
Calculate transcript region starting coordinates along full transcript from a reference transcriptome. See 'Details'.
1 | GetTxRegionCoordinates(refGenome)
|
refGenome |
A |
The function loads transcriptome data generated from BuildTx()
and
stored in a .RData
file, and calculates starting coordinates of the
transcript regions 5'UTR, CDS, 3'UTR along the full transcript. There should
not be any need to call this function directly. The function returns a
list
with the following elements:
start_region
: A data.frame
of transcript region
start coordinates
gr.start
: A GRanges
object of start codon transcript
coordinates
gr.stop
: A GRanges
object of stop codon transcript
coordinates
A list
. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.