Print function for object of class DEGeneExpr.
This function displays specifically object of class DEGeneExpr, with previews of expression data and results from DE genes analysis.
"print"(x, nlimit = 20, ...)
Object of class DEGeneExpr
Which number of lines to preview for data frames
Additional parameters from generic print function
data(SpADataExpression)
data(SpADEGenes)
SpAData<-DEGeneExpr(t(SpADataExpression),SpADEGenes)
print(SpAData)
print(SpAData,10) # Prints only 10 first lines of each matrix.
Run the code above in your browser using DataLab