csApply(prada)
csApply()所属R语言包:prada
Apply a function over the intensities in a cytoSet
申请超过强度在cytoSet的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This a wrapper for sapply for
这一个包装sapply
用法----------Usage----------
csApply(X, FUN, ..., simplify = TRUE)
参数----------Arguments----------
参数:X
cytoSet.
cytoSet。
参数:FUN
the function to be applied.
要应用的功能。
参数:...
optional arguments to FUN.
FUN可选参数。
参数:simplify
logical; should the result be simplified to a vector or matrix if possible? Gets passed on the sapply.
逻辑;的结果应该被简化为一个向量或矩阵如果可能的话吗?获取通过sapply。
Details
详情----------Details----------
A wrapper for sapply.
一个sapply包装。
值----------Value----------
Like sapply: If FUN always returns a scalar, then the value of this function is a named vector. If FUN always returns a vector of length n, then the value of this function is an n x length(X) matrix with dimnames. Else, the value of this function is a named list whose
sapply:像如果FUN总是返回一个标量,那么这个函数的值是一个名为向量。如果FUN总是返回一个长度n的向量,那么这个函数的值是n x length(X)与dimnames基质。否则,这个函数的值是一个名为列表
作者(S)----------Author(s)----------
Wolfgang Huber <a href="http://www.ebi.ac.uk/huber">http://www.ebi.ac.uk/huber</a>
参见----------See Also----------
sapply
sapply
举例----------Examples----------
cset=readCytoSet(path=system.file("extdata", package="prada"),
pattern="[A-Z][0-9][0-9]$")
csApply(cset, nrow)
csApply(cset, colMeans)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|