identifier(flowCore)
identifier()所属R语言包:flowCore
Retrieve the GUID of flowCore objects
检索的flowCore对象的GUID
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the GUID (globally unique identifier) of a flowFrame that was generated by the cytometer or the identifier of a filter or filterResult given by the analyst.
是由流式单元仪或标识符生成flowFrame检索的GUID(全局唯一标识符)filter或filterResult分析师。
用法----------Usage----------
identifier(object)
参数----------Arguments----------
参数:object
Object of class flowFrame, filter or filterResult. </table>
对象的类flowFrame,filter或filterResult。 </ TABLE>
Details
详情----------Details----------
GUID or Globally Unique Identifier is a pseudo-random number used in software applications. While each generated GUID is not guaranteed to be unique, the total number of unique keys (2\^128) is so large that the probability of the same number being generated twice is very small.
GUID或全局唯一标识符是一个伪随机数的应用软件中使用。虽然不能保证每个生成的GUID是唯一的,独特的按键总数(2 \ ^ 128)是如此之大,两次所产生的相同数量的概率是非常小的。
Note that if no GUID has been recorded along with the FCS file, the name of the file is returned.
请注意,如果没有GUID已记录与FCS文件,文件名返回。
值----------Value----------
Character vector representing the GUID or the name of the file.
特征向量代表GUID或文件名。
方法----------Methods----------
object = "filter" Return identifier of a
对象=“过滤器”了一回标识符
object = "filterReference" Return identifier of a
对象=“filterReference”了一回标识符
object = "filterResult" Return identifier of a
对象=“filterResult”了一回标识符
object = "tansform" Return identifier of a
对象=“tansform”了一回标识符
object = "flowFrame" Return GUID from the description slot of a flowFrame object or, alternatively, the name of the input <acronym>FCS</acronym> file in case none can be found. For flowFrame objects there also
对象=的“flowFrame”的回报description对象,或槽flowFrame GUID另外,输入的名称<acronym>FCS</首字母缩写>文件的情况下,没有人能被发现。对于flowFrame对象也有
作者(S)----------Author(s)----------
N. LeMeur
举例----------Examples----------
samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
identifier(samp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|