View source: R/geneClassifications.R
rankSpe | R Documentation |
Rank gene expression based on their specificity to each tissue
rankSpe(DF, ties.method = "min", empty = "rank", order = TRUE,
log2 = FALSE)
DF |
numeric data.frame |
ties.method |
how to handle ties. eg: 'min' or 'max' |
empty |
how to handle missing data or bad score |
order |
logical; default: TRUE. Whether the result should be order |
log2 |
logical; default:FALSE. Whether the data.frame should first be transformed |
numeric data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.