View source: R/geneClassifications.R
mixed.high | R Documentation |
For each gene (rows) the number of samples/tissues (columns) in which they are expressed is given as the content of the named vector. Genes have to be consistantly highly expressed (ie expressed above a given threshold) when they are detected (ie genes have to be expressed above another given threshold).
mixed.high(DF, threshold = 10, detect = 1)
DF |
numeric data.frame |
threshold |
numeric. Minimal level of expression when detected; default: 10.0 |
detect |
numeric. Minimal level to be considered as detected; default: 1 |
a named vector with the number of samples the genes has been detected as mixed high
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.