View source: R/geneClassifications.R
ListOfExpressedGenes | R Documentation |
Give the list of expressed genes in a study in function of the selected type of comparison
ListOfExpressedGenes(DF, threshold = 0, out = "rownames",
type = "gt", nb)
DF |
numeric data.frame |
threshold |
numeric, default: 0. Threshold above which a gene is considered as expressed |
out |
result format; 'rownames': names of the relevant genes 'data.frame': data.frame with the relevant genes 'df': alias of 'data.frame' 'index': indices of the rows of the relevant genes 'ind': alias of 'index' |
type |
type of comparison to be considered. 'gt': expression should be strictly greater than threshold. 'ge': expression should be greater than or equal to threshold. 'eq': expression should be equal to threshold. 'lt': expression should strictly be lesser than threshold 'le': expression should be lesser than or equal to threshold 'notDetected': No expression is detected above or at threshold 'ubi': expression is detected everywhere 'unique': expression is detected solely in one condition 'mixedH': expression is detected above threshold in 'nb' tissues 'mixedl': expression is detected below threshold in 'nb' tissues |
nb |
Number of tissues that one should be expressed to be considered for mixed expression |
several types of objects are available. Selection through "out"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.