append-methods(flowFP)
append-methods()所属R语言包:flowFP
Methods to append flowFP fingerprints to a flowFPPlex
追加到flowFPPlex flowFP指纹的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method joins one or more flowFP objects into a flowFPPlex. Conceptually, each instance's fingerprint feature vector is extended. An error will occur if the sample names and the class names differ. If we imagine the fingerprints as a matrix where columns are features and the rows are instances, this method binds the columns onto the existing fingerprint matrix.
这种方法加入到flowFP一个或多个flowFPPlex对象。从概念上讲,每个实例的指纹特征向量扩展。如果样本名和类名不同,会发生错误。如果我们想象的指纹作为一个矩阵列功能和行的实例,此方法结合到现有的指纹矩阵列。
Details
详情----------Details----------
These methods append one or more fingerprints into a flowFPPlex.
这些方法追加flowFPPlex成一个或多个指纹。
方法----------Methods----------
append(x, values, after=length(x))
append(x, values, after=length(x))
flowFPPlex methods:
flowFPPlex方法:
Appends a fingerprint onto a flowFPPlex.
追加指纹到flowFPPlex。
Appends a list of fingerprints to a flowFPPlex.
指纹列表追加到flowFPPlex。
Combines two flowFPPlex-es into one.
结合成一个flowFPPlex-ES。
作者(S)----------Author(s)----------
Herb Holyst <<a href="mailto:holyst@mail.med.upenn.edu">holyst@mail.med.upenn.edu</a>>, Wade Rogers <<a href="mailto:rogersw@mail.med.upenn.edu">rogersw@mail.med.upenn.edu</a>>
参见----------See Also----------
flowFPPlex sampleNames sampleClasses
sampleClasses flowFPPlex sampleNames
举例----------Examples----------
data(fs1)
fp1 = flowFP(fs1, name="fingerprint 1")
fp2 = flowFP(fs1, name="fingerprint 2")
plex = flowFPPlex(fp1)
plex = append(plex, fp2)
plex
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|