Learn R Programming

myTAI (version 2.3.4)

select_genes: Select Genes from PhyloExpressionSet

Description

Extract a subset of genes from a PhyloExpressionSet object.

Usage

select_genes(phyex_set, ...)

Value

A PhyloExpressionSet object containing only the selected genes

Arguments

phyex_set

A PhyloExpressionSet object

...

Additional arguments passed to methods (typically includes 'genes' parameter)

Examples

Run this code
# Select specific genes
selected_set <- select_genes(example_phyex_set, example_phyex_set@gene_ids[1:10])

Run the code above in your browser using DataLab