Get the sample name associated with a GatingHierarchy
获取样品名称与GatingHierarchy
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the sample name
返回样品名称
用法----------Usage----------
## S4 method for signature 'GatingHierarchy'
getSample(x,isFullPath=FALSE)
## S4 method for signature 'graphNEL'
getSample(x)
参数----------Arguments----------
参数:x
A GatingHierarchy or a graphNEL object from the @tree slot of a GatingHierarchy
一个GatingHierarchy或graphNEL@tree槽的GatingHierarchy的对象从
参数:isFullPath
isFullPath is a logical value indicating whether the full path of the sample FCS file is returned.Default is FALSE.
isFullPath是一个逻辑值,该值指示是否对样品的FCS文件的完整路径是returned.Default是假。
Details
详情----------Details----------
Returns the name of the sample, or the path to the FCS file.
返回样品的名称,或在FCS文件的路径。
值----------Value----------
A "character" vector of length 1. Either the sample name or the path to the FCS file.
向量长度为1的一个“人物”。样品名称或FCS的文件的路径。
作者(S)----------Author(s)----------
Mike Jiang <a href="mailto:wjiang2@fhcrc.org">wjiang2@fhcrc.org</a>
参考文献----------References----------
举例----------Examples----------
## Not run: [#无法运行:]
#G is a GatingHierarhcy[G是1 GatingHierarhcy]
getSample(G)
getSample(G@tree);