removeORFsWithSameStopAsCDS {ORFik} | R Documentation |
Remove ORFs that have same stop site as the CDS
removeORFsWithSameStopAsCDS(grl, cds)
grl |
(GRangesList), the ORFs to filter |
cds |
(GRangesList), the coding sequences (main ORFs on transcripts), to filter against. |
(GRangesList) of filtered uORFs
Other uorfs:
addCdsOnLeaderEnds()
,
filterUORFs()
,
removeORFsWithSameStartAsCDS()
,
removeORFsWithStartInsideCDS()
,
removeORFsWithinCDS()
,
uORFSearchSpace()