# NOT RUN {
seqfile <- system.file("sequences","AHBA.aln",package="msaR")
as.sequences(seqfile)
help("as.sequences")
# }
# NOT RUN {
if (requireNamespace("Biostrings")) {
seqs <- readDNAStringSet(seqfile)
as.sequences(seqs)
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab