找回密码
 注册
查看: 453|回复: 0

R语言 CellNOptR包 cutNONC()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 14:23:55 | 显示全部楼层 |阅读模式
cutNONC(CellNOptR)
cutNONC()所属R语言包:CellNOptR

                                         Cuts the non-observable/non-controllable species off the model
                                         切断模型的non-observable/non-controllable的物种

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function cuts the non observable and/or non controllable species off the model, and returns a cut model
此功能切断模型的非观察和/或不可控的物种,并返回剪切模型


用法----------Usage----------


cutNONC(Model, NONCindexes)



参数----------Arguments----------

参数:Model
a model structure, as produced by readSif  
模型结构,由readSif生产


参数:NONCindexes
a vector of indices of species to remove in that model, as produced for example by findNONC  
一个物种指数矢量在该模型中删除,例如作为生产findNONC


Details

详情----------Details----------

This function takes in a model and a vector of indices of species to remove in that model and it removes those species and any reaction involving them (be aware, if you have x&y=z and x is to be removed, then the function produces y=z, because it works by removing entire rows of the Model matrices and then removes the columns that do not have either an input or an output). This function could actually be used to cut any species, not only NONC species.
此功能需要在模型和向量种指数,在该模型中删除,并删除这些物种和它们涉及的任何反应(要知道,如果你有X和Y = Z和X将被删除,那么该函数生产Y = Z,因为它可以消除模型矩阵的整个行,然后删除列,没有一个输入或输出)。这个功能实际上可以用来切割任何物种,不仅物种NONC。


值----------Value----------

a model
模型


作者(S)----------Author(s)----------



C.Terfve




参见----------See Also----------

findNONC, readSif
findNONC,readSif


举例----------Examples----------


data(CNOlistToy,package="CellNOptR")
data(ToyModel,package="CellNOptR")
indicesToy<-indexFinder(CNOlistToy,ToyModel,verbose=FALSE)
ToyNCNOindices<-findNONC(ToyModel,indicesToy,verbose=FALSE)
ToyNCNOcut<-cutNONC(ToyModel,ToyNCNOindices)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-27 13:37 , Processed in 0.026541 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表