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