View source: R/leafcutter_parsing.R
leafcutter_transform | R Documentation |
Imports "*perind.counts.gz" from LeafCutter output and transforms the raw output into standardized junction output format. Results of one patient should be stored in the given path.
leafcutter_transform(path)
path |
The path to leafcutter output |
A tibble in standardized junction format
path <- system.file("extdata", "", package = "splice2neo")
leafcutter_juncs <- leafcutter_transform(path)
leafcutter_juncs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.