python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Boxplot of disease vs control genes in R
New to R so no idea about it. I have a data of 64 samples (AML disease vs Control) and 22283 genes expression value of each sample. The data looks like this.
GSM239170
GSM239323
GSM239324
GSM23932...

user17978261
Votes: 0
Answers: 2
Interpretation of boxplot
I am trying to create a box plot with matplotlib library of python. The code is given below.
fig, ax = plt.subplots(figsize=(8, 6))
bp = ax.boxplot([corr_df['bi'], corr_df['ndsi'], corr_df['dbsi'], co...
Badal
Votes: 0
Answers: 1
Problem with stat_summary using group interaction and geom boxplot
I'd like to ggplot 3 pairs (factor x0) of 2 conditions (factor cond0), using boxplots with specific quantile limits.
The 2 problems are:
There are 3 groups in condition A (red), but only 2 groups in ...
denis
Votes: 0
Answers: 1
Can I calculate the p-value and add asterisk using plotly?
For example, we have dataset tips with columns day, total_bill and sex.
I want to visualize boxplots (x=day, y=total_bill,color=sex). After that I want to calculate test and p-value in every day betwe...
huanpops
Votes: 0
Answers: 1