Description Usage Arguments Details Value Author(s) See Also Examples
Extract the TES (=end of the gene/transcript) from a GRanges or GRangesList
1  | getTES(gr)
 | 
gr | 
 Either a   | 
The TES is defined as start(gr) when strand(gr)=="+" and as end(gr) when strand(gr)=="-" The function considers that strand=="*" is equivalent to strand=="+"
A GRanges or GRangesList of the TES positions
Pascal GP Martin
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.