preprocessData {NormalyzerDE}R Documentation

Replace empty values (0 or empty field) with NA in input data

Description

Replace empty values (0 or empty field) with NA in input data

Usage

preprocessData(dataMatrix, quiet = FALSE)

Arguments

dataMatrix

Matrix with raw data.

quiet

Don't show diagnostic messages

Value

Parsed rawdata where 0 values are replaced with NA


[Package NormalyzerDE version 1.10.0 Index]