checkMatIntegrity: checkMatIntegrity

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

Replaces missing and invalid values with 0, and makes sure the matrix has all rows and samples in 'against'.

Usage

1
checkMatIntegrity(x, against = NULL)

Arguments

x

a matrix or data.frame

against

(optional) another matrix or data.frame, of which all rows and columns should be present in x.

Value

a clean version of x, or an error if there are missing columns.

Examples

1

plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.