parse_mmsplice: Parse .csv file from MMsplice output as data.frame

View source: R/mmsplice.R

parse_mmspliceR Documentation

Parse .csv file from MMsplice output as data.frame

Description

Parse .csv file from MMsplice output as data.frame

Usage

parse_mmsplice(infile)

Arguments

infile

path to a .csv file, the output of MMsplice

Value

a tibble with one row per variant and affected exon.

Examples


in_file <- system.file("extdata", "mmsplice_pred.csv", package = "splice2neo")
parse_mmsplice(in_file)


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