This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Font name used in dittoSeq?

I hope this isn't a silly question but does anyone know the font name used by the dittoSeq package? I am putting together figures and want panels that were not made in dittoSeq to match. I figure it could either be Arial or Helvetica since the package generated ggplot objects but it doesn't seem to match.

single-cell rnaseq

If consistency is paramount you should consider defining the font you want to use and applying it to all your figures, dittoSeq included. For ggplot, your_dittoSeq_plot + theme(text=element_text(family=...))) should work.

0 answers

No answers yet.

Log in to answer this question.