View source: R/featureFiltering.R
selectFeatures | R Documentation |
Select Specific Features
selectFeatures(dataset = NULL, features, ranks = NULL, temp = F, silent = F)
dataset |
MicroVis dataset. Defaults to the active dataset |
features |
Vector of features (at any rank) to select |
ranks |
(Optional) Specify a rank from which to select features. Searches through all ranks by default |
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. |
Dataset with list of selected features that is passed to runFeatureFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.