import_star_sj | R Documentation |
Imports tabular STAR SJ.out.tab splice junctions
import_star_sj(file.name)
file.name |
Path to STAR SJ.out.tab |
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
path <- system.file("extdata", "test_star_SJ.out.tab", package = "splice2neo")
splice2neo:::import_star_sj(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.