bool.data: Booleanize gene expression data

View source: R/mainlib.R

bool.dataR Documentation

Booleanize gene expression data

Description

The function booleanizes the expression matrix based on expression threshold. It also removes genes not expression in any cell.

Usage

bool.data(exp.tbl, expr.thrs = 0)

Arguments

exp.tbl

Gene expression dataframe.

expr.thrs

Expression threshold.

Value

Gene expression data frame with booleanized expression.


saschajung/Intercom documentation built on May 27, 2023, 5:11 p.m.