Learn R Programming

MiRSEA (version 1.1.1)

GetExampleData: Get the example data

Description

Get the example data.

Usage

GetExampleData(exampleData)

Arguments

exampleData

A character string, must be one of "dataset", "class.labels" , "miRList","p_value"and "p2miR".

Author

Junwei Hanhanjunwei1981@163.com,Siyao Liu liusiyao29@163.com

Details

The function GetExampleData(exampleData="dataset") obtains miRNA expression dataset from the environment variable envData.

The function GetExampleData(exampleData="class.labels") obtains class labels from the environment variable envData.

The function GetExampleData(exampleData="miRList") obtains the drawing parameters of a miRNA List from the environment variable envData.

The function GetExampleData(exampleData="p_value") obtains the weighting matrix from the environment variable envData.

The function GetExampleData(exampleData="p2miR") obtains the correlation profile between kegg pathways and each human miRNA from the environment variable envData.

Examples

Run this code
if (FALSE) {

#obtain the gene expression dataset.
dataset<-GetExampleData(exampleData="dataset")


#obtain the class labels.
class.labels<-GetExampleData(exampleData="class.labels")

#obtain the drawing parameters of a miRNA List
miRList<-GetExampleData(exampleData="miRList")


#obtain the weighting matrix 
p_value<-GetExampleData(exampleData="p_value")

#obtain the correlation profile
p2miR<-GetExampleData(exampleData="p2miR")


}

Run the code above in your browser using DataLab