genomeAxis(genoset)
genomeAxis()所属R语言包:genoset
Label axis with base pair units
与碱基对单位的标签轴
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Label an axis with base positions
碱基位置标示轴
用法----------Usage----------
参数----------Arguments----------
参数:locs
RangedData to be used to draw chromosome boundaries, if necessary. Usually locData slot from a GenoSet.
RangedData用于绘制染色体的界限,如果有必要。一般locData插槽从GenoSet。
参数:side
integer side of plot to put axis
整数方的图把轴
参数:log
logical Is axis logged?
逻辑是轴记录?
参数:do.other.side
logical, label non-genome side with data values at tick marks?
逻辑,标签的非基因组侧刻度的数据值?
Details
详情----------Details----------
Label a plot with Mb, kb, bp as appropriate, using tick locations from axTicks
适当的标签为MB,KB,BP图,从axTicks使用的刻度位置
值----------Value----------
nothing
没什么
作者(S)----------Author(s)----------
Peter M. Haverty
举例----------Examples----------
genoPlot(genoPos(baf.ds), baf(baf.ds)[,1])
genomeAxis( locs=locData(baf.ds) ) # Add chromsome names and boundaries to a plot assuming genome along x-axis[图假设基因组染色体的名称和边界沿x轴]
genomeAxis( locs=locData(baf.ds), do.other.side=FALSE ) # As above, but do not label y-axis with data values at tickmarks[如上所述,但不标注数据值y轴在tickmarks]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|