GetGDEscore {IDMIR}R Documentation

GetGDEscore

Description

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

Usage

GetGDEscore(ExpData,Label)

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.

Value

A matrix with one column of GDEscore.

Examples

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

[Package IDMIR version 0.1.0 Index]