View source: R/excludeFeatures.R
runFeatureRemover | R Documentation |
This function removes features prior to any processing and is one of the processing functions called by processDataset(). It should be used WITH CAUTION as it can drastically modify a dataset, making it completely unrepresentative if used incorrectly.
runFeatureRemover(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.