subset.electrophoresis: Subset samples an electrophoresis object

View source: R/electrophoresis.R

subset.electrophoresisR Documentation

Subset samples an electrophoresis object

Description

This function takes a subset of the samples in an electrophoresis object.

Usage

## S3 method for class 'electrophoresis'
subset(electrophoresis, ...)

Arguments

electrophoresis

An electrophoresis object.

...

A logical expression indicating samples to keep, and any other arguments passed to subset.

Value

A new electrophoresis object containing only the data from the subset of samples that match the given expression, with sample indices renumbered and factors releveled.


jwfoley/bioanalyzeR documentation built on Aug. 1, 2023, 4:46 a.m.