View source: R/featureFiltering.R
runFeatureFilter | R Documentation |
This function is one of the processing functions called by processDataset() and identifies and removes features based on parameters set by the filter___ feature filtering functions
runFeatureFilter(dataset = NULL, temp = F, silent = F)
dataset |
MicroVis dataset (mvdata object) |
temp |
This parameter has no use in this function and can be removed |
silent |
Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages. |
MicroVis dataset (mvdata object) with features filtered out based on parameters set by the filter___ feature filtering functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.