gene.rank.calculation.vector | R Documentation |
Calculation of gene ranks using a vector of mean expression per gene
gene.rank.calculation.vector(meanVector, geneNames, diff.expr.genes)
meanVector |
Vector with mean value per gene in the sample (use normalized counts) |
geneNames |
Gene name corresponding to the mean value (need to be in the same order as the mean vector) |
diff.expr.genes |
Vector of significant genes (DE or eQTLs), the gene names in the vector need to match the row names of the count matrix |
Data frame with expression rank for each DE gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.