plateSet(plateCore)
plateSet()所属R语言包:plateCore
Get the flowSet from a flowPlate object
获取从flowPlate对象的flowSet
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to retrieve the flowSet from a flowPlate.
一个函数来检索从一个flowSet的flowPlate。
用法----------Usage----------
plateSet(fp, ...)
参数----------Arguments----------
参数:fp
A flowPlate
一个flowPlate
参数:...
optional arguments
可选参数
值----------Value----------
Returns a flowSet
返回flowSet
作者(S)----------Author(s)----------
Errol Strain
举例----------Examples----------
library(plateCore)
data(plateCore)
## Get the lymphocytes[#获取淋巴单元]
rectGate <- rectangleGate("FSC-H"=c(300,700),"SSC-H"=c(50,400))
pbmcPlate <- Subset(pbmcPlate, rectGate)
## Create a flowPlate object from the platePBMC and the wellAnnotation[#创建一个从“platePBMC flowPlate对象的wellAnnotation]
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")
## Retrieves the flowSet[#检索的flowSet]
fs <- plateSet(fp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|