Structure of the class scoreGeneDel
. Objects of this class are returned by the function submnet.
scoreGeneDel(
model = NULL,
condition = NA,
fitness.random = NULL,
fitness.ranks = NULL,
fitness.id.random = NULL,
fitness.id.ranks = NULL,
ess.gene = NULL,
ess.reaction = NULL,
gene.del = NULL,
gene.sets = NULL,
ratio.GS = NULL,
sub.genes = NULL,
sub.reacs = NULL,
sub.metas = NULL,
rescue.met = NULL
)
An object of class modelorg
indicating the weighted rescue
model obtained from the rescue process.
The experimental condition ID.
Random-based fitness with weighting scheme.
Ranks-based fitness with weighting scheme.
Random-based fitness without weighting scheme.
Ranks-based fitness without weighting scheme.
Percentages of essential genes. The computation of essentiality is deprecated in this version.
Percentages of essential reactions. The computation of essentiality is deprecated in this version.
Number of deleted genes.
Gene sets.
Percentages of remaining genes in each gene set.
Remaining genes in submodels after propagation.
Remaining reactions in submodels after propagation.
Remaining metabolites in submodels after propagation.
Fraction of every rescued metabolite among random draws.
An object of class scoreGeneDel
.
# NOT RUN {
data(yarliSubmnets)
attributes(yarliSubmnets[[1]])
# }
Run the code above in your browser using DataLab