Does somebody know a JavaScript implementation of concatenating two (or more) alignments? A npm package that could do this would be nice. It should be able to customize the behavior of how to deal with missing sequences.
in my opinion, you could implement your own JS class for that purpose by using built in functions check: MDN mozilla developer network as a reference . this will help you to reuse it again & contribute to open source community.