From 2a17342da433ad1a6973277618444c6ab07633ab Mon Sep 17 00:00:00 2001 From: "Jose V. Die" Date: Fri, 8 Feb 2019 12:46:07 +0100 Subject: [PATCH] Update hummusFunctions.R --- hummusFunctions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hummusFunctions.R b/hummusFunctions.R index 4ea4bb9..0a91de9 100644 --- a/hummusFunctions.R +++ b/hummusFunctions.R @@ -12,7 +12,7 @@ getArchids <- function(gene_family) { cd <- vector(mode = "character") for(i in seq_along(gene_family)) { - cd <- c(cd, getSparcleArchs(arf[i])) + cd <- c(cd, getSparcleArchs(gene_family[i])) } unique(cd)