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