Hi all,
I am interested in going ahead with "msa: An R Package for Multiple Sequence Alignment". I am trying with the software manual. But "Error: could not find function "msaConvert". I can not resolve it. Could you help me? Thanks
Here is the command line that I am using:
> hemoSeq<-readAAStringSet(system.file("examples/HemoglobinAA.fasta",package="msa"))
> hemoAln<-msa(hemoSeq)
use default substitution matrix
Sequence type explicitly set to Protein
> hemoAln2 <- msaConvert(hemoAln,type="seqinr::alignment")#not work
Error: could not find function "msaConvert"