View source: R/geneClassifications.R
enrichedTissue | R Documentation |
Give the list of the genes whose expression is enriched for a tissue at the given threshold.
enrichedTissue(DF, fold = 5, detect = FALSE, threshold = 1,
verbose = TRUE, clean = TRUE)
DF |
numeric data.frame |
fold |
numeric. default: 5. Above which fold change a gene is considered as enriched 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 |
verbose |
logical; default:TRUE. Print to screen the number of genes that are enriched and aren't |
clean |
logical; default: TRUE. Remove the genes that haven't show any enrichment |
named vector. Names give the gene ID (from the rownames) and the content is the tissue where the enrichment has been observed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.