filterUORFs: Remove uORFs that are false CDS hits

Description Usage Arguments Value See Also

View source: R/uORF_helpers.R

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

1
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()


ORFik documentation built on March 27, 2021, 6 p.m.