| Plot.deg | R Documentation | 
Plot the binary differential expression matrix transformed by bi.deg
## S3 method for class 'deg' Plot(input, ann = NULL, col.order = NULL, show.genes = NULL, max.n = 30, up.col = "red", down.col = "blue", ...) Plot(...)
| input | a 'deg' object returned by  | 
| ann | a data.frame for the patient annotation | 
| col.order | the order of column in heatmap | 
| show.genes | the gene ids to plot | 
| max.n | the maximum number of genes to plot | 
| up.col | the color for up-regulated genes | 
| down.col | the color for down-regulated genes | 
| ... | other setting of 'oncoPrint' | 
This function applied the function of oncoPrint from 'ComplexHeatmap' to dispaly ownership of the DEGs. The output is a heatmap plots where the genes with maximum observations are showed.
A heatmap plot
Guofeng Meng
Plot(deg,ann.er, max.n=5) Plot(deg.spc, ann.er, max.n=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.