Entering edit mode
20 months ago
Avner
•
0
Hi
I have AAstringset which I like to save as multiple alignment FASTA. my goal is to present the amino acid alignment in a clear way.
I tried:
aminoset <- AlignTranslation(DNA_seq_set, type="AAStringSet") #this works great
writeXStringSet(aminoset ,file="protein Alignment.fa") # this end up in an empty file
Any suggestions?