import_star_sj: Imports tabular STAR SJ.out.tab splice junctions

View source: R/parse_star.R

import_star_sjR Documentation

Imports tabular STAR SJ.out.tab splice junctions

Description

Imports tabular STAR SJ.out.tab splice junctions

Usage

import_star_sj(file.name)

Arguments

file.name

Path to STAR SJ.out.tab

Value

A tibble with one splice junction per row and columns chromosome, intron_start, intron_end, strand_enc, motif_enc, annotation, uniquely_mapping_reads, multi_mapping_reads, alignment_overhang

Examples


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


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