| removeORFsWithSameStartAsCDS {ORFik} | R Documentation |
Remove ORFs that have same start site as the CDS
removeORFsWithSameStartAsCDS(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(),
removeORFsWithSameStopAsCDS(),
removeORFsWithStartInsideCDS(),
removeORFsWithinCDS(),
uORFSearchSpace()