View source: R/cage_annotations.R
restrictTSSByUpstreamLeader | R Documentation |
Basicly this function restricts all startSites, to the upstream GRangesList objects end. Usually leaders, for CAGE. Example: leader1: start on 10, leader2: stop on 8, extend leader1 to 5 -> this function will resize leader1 to 9, to be outside leader2, so that CAGE reads can not wrongly overlap.
restrictTSSByUpstreamLeader(fiveUTRs, shiftedfiveUTRs)
fiveUTRs |
The 5' leader sequences as GRangesList |
shiftedfiveUTRs |
The 5' leader sequences as GRangesList shifted by CAGE |
GRangesList object of restricted fiveUTRs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.