You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the letters of the residues in the alignment are rendered with bitmap fonts...? They look very pixelated in my plots.
Do you got any idea on how I could fix this on my side? Thanks!
library(ggmsa)
#> Registered S3 methods overwritten by 'ggalt':#> method from #> grid.draw.absoluteGrob ggplot2#> grobHeight.absoluteGrob ggplot2#> grobWidth.absoluteGrob ggplot2#> grobX.absoluteGrob ggplot2#> grobY.absoluteGrob ggplot2#> Registered S3 method overwritten by 'ggtree':#> method from #> identify.gg ggfun#> ggmsa v1.3.2 Document: http://yulab-smu.top/ggmsa/#> #> If you use ggmsa in published research, please cite:#> L Zhou, T Feng, S Xu, F Gao, TT Lam, Q Wang, T Wu, H Huang, L Zhan, L Li, Y Guan, Z Dai*, G Yu* ggmsa: a visual exploration tool for multiple sequence alignment and associated data. Briefings in Bioinformatics. DOI:10.1093/bib/bbac222protein_sequences<- system.file("extdata", "sample.fasta", package="ggmsa")
ggmsa(protein_sequences, 300, 350, char_width=0.5, seq_name=TRUE) + geom_msaBar()
#> Coordinate system already present. Adding new coordinate system, which will replace the existing one.
The ggmsa() returns a ggplot object for users.
The fonts in MSA are actually polygons, which can handle various graphics scaling.
Rasterized Fonts are not very suitable in this case.
It seems that the letters of the residues in the alignment are rendered with bitmap fonts...? They look very pixelated in my plots.
Do you got any idea on how I could fix this on my side? Thanks!
Created on 2022-05-13 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: