set_expt_genenames: Change the gene names of an expt.

View source: R/expt.R

set_expt_genenamesR Documentation

Change the gene names of an expt.

Description

I want to change all the gene names of a big expressionset to the ortholog groups. But I want to also continue using my expts. Ergo this little function.

Usage

set_expt_genenames(expt, ids = NULL, ...)

Arguments

expt

Expt to modify

ids

Specific sample IDs to change.

...

Extra arguments are given to arglist.

Value

expt Send back the expt with some new metadata

See Also

[set_expt_conditions()] [create_expt()]

Examples

## Not run: 
 expt = set_expt_conditions(big_expt, factor = c(some,stuff,here))

## End(Not run)

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