filterExperimentByVariables: Filter experiment by variable

View source: R/transformationFunctions.R

filterExperimentByVariablesR Documentation

Filter experiment by variable

Description

Helper function for experiments filtering

Usage

filterExperimentByVariables(experiment, variables)

## S3 method for class 'matrix'
filterExperimentByVariables(experiment, variables)

## S3 method for class 'SummarizedExperiment'
filterExperimentByVariables(experiment, variables)

Arguments

experiment

Matrix or SummarizedExperiment object.

variables

Character vector specifying features to choose.

Value

Filtered experiment object.


Genentech/midasHLA documentation built on Feb. 12, 2024, 9:38 a.m.