Entering edit mode
matamunee
•
0
@matamunee-24131
Last seen 4.2 years ago
Hello,
I need to save a PDF or PNG file for several alignements made in DECIPHER with AlignTranslation. BrowseSeqs() produce nice HTML outputs but cant save it into a PDF. I tried msaPrettyprint() but it requires MsaDNAMultipleAlignement class and DECIPHER produces DNAStringSet.
Is there a way to either convert DNAStringSet to MsaDNAMultipleAlignement or to save BrowseSeqs() output into a PDF?
You might be able to convert the html file produced by
BrowseSeqs()
into a pdf file via your web browser or another tool. You can also export DNAStringSets in FASTA format usingwriteXStringSet()
.I have around 1000alignements, so manually convert them will be a pain. Plus I would like to save the coloration , that's why I tried msaPrettyPrint(). I tried html to pdf automated conversion with prince but the result is not good for me (sequences can be much wider than A4 format so the resulting pdfs do not display alignement correctly)
I want keep the alignment obtained with AlignTranslation() and then use msaPrettyPrint because the conversion into pdf with LaTeX is very convenient for me