GetGDEscore {IDMIR} | R Documentation |
Function "GetGDEscore" is used to calculate gene differential expression levels.
GetGDEscore(ExpData,Label)
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. |
A matrix with one column of GDEscore.
# Obtain the example data
GEP<-GetData_Mirna("GEP")
label<-GetData_Mirna("label")
# Run the function
GDEscore<-GetGDEscore(GEP,label)