extractSpe: Extract the genes that are specific to a tissue

View source: R/descriptors.R

extractSpeR Documentation

Extract the genes that are specific to a tissue

Description

Extract the genes that are specific to a tissue

Usage

extractSpe(DF, threshold, strip = TRUE, format = "lg",
  rowNames = TRUE, verbose = FALSE)

Arguments

DF

numeric data.frame

threshold

numeric. Minimal expression to be considered. For 0, the comparison is strict.

strip

boolean. Default: TRUE.

format

character string. 'lg' allows to output a long-format data.frame

rowNames

boolean. Default: TRUE.

verbose

boolean. Default: FALSE.

Value

a long or wide data.frame


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