Changing font size of Y axis in Ridge Plot
Hello all,
Could anyone please tell me how to change the font size of the Y axis in this kind of Ridgeplot?
Thanks.
fontsize
ridgeplot
clusterprofiler
• 3,417 views
•
link
updated
by
Lattice of Africa •
•
written
by
ryme •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
lollipop plot showing DNA sequence
written by varga.luca •Hi all! I want to make a plot like these but I can't find any tool that would allow for showing a DNA track on …
-
plotHeatmap from deeptools explain
written by QX •Hi, I am doing some ATAC-seq data, where I see the y axis on the box top left and the y axis from right (red-blue) …
-
nanopore data analysis methylation modification
written by Domi •Hi all I have two sets of nanopore DNA sequencing data (experimental group and control group). Using the mCaller tool, I extracted the 6mA methylation …
-
original single cell data downloaded from GEO yielded only two files with 150bp
written by chenglei1865 •Hi, Recently, I downloaded original single cell data from GEO (SRR13403717), and converted it: `fastq-dump --split-files --gzip SRR13403717`, two files `SRR13403717_1.fastq.gz` (40G) and `SRR13403717_1.fastq.gz` (38G), …
-
R error when trying to run ssGSEA
written by 3129821299 •I encounter a problem when I run ssGSEA by R. I wish to run it successfully. Could any kind person help me? ![enter image description …
-
how can I draw a connecting line between the label and the plot in R
written by Confused_human •Hello everyone, This is my script for the plot, > library(reader) > data <- read.csv("C:\\Users\\user\\Documents\\kingdom.csv", header=TRUE, stringsAsFact=FALSE) > dfdata = data.frame(data) > dfdata Kingdom Total …
-
Coverage plot/histogram of a complete genome
written by Michal Nevo •Hi, I have 10 bam files with many contigs. I created bed files for each one (with bedtools genomecov) ![enter image description here][1] How can …
-
GOstat error : No results met the specified criteria
written by ryme •Hello everyone. I am doing some GO and gene set enrichment analysis for my deseq results. I am using GOStat package in r. An error …
-
Extract rows name in R
written by ryme •I have a data frame with several rows. I want to select the row's names of this data frame and put them into a new …
-
How to generate plot with 2 opposite y axis with different scaling?
written by xqyn •I would like to generate this kind of bar plot that has two opposite y-axis with different scaling in R. ![enter image description here][1] [1]: …
how did you generate the plot? it uses ggplot. See if you can adjust fonts by using ggplot params
using the ridgeplot function from the enrichplot package in R.
Thank you for detailed answer. Use ggplot theme customization to control y axis fonts.
Thank you very much for your help! It worked. I have been trying it since one week hahaha. Thanks!