clearNormalization: Clear Normalization

View source: R/normalization.R

clearNormalizationR Documentation

Clear Normalization

Description

Clear Normalization

Usage

clearNormalization(dataset = NULL, temp = F, silent = F)

Arguments

dataset

MicroVis dataset (mvdata object)

temp

If set to TRUE, it tells processDataset() to NOT update the active dataset.

silent

Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages.

Value

MicroVis dataset (mvdata object) with all normalization parameters cleared. This function then calls processDataset() which will call the 3 "run___" functions and therefore reset all abundance values to raw values.


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.