Greetings all,,
I received this error while using R version 2.15.1 and ape 3.0.11.
Error in FI[i]:LA[i] : NA/NaN argument

I have tried several approaches:

ref = "NC_000913.3"
seq1 = read.GenBank(ref)
Error in FI[i]:LA[i] : NA/NaN argument

ref = read.csv(file="test2.csv", head=T)

ref = str(ref)

# Where test2.csv is in two rows

'data.frame':   1 obs. of  1 variable:
$ seq: Factor w/ 1 level "NC+AF8-000913": 1

seq2 = read.GenBank(ref)
Error in FI[i]:LA[i] : NA/NaN argument


I was wondering if someone could lend a hand based on their own experience.



-- 
Thank You,

Matt Curcio
Bioinformatics Dept.
Worcester Polytechnic Institute
Worcester, MA, USA
M: 401-316-5358
E: matt.curcio...@gmail.com

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-phylo mailing list - R-sig-phylo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo
Searchable archive at http://www.mail-archive.com/r-sig-phylo@r-project.org/

Reply via email to