evaluate_gene_levels: Compare Raspberry gene-level results against other tools.

Description Usage Arguments Value Examples

View source: R/evluate.R

Description

Compare Raspberry gene-level results against other tools.

Usage

1
evaluate_gene_levels(raspberry_result, truth_file, ...)

Arguments

raspberry_result

the results from run_analysis.

truth_file

A file contains differential spliced gene id. One at each line.

...

Other programs output as a key value pari, separated by comma. The keys are program names, which have to be from the following (CUffdiff2, DEXSeq, DSGseq. currently supported). The values are file path to the program output.

Value

A path the ROC curve pdf.

Examples

1
2
3
4
evaluate_gene_levels(raspberry$result, truth_file = "inst/extdata/trueASgenes.txt",
                    Cuffdiff2 = "inst/extdata/splicing.diff",
                    DEXSeq = "inst/extdata/dexseq.txt",
                    DSGseq = "inst/extdata/DSGresult.txt")

ruolin/raspberry documentation built on Jan. 1, 2020, 8:39 a.m.