Hello again!
I'm trying to use calc_rank_dist_ave command, but it returns the following error:
Error in names(x) <- value :
'names' attribute [2] must be the same length as the vector [1]
I think it's may be due to my result from search_primer_pair: the "BLAST_result" data frame has 500 rows, but "taxonomy" data frame has 486 rows. How can I resolve this problem?
Hello again!
I'm trying to use calc_rank_dist_ave command, but it returns the following error:
Error in names(x) <- value :
'names' attribute [2] must be the same length as the vector [1]
I think it's may be due to my result from search_primer_pair: the "BLAST_result" data frame has 500 rows, but "taxonomy" data frame has 486 rows. How can I resolve this problem?