Learn R Programming

stringgaussnet (version 1.0)

print.DEGeneExpr: Print function for object of class DEGeneExpr.

Description

This function displays specifically object of class DEGeneExpr, with previews of expression data and results from DE genes analysis.

Usage

## S3 method for class 'DEGeneExpr':
print(x, nlimit = 20, ...)

Arguments

x
Object of class DEGeneExpr
nlimit
Which number of lines to preview for data frames
...
Additional parameters from generic print function

See Also

DEGeneExpr, DEGeneExpr.default

Examples

Run this code
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