ScoresList(Repitools)
ScoresList()所属R语言包:Repitools
Container for featureScores() output.
featureScores()输出的集装箱。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Contains a list of tables of sequencing coverages or array intensities, and the parameters that were used to generate them.
包含测序覆盖率的表格或数组强度的名单,被用来生成它们的参数。
存取----------Accessors----------
In the following code snippets, x is a ScoresList object.
在下面的代码片段,x是ScoresList的对象。
names(x), names(x) <- value Gets and sets the experiment type names.
names(x),names(x) <- value获取和设置实验类型的名称。
tables(x) Gets the list of score matrices.
tables(x)获取的得分矩阵列表。
length(x) Gets the number of score matrices.
length(x)获取的得分矩阵的数量。
子集----------Subsetting----------
In the following code snippets, x is a ScoresList object.
在下面的代码片段,x是ScoresList的对象。
x[i] Creates a ScoresList object, keeping only the i matrices.
x[i]建立ScoresList的对象,保持只i矩阵。
subsetRows(x, i = NULL) Creates a ScoresList object, keeping only the i features.
subsetRows(x, i = NULL)建立ScoresList的对象,使只有i功能。
作者(S)----------Author(s)----------
Dario Strbenac
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|