View source: R/irfinder_parsing.R
filter_irfinder_txt | R Documentation |
Filter IRFinder intermediate table to remove likely false positive IR predictions
filter_irfinder_txt(tib, warnings = FALSE, ratio_cutoff = 0.1)
tib |
IRFinder intermediate tibble with columns Warnings and IRratio |
warnings |
Filter out IR calls with Warnings |
ratio_cutoff |
Filter out IR calls with IRRatio <= this parameter |
A tibble in standardized junction format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.