【发布时间】:2022-11-03 20:35:12
【问题描述】:
我正在尝试msa 包并想创建一个单倍型网络图。当我运行这个命令时
hap <- haplotype(firstconvert)
hap
我收到此警告消息:
Warning messages:
1: In haplotype.DNAbin(firstconvert) :
some sequences of different lengths were assigned to the same
haplotype
2: In haplotype.DNAbin(firstconvert) :
some sequences were not assigned to the same haplotype because
of ambiguities
这就是为什么我的单倍型图看起来如此拥挤和混乱的原因。如何使我的图表看起来更干净?我尝试使用scale.ratio 和突变刻度线来创建一个看起来更漂亮的情节,但没有运气。
plot(net,size=attr(net,"freq"),scale.ratio=4
,show.mutation=1,fast=T)
【问题讨论】:
标签: r