WaveletTransform_2D: Perform a 2D wavelet transform on a FAIMS data matrix

Description Usage Arguments Value

View source: R/waveletTransform.R

Description

This function expects an input matrix of dimension (nDataItems * nFeatures) each row is therefore the 1D representation of the 2D data for a single item This means that this function needs to know the underlying dimensionality of the 2D FAIMS run

Usage

1
2
WaveletTransform_2D(FAIMSObject, cropSize = NULL,
  discardHighestNLevels = 2)

Arguments

FAIMSObject

A FAIMS object

cropSize

size to crop image to

discardHighestNLevels

number of levels to discard as noise

Value

A matrix of wavelet-transformed FAIMS data


mattdneal/FAIMSToolkit documentation built on May 21, 2019, 12:57 p.m.