parse_star_sj | R Documentation |
Imports "*SJ.out.tab" from STAR and transforms the raw output into standardized junction output format.
parse_star_sj(path, keep_unstranded = FALSE)
path |
The path to STAR SJ.out.tab |
keep_unstranded |
Logical, to keep junctions without strand annotation. If FALSE (default) junctions without strand annotation "*" are filtered out, otherwise they are considered as two separate junctions with "+" and "-" strand. |
A tibble in standardized junction format
path <- system.file("extdata", "test_star_SJ.out.tab", package = "splice2neo")
parse_star_sj(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.