transform_star_sj | R Documentation |
Transforms STAR intermediate table into standardized junction format
transform_star_sj(tib)
tib |
STAR *SJ.out.tab as tibble |
A tibble in standardized junction format
Junctions without strand annotation "*" are filtered out.
path <- system.file("extdata", "test_star_SJ.out.tab", package = "splice2neo")
star_raw <- splice2neo:::import_star_sj(path)
splice2neo:::transform_star_sj(star_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.