Entering edit mode
Line 1: seqs <- getSequences(seqtabNoC) Line 2: names(seqs) <- seqs Line 3: alignment <- AlignSeqs(DNAStringSet(seqs), anchor=NA,verbose=FALSE)
Line 1: If we type in text as above we get an error. If we change the text to "seq <- getSequences(seqtabNoC)", it works.
Line 2: If we type in text as above we get an error. If we change the text to "names(seq) <- seq", it works.
Line 3: If we type in text as above we get an error. We cannot find a solution.
Please advise. Thank you.