computeMNF {tofsims}R Documentation

compute MNF

Description

compute MNF, helper for MNF/nnMNF

Usage

computeMNF(
  nzData = NULL,
  noise = NULL,
  SNR = NULL,
  ind = NULL,
  iter = TRUE,
  limitSNR = NULL,
  covNoise = NULL
)

Arguments

nzData

matrix

noise

matrix

SNR

numeric

ind

numeric

iter

boolean

limitSNR

numeric

covNoise

matrix

Details

This is a helper function for the MNF/nnMNF function and originates from the mzImage package.

Value

MNF transform


[Package tofsims version 1.22.0 Index]