filterUORFs: Remove uORFs that are false CDS hits

View source: R/uORF_helpers.R

filterUORFsR Documentation

Remove uORFs that are false CDS hits

Description

This is a strong filtering, so that even if the cds is on another transcript , the uORF is filtered out, this is because there is no way of knowing by current ribo-seq, rna-seq experiments.

Usage

filterUORFs(uorfs, cds)

Arguments

uorfs

(GRangesList), the uORFs to filter

cds

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

Value

(GRangesList) of filtered uORFs

See Also

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


Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.