original_data: Load directory where TO_output and path of TN_output are in.

Description Usage Arguments Value Examples

View source: R/class_definition.R

Description

Generate a dataframe including different classes (TP, FP, FN).

Usage

1
original_data(directory)

Arguments

directory

The directory includes TO_output and TN_output folders. Also, the folder name of TO_output should be "TO_output". The folder name of TN_output should be "TN_output".

Value

A dataframe including different classes(TP, FP, FN), datatype, dataset and SampleID.

Examples

1
original_data(sprintf("%s/avelumab-001-personalis-TNvTO_xome", Sys.getenv("GITCLONES")))

Yang-w1/TnToClassifier documentation built on June 30, 2020, 5:06 a.m.