removeORFsWithinCDS {ORFik}R Documentation

Remove ORFs that are within cds

Description

Remove ORFs that are within cds

Usage

removeORFsWithinCDS(grl, cds)

Arguments

grl

(GRangesList), the ORFs to filter

cds

(GRangesList), the coding sequences (main ORFs on transcripts), to filter against.

Value

(GRangesList) of filtered uORFs

See Also

Other uorfs: addCdsOnLeaderEnds(), filterUORFs(), removeORFsWithSameStartAsCDS(), removeORFsWithSameStopAsCDS(), removeORFsWithStartInsideCDS(), uORFSearchSpace()


[Package ORFik version 1.10.13 Index]