View source: R/transformationFunctions.R
filterExperimentByVariables | R Documentation |
Helper function for experiments filtering
filterExperimentByVariables(experiment, variables)
## S3 method for class 'matrix'
filterExperimentByVariables(experiment, variables)
## S3 method for class 'SummarizedExperiment'
filterExperimentByVariables(experiment, variables)
experiment |
Matrix or SummarizedExperiment object. |
variables |
Character vector specifying features to choose. |
Filtered experiment
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.