【发布时间】:2017-12-21 15:13:36
【问题描述】:
我正在尝试在一组 729 个菌株中在 R 中运行 rhierbaps,这是我正在使用的代码(与用于程序的示例中的代码完全相同):
#load data
fasta.rhierBAPS_Ef <- system.file("extdata", "Concatenated.fas", package = "rhierbaps")
#SNP Matrix
snp.matrix <- load_fasta(fasta.rhierBAPS_Ef)
#rhierBAPS
hb.results <- hierBAPS(snp.matrix, max.depth = 2, n.pops = 10, n.extra.rounds = Inf,
quiet = TRUE)
当我这样做时得到错误:
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Error during wrapup:
然后 Rstudio Blocks and aborts...
你能帮我解决这个问题吗?
【问题讨论】:
标签: r