remove_constant: Remove constant

Description Usage Arguments Details Value

View source: R/remove_constant.r

Description

Remove constant rows or columns from matrix.

Usage

1
remove_constant(data, margin = 1, unknown = "N")

Arguments

data

a data matrix

margin

optional rows (1) or columns (2) that will be explored

unknown

optional elements that are excluded from this comparison (do not count among the unique values).

Details

Constant row or column is such column that has only single unique value (beside the unknown elements).

Value

a data matrix without


bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.