parse_star_sj: Imports "*SJ.out.tab" from STAR and transforms the raw output...

View source: R/parse_star.R

parse_star_sjR Documentation

Imports "*SJ.out.tab" from STAR and transforms the raw output into standardized junction output format.

Description

Imports "*SJ.out.tab" from STAR and transforms the raw output into standardized junction output format.

Usage

parse_star_sj(path)

Arguments

path

The path to STAR SJ.out.tab

Value

A tibble in standardized junction format

Examples


path <-  system.file("extdata", "test_star_SJ.out.tab", package = "splice2neo")
parse_star_sj(path)


TRON-Bioinformatics/splice2neo documentation built on July 1, 2024, 7:57 p.m.