View source: R/featureFiltering.R
unselectFeatures | R Documentation |
Undo Feature Selection
unselectFeatures(dataset = NULL, temp = F, silent = F)
dataset |
MicroVis dataset. Defaults to the active dataset |
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 with the selected feature list cleared
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.