discardLabtek(RNAither)
discardLabtek()所属R语言包:RNAither
Remove a complete plate from the analysis
从分析中删除一个完整的板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Removes a plate/LabTek from the analysis by setting its spot type in the dataset to -1.
从分析中删除其当场类型设置为-1集板/ LabTek。
用法----------Usage----------
discardLabtek(data, screenNr, labtekNr)
参数----------Arguments----------
参数:data
an R data frame generated with generateDatasetFile
R的数据框生成的以generateDatasetFile
参数:screenNr
the number of the experiment that contains the plate to discard
实验包含板丢弃
参数:labtekNr
the number of the plate to discard
丢弃的车牌号码
值----------Value----------
A new dataset that stil contains the specified plate/LabTek, but excludes it from the further analysis by setting its SpotTypes to -1.
一个新的数据集,STIL包含指定板/ LabTek的,但不包括从进一步的分析,通过设置SpotType的-1。
参见----------See Also----------
discardWells
discardWells
举例----------Examples----------
data(exampleDataset, package="RNAither")
newdataset <- discardLabtek(dataset, 2, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|