Entering edit mode
I'm trying to do what I think should be simple - e.g. extract the names of the sequences from an AAbin object. I had working code for a DNAbin object that looks like
seq_data <- fasta2DNAbin(all_files[i])
names <- dimnames(seq_data)
The corresponding code for an AAbin object
seq_data <- ape::read.FASTA(all_files[i], type = "AA")
names <- dimnames(seq_data)
produces a null variable "names". What is the correct way to get the list of names from an AAbin file?
```
biostrings.com does not exist :) maybe biostars.org?
Sure it does. You can get some sweet stone crushers from them. ;-D