plot-FDR(PICS)
plot-FDR()所属R语言包:PICS
FDR plot for PICS
FDR图为的PICS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method plots an FDR curve showing the FDR as a function of the PICS scores.
这种方法绘制FDR曲线显示的PICS评分功能的FDR。
用法----------Usage----------
## S4 method for signature 'picsList,picsList'
plot(x, y, filter=NULL, h=.1, ...)
参数----------Arguments----------
参数:x
A picsList object as returned by the function PICS run on the treatment data.
一个picsList对象由PICS运行处理数据的功能返回。
参数:y
A picsList object as returned by the function PICS run on the control data.
一个picsList对象由PICS运行控制数据的功能返回。
参数:filter
A list of ranges for filtering regions based on PICS parameters. By default filter is set to 'NULL' and all regions are used.
一种过滤PICS参数根据区域的列表范围。默认情况下,过滤器设置为“NULL”,所有区域都使用。
参数:h
A value between 0 and 1, representing the desired FDR. This simply draws a horizontal line at the given value.
一个0和1之间的值,代表所需FDR。这只是在给定值绘制水平线。
参数:...
Further graphical parameters passed to the generic function plot.
进一步图形参数传递给泛型函数plot。
作者(S)----------Author(s)----------
Xuekui Zhang, Arnaud Droit <<a href="mailto:arnaud.droit@crchuq.ualaval.ca">arnaud.droit@crchuq.ualaval.ca</a>> and Raphael Gottardo <<a href="mailto:rgottard@fhcrc.org">rgottard@fhcrc.org</a>>
参考文献----------References----------
参见----------See Also----------
PICS
PICS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|