plotPanels(seqinr)
plotPanels()所属R语言包:seqinr
Representation of Amplicon Size Ranges of a STR kit.
扩增子大小的表示范围的STR试剂盒。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot amplicon size ranges grouped by dye color.
图扩增片段大小范围由染料的颜色分组。
用法----------Usage----------
plotPanels(kitname, data, xlim = NULL, cex = 0.75, alpha = 0.5)
参数----------Arguments----------
参数:kitname
string of characters for the kit name.
字符串中的字符的套件名称。
参数:data
an output from the readPanels function.
一个从readPanels函数输出。
参数:xlim
x-axis range.
X轴的范围。
参数:cex
character expansion factor.
字符膨胀系数。
参数:alpha
alpha transparency chanel for colors.
Alpha透明度香奈儿的颜色。
值----------Value----------
none
没有
(作者)----------Author(s)----------
J.R. Lobry
参见----------See Also----------
readPanels.
readPanels。
实例----------Examples----------
path1 <- system.file("abif/AmpFLSTR_Panels_v1.txt", package = "seqinr")
res1 <- readPanels(path1)
par(mfrow = c(2,1))
plotPanels("Identifiler_v1", res1)
plotPanels("SEfiler_v1", res1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|