leafcutter_transform: Imports "*perind.counts.gz" from LeafCutter output and...

View source: R/leafcutter_parsing.R

leafcutter_transformR 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.

Description

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.

Usage

leafcutter_transform(path)

Arguments

path

The path to leafcutter output

Value

A tibble in standardized junction format

Examples

path <-  system.file("extdata", "", package = "splice2neo")
leafcutter_juncs <- leafcutter_transform(path)
leafcutter_juncs


TRON-Bioinformatics/splice2neo documentation built on March 25, 2024, 2:27 a.m.