parse_mmsplice | R Documentation |
Parse .csv file from MMsplice output as data.frame
parse_mmsplice(infile)
infile |
path to a .csv file, the output of MMsplice |
a tibble with one row per variant and affected exon.
in_file <- system.file("extdata", "mmsplice_pred.csv", package = "splice2neo")
parse_mmsplice(in_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.