Producing Dose Response Curves in R

  Рет қаралды 8,411

BabrahamBioinf

BabrahamBioinf

Күн бұрын

Пікірлер: 15
@Mrkiwidude1
@Mrkiwidude1 7 ай бұрын
Really thorough explanation. When I followed it step for step, it worked for me. Thank you!
@ibrahimlawan9663
@ibrahimlawan9663 10 ай бұрын
This is an excellent tutorial. Can one use glm (binomial family) instead to determine EC50 or LC50, as the case may be?
@david_noe
@david_noe Жыл бұрын
This is a fantastic explanation. Thank you!
@MariaJoseMolinaQuesada-oi1gx
@MariaJoseMolinaQuesada-oi1gx 9 ай бұрын
Perfect explanation, thank you very much for this video!
@happylearning-gp
@happylearning-gp 11 ай бұрын
Excellent tutorial, Thank you very much
@oliverpiercey7200
@oliverpiercey7200 3 ай бұрын
Can I please ask, how do you determine the dose that corresponds to IC10 or IC20 etc?
@VinithaNanjappa
@VinithaNanjappa Жыл бұрын
I am getting an error for the predict model. Could you please help?
@苏峰-p6v
@苏峰-p6v 11 ай бұрын
thanks for your explanation
@juanpdiddy
@juanpdiddy 7 ай бұрын
one last thing, anyone knows how to add error bars to the final plot? When I try to add the error bars by combining the earlier plot I get Error in geom_line(data = predicted_data, aes(x = dose, y = prediction)) :
@juanpdiddy
@juanpdiddy 7 ай бұрын
here is an answer I came up with ```{r} drc_per_condition %>% ggplot(aes(x=Dose, y=response, colour=condition))+ geom_point()+ geom_errorbar(aes(ymin=response-sem, ymax=response+sem), width=.2) + scale_x_log10() + geom_line( data=predicted_data, aes(x=dose, y=prediction) ) ```
@soniakhan9472
@soniakhan9472 7 ай бұрын
What if you want error bars on the final curve?
@juanpdiddy
@juanpdiddy 7 ай бұрын
Did you figure this out? I tried but can’t. Keep getting an error
@soniakhan9472
@soniakhan9472 7 ай бұрын
@@juanpdiddy not yet, sorry
@juanpdiddy
@juanpdiddy 7 ай бұрын
@@soniakhan9472 Thanks, it seems like adding ymin and ymax like in an earlier plot should work but I keep getting an error that response is not found yet if I don't have ymin or ymax in the expression, it finds response just fine...so annoying.
@juanpdiddy
@juanpdiddy 7 ай бұрын
@@soniakhan9472 I figured it out. The problem was due to coloring, aestetics for some reason. The following chuck, does the curve fitting and adds error bars to the final plot. Hope it works for you. ```{r} drc_per_condition %>% ggplot(aes(x=Dose, y=response, colour=condition))+ geom_point()+ geom_errorbar(aes(ymin=response-sem, ymax=response+sem), width=.2) + scale_x_log10() + geom_line( data=predicted_data, aes(x=dose, y=prediction) ) ```
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Can AI systems help with bioinformatics
53:05
BabrahamBioinf
Рет қаралды 1,6 М.
Bitesize Bioinformatics: Drawing Heatmaps in R
48:51
BabrahamBioinf
Рет қаралды 15 М.
Use scatterplots to find details in Power BI reports
25:49
Survival analysis with TCGA data in R | Create Kaplan-Meier Curves
43:50
Bioinformagician
Рет қаралды 20 М.
Graded vs. Quantal Dose Response Curves
15:24
Booster Videos
Рет қаралды 8 М.
Principal components analysis in R
26:49
Hefin Rhys
Рет қаралды 158 М.
Learn R in 39 minutes
38:56
Equitable Equations
Рет қаралды 785 М.
Learn Statistical Regression in 40 mins! My best video ever. Legit.
40:25
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН