set_expt_samplenames: Change the sample names of an expt.

View source: R/expt.R

set_expt_samplenamesR Documentation

Change the sample names of an expt.

Description

Sometimes one does not like the hpgl identifiers, so provide a way to change them on-the-fly.

Usage

set_expt_samplenames(expt, newnames)

Arguments

expt

Expt to modify

newnames

New names, currently only a character vector.

Value

expt Send back the expt with some new metadata

See Also

[set_expt_conditions()] [set_expt_batches()]

Examples

## Not run: 
 expt = set_expt_samplenames(expt, c("a","b","c","d","e","f"))

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.