readChimFile: Wrapper for easy reading of Chimeric.out.junction file

Description Usage Arguments Value Examples

View source: R/helper_functions.r

Description

This function uses read_tsv from the tidyverse to read the 14-coulmn file.

Usage

1
readChimFile(file, n_max = Inf, ...)

Arguments

file

Path to file.

...

Arguments passed on to readr::read_tsv

n_max

Maximum number of records to read.

Value

Tibble data frame with data on chimeric reads

Examples

1
#tmp <- readChimFile(fn = "Chimeric.out.junction")

KasperThystrup/circulaR documentation built on March 14, 2021, 12:44 p.m.