| removeORFsWithinCDS {ORFik} | R Documentation |
Remove ORFs that are within cds
removeORFsWithinCDS(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(),
removeORFsWithSameStopAsCDS(),
removeORFsWithStartInsideCDS(),
uORFSearchSpace()