plot.gene(rphast)
plot.gene()所属R语言包:rphast
Gene plot
基因图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
make gene plot
基因图
用法----------Usage----------
lty=par("lty"), lwd=par("lwd"), add=FALSE, xlim=range.feat(x),
ylim=c(y - height * 3/4, y + height * 3/4), ...)
参数----------Arguments----------
参数:x
An object of type feat
的对象类型feat,
参数:y
the location of the plot on the y axis
的图上的y轴的位置
参数:height
the height of the boxes
的框的高度
参数:arrow.density
The density of the arrows in arrows per inch
每英寸的箭头中的箭头的密度
参数:angle
angle (in degrees) of the arrow heads
角(度)的箭头的头
参数:col
color to use for plotting
要使用的颜色的图
参数:lty
line type for arrows, borders, and shading
线路类型箭头,边框和底纹
参数:lwd
line width for arrows, borders and shading
线箭头宽度,边框和底纹
参数:add
if TRUE, add to existing plot
如果TRUE,添加到现有的图
参数:xlim
A numerical vector of length 2 giving the range for the x-axis.
给人的范围内对于x轴的长度为2的数值矢量。
参数:ylim
A numerical vector of length 2 giving the range for the y-axis.
的数值向量,长度为2的范围为y轴。
参数:...
graphical parameters to be passed to plot.
图形参数被传递到plot。
(作者)----------Author(s)----------
Melissa J. Hubisz
实例----------Examples----------
exampleArchive <- system.file("extdata", "examples.zip", package="rphast")
featFile <- "sol1.gp"
unzip(exampleArchive, featFile)
f <- read.feat(featFile)
plot.gene(f)
plot.gene(f, xlim=c(0, 10000)) #zoom in[放大]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|