GetExampleData: Load example datasets

Description Usage Arguments Value

Description

The default example files

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#obtain the data for gene expression.
library(EdgeticDriver)
Input.exp=GetExampleData(exampleData="Exp.input")
view first rows of data
head(Input.exp)
#obtain the sample label
Cancer_s=GetExampleData(exampleData="Cancer_s")
Normal_s=GetExampleData(exampleData="Normal_s")
#obtain the protein interaction network
Network=GetExampleData(exampleData="network")
#obtain the mutation data
Mut=GetExampleData(exampleData="mut")

Arguments

exampleData

Indicate which type of default datasets to import

Value

return the default datasets required by the users


lyshaerbin/EdgeticDriver documentation built on May 27, 2019, 8:45 a.m.