rankSpe: Rank gene expression based on their specificity to each...

View source: R/geneClassifications.R

rankSpeR Documentation

Rank gene expression based on their specificity to each tissue

Description

Rank gene expression based on their specificity to each tissue

Usage

rankSpe(DF, ties.method = "min", empty = "rank", order = TRUE,
  log2 = FALSE)

Arguments

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

Value

numeric data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.