powered by
Extract a subset of genes from a PhyloExpressionSet object.
select_genes(phyex_set, ...)
A PhyloExpressionSet object containing only the selected genes
A PhyloExpressionSet object
Additional arguments passed to methods (typically includes 'genes' parameter)
# 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