View source: R/filterGeneExpr.R
filterGeneExpr | R Documentation |
The 'filterGeneExpr' function applies downsizing on the gene expression data by average expression.
filterGeneExpr(geneExpr, q = 0.75)
geneExpr |
The ROI-by-gene data frame or matrix. |
q |
The quantile cutoff. |
Downsized gene expression data.
## NOT RUN # filterGeneExpr(ahba, q = 0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.