View source: R/irfinder_parsing.R
parse_irfinder_txt | R Documentation |
Imports "IRFinder-IR-nondir.txt" from IRFinder short mode and transforms the raw output into standardized junction output format.
parse_irfinder_txt(path, warnings = FALSE, irratio = 0.1, cnn = FALSE)
path |
The path to "IR-(non)dir-(val).txt" |
warnings |
Filter out IR calls with Warnings |
irratio |
Filter out IR calls with IRRatio <= this parameter |
cnn |
Use CNN validated table as input instead of standard output table |
A tibble in standardized junction format
path <- system.file("extdata", "", package = "splice2neo") ir_juncs <- parse_irfinder_txt(path) ir_juncs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.