clean: Clean a matrix or BiclusterExperiment

Description Usage Arguments Value

Description

Returns an object of the same type as object, containing all columns in object for which the fraction of present values is greater than than cleanParam

Usage

1
2
3
4
5
clean(object, cleanParam = 0, dimsRemain = FALSE)

## S4 method for signature 'BiclusterExperiment'
clean(object, cleanParam = 0,
  dimsRemain = FALSE)

Arguments

object

a numeric matrix or BiclusterExperiment-class object

cleanParam

a numeric within 0 to 1

dimsRemain

if TRUE, returns a list of rows and columns remaining after cleaning. If FALSE, returns the cleaned object itself.

Value

A BiclusterExperiment-class or a matrix


jonalim/mfBiclust documentation built on May 4, 2019, 4:13 a.m.