powered by
Remove specified genes from a PhyloExpressionSet object.
remove_genes( phyex_set, genes, new_name = paste(phyex_set@name, "perturbed"), reuse_null_txis = TRUE )
A PhyloExpressionSet object with the specified genes removed
A PhyloExpressionSet object
Character vector of gene IDs to remove
Character string for the new dataset name (default: auto-generated)
Logical indicating whether to reuse precomputed null conservation TXIs (default: TRUE)
# Remove specific genes filtered_set <- remove_genes(example_phyex_set, example_phyex_set@gene_ids[1:5], new_name = "Filtered Dataset")
Run the code above in your browser using DataLab