list2Matrix(RpsiXML)
list2Matrix()所属R语言包:RpsiXML
Converts list into matrix
转换成矩阵列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts a named list representation of a graph into matrix
转换成矩阵命名的列表表示一个图
用法----------Usage----------
list2Matrix(namedList, type="interaction")
参数----------Arguments----------
参数:namedList
Named list.
命名列表。
参数:type
Character: either interaction or complex
性格:无论是交互或复杂
值----------Value----------
A matrix. A bait-prey matrix if type is "interaction" with baits indexing the columns and prey the rows or a protein complex incidence graph with complexes indexing the columns and proteins, the rows.
矩阵。诱饵捕食矩阵类型,如果是“互动”诱饵索引列和猎物的行或蛋白质复合物与索引列和蛋白质,行复杂的关联图。
If type is interaction, the names of the list are the baits and the entries of the list correspond the prey found by each bait.
如果类型是互动的,名单上的名字是诱饵和列表中的条目对应每个诱饵发现了猎物。
If type is complex, the names of the list are the names of the protein complex and the entries are the members of each corresponding complex.
如果类型是复杂的,名单上的名字是蛋白复合物的名称和条目是每个相应的复杂的成员。
作者(S)----------Author(s)----------
Tony Chiang <tchiang@ebi.ac.uk>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|