clearFeatureFilt: Clear Feature Filtering

View source: R/featureFiltering.R

clearFeatureFiltR Documentation

Clear Feature Filtering

Description

Clear Feature Filtering

Usage

clearFeatureFilt(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 feature filtering parameters cleared. This function then calls processDataset() which will call the 3 "run___" functions and therefore add all the features back to the dataset via runFeatureFilter()


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