Learn R Programming

IDMIR (version 0.1.1)

GetGDEscore: GetGDEscore

Description

Function "GetGDEscore" is used to calculate gene differential expression levels.

Usage

GetGDEscore(ExpData,Label)

Value

A matrix with one column of GDEscore.

Arguments

ExpData

A gene expression profile of interest (rows are genes, columns are samples).

Label

A character vector consists of "0" and "1" which represent sample class in the gene expression profile. "0" means normal sample and "1" means disease sample.

Examples

Run this code
# Obtain the example data
GEP<-GetData_Mirna("GEP")
label<-GetData_Mirna("label")
# Run the function
GDEscore<-GetGDEscore(GEP,label)

Run the code above in your browser using DataLab