Closed jeremysutherland closed 3 years ago
Resolved:
sapply(map, class)
SNP.names chr pos
"character" "factor" "integer"
map[2] <- lapply(map[2], as.character)
sapply(map, class)
SNP.names chr pos
"character" "character" "integer"
> plot(GWAS, plotType = "manhattan", trial = "NY.2019", trait = "Anthracnose") + ggtitle("NY.2019")
Error:breaks
andlabels
must have the same length Runrlang::last_error()
to see where the error occurred.> rlang::last_error()
<error/rlang_error>breaks
andlabels
must have the same length Backtrace:rlang::last_trace()
to see the full context.> rlang::last_trace()
<error/rlang_error>breaks
andlabels
must have the same length Backtrace: █