View source: R/geneClassifications.R
enhancedTissue | R Documentation |
Give the list of the genes whose expression is enhanced for a tissue at the given threshold.
enhancedTissue(DF, fold = 5, detect = FALSE, threshold = 1,
clean = TRUE)
DF |
numeric data.frame |
fold |
numeric; default: 5. Above which fold change a gene is considered as enhanced for a tissue |
detect |
numeric; default:0. Minimal level of expression to be considered detected |
threshold |
numeric; default:1. Minimal level of expression to be considered as possibly translated as protein |
clean |
logical; default: TRUE. Remove the genes that haven't show any enhancement |
named vector. Names give the gene ID (from the rownames) and the content is the tissue where the enhancement has been observed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.