addCdsOnLeaderEnds | R Documentation |
When finding uORFs, often you want to allow them to end inside the cds.
addCdsOnLeaderEnds(fiveUTRs, cds, onlyFirstExon = FALSE)
fiveUTRs |
The 5' leader sequences as GRangesList |
cds |
If you want to extend 5' leaders downstream, to catch uorfs going into cds, include it. |
onlyFirstExon |
logical (F), include whole cds or only first exons. |
This is a simple way to do that
a GRangesList of cds exons added to ends
Other uorfs:
filterUORFs()
,
removeORFsWithSameStartAsCDS()
,
removeORFsWithSameStopAsCDS()
,
removeORFsWithStartInsideCDS()
,
removeORFsWithinCDS()
,
uORFSearchSpace()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.