View source: R/spladder_parsing.R
spladder_transform | R Documentation |
Imports SplAdder output from a given path and transforms it into standardized junction format. Results from one patients should be stored per folder.
spladder_transform(path)
path |
The path to a folder with SplAdder output |
A tibble in standardized junction format, combining all alternative splicing classes that are covered by SplAdder
path <- system.file("extdata", "", package = "splice2neo")
spladder_juncs <- spladder_transform(path)
spladder_juncs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.