plotChromosome(quantsmooth)
plotChromosome()所属R语言包:quantsmooth
Wrapper for plotSmoothed
包装为plotSmoothed
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a wrapper for plotSmoothed, to make data subsetting easier
这个函数是一个plotSmoothed包装,使数据子集更容易
用法----------Usage----------
plotChromosome(gendata, chrompos, chromosome, dataselection = NULL, ylim = NULL, normalized.to = NULL, grid = NULL, smooth.lambda = 2, interval = 0.5, ...)
参数----------Arguments----------
参数:gendata
numeric matrix or data.frame
数字矩阵或数据框
参数:chrompos
chrompos object with same numer of rows as gendata
chrompos对象gendata行相同numer
参数:chromosome
numeric, chromosme to show
数字chromosme显示
参数:dataselection
optional, subset of samples/columns in gendata
可选的子集,样品/ gendata列
参数:ylim
limits for plot
对图限制
参数:normalized.to
y-value(s) for line
y值(S)为行
参数:grid
x-value(s) for line
x值(S)线
参数:smooth.lambda
smoothing parameter, see quantsmooth
平滑参数,看到quantsmooth
参数:interval
position of extra lines besides median, see plotSmoothed
除了额外的中位数线的位置,看到plotSmoothed
参数:...
extra arguments for plotSmoothed
额外的参数plotSmoothed
值----------Value----------
The function is used for its side effects
该功能用于其副作用
作者(S)----------Author(s)----------
Jan Oosting
参见----------See Also----------
plotSmoothed, quantsmooth
plotSmoothed,quantsmooth
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|