ranked_findSpecGenes | R Documentation |
Find gene signatures based on a template-matching approach. Find genes that are preferentially expressed in specified samples. Find it by adjusting a line to the gene expression for each cell population, the getting the most representative genes, the ones with better fit.
ranked_findSpecGenes( expDat, sampTab, qtile = 0.95, remove = FALSE, dLevel = "population_name" )
expDat |
Expression matrix |
sampTab |
Sample annotation table |
qtile |
numeric; quantile (between 0 and 1) to select top genes correlated with the idealized expression pattern. |
remove |
logical; remove overlaping genes. |
dLevel |
character; annotation level to group on, groups to compare. |
; specificSets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.