transform_star_sj: Transforms STAR intermediate table into standardized junction...

View source: R/parse_star.R

transform_star_sjR Documentation

Transforms STAR intermediate table into standardized junction format

Description

Transforms STAR intermediate table into standardized junction format

Usage

transform_star_sj(tib)

Arguments

tib

STAR *SJ.out.tab as tibble

Value

A tibble in standardized junction format

Junctions without strand annotation "*" are filtered out.

Examples

path <-  system.file("extdata", "test_star_SJ.out.tab", package = "splice2neo")
star_raw <- splice2neo:::import_star_sj(path)
splice2neo:::transform_star_sj(star_raw)


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