Corrects for spots flagged as not present
不存在标记点可纠正
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Spots flagged with a -ve quality flag value by the scanner may be regarded as not present. This method sets their intensity to NA.
点标记与A-VE质量标志值扫描器可能会被视为不存在。此方法设置为NA的力度。
用法----------Usage----------
correctForFlags(eset, intensityCutoff=0)
参数----------Arguments----------
参数:eset
ExpressionSet containing intensity values and flags to be filtered
ExpressionSet包含被过滤的强度值和标志
参数:intensityCutoff
value of lowest acceptable intensity value in the experiment
在实验中最低可接受的强度值的价值
举例----------Examples----------
#Correct ExpressionSet for flags of spots marked as unreadable[正确ExpressionSet点标记为不可读国旗]
## Not run: [#无法运行:]
myCorrectedEset <-correctForFlags(eset, intensityCutoff=0)