View source: R/geneClassifications.R
mixed.low | 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 lowly expressed (ie expressed lower a given threshold) when they are detected (ie genes have to be expressed above another given threshold).
mixed.low(DF, threshold = 10, detect = 1)
DF |
a numeric data.frame |
threshold |
Maximal 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 low
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.