powered by
This functions creates a submodel by removing genes from a given model. It is similar to deleteModelGenes from the COBRA Toolbox.
deleteModelGenes
rmGenes(model, genes)
An object of class modelorg.
modelorg
A vector of genes to remove.
The submodel.
# NOT RUN { data(Ec_core) rmGenes(Ec_core, head(sybil::allGenes(Ec_core))) # }
Run the code above in your browser using DataLab