Тёмный
No video :(

Survival analysis with TCGA data in R | Create Kaplan-Meier Curves 

Bioinformagician
Подписаться 30 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@preeti97rox
@preeti97rox Год назад
As someone who doesn't have a degree in Bioinformatics I am truly able to appreciate these things. Never stop making these videos!!
@MsZhang666
@MsZhang666 Год назад
I'm going to do survival analysis tomorrow, and I found you updated this video, it's so so so helpful! You're my Godness😍😘
@jordanfredette5090
@jordanfredette5090 Год назад
This is literally exactly the resource I was looking for several months ago. Glad to finally have it now. It's so nice to have example code and clear explanation.
@shivanirai3626
@shivanirai3626 2 месяца назад
Best channel for any bioinformatician ❤❤
@amitrupani9898
@amitrupani9898 Год назад
Thank you very much for this very informative tutorial. Very helpful indeed.
@PsycheSnacks657
@PsycheSnacks657 Год назад
You are the best! Thanks
@MsZhang666
@MsZhang666 Год назад
I can't agree more
@codewithme_1988
@codewithme_1988 Год назад
Hi, I appreciate your work. Thanks for making these videos
@BilalAhmad-gb7ui
@BilalAhmad-gb7ui Год назад
Could you please make a video on integration of Chip-seq and RNA-seq data?
@Bioinformagician
@Bioinformagician Год назад
I definitely plan to! Please stay tuned :)
@BilalAhmad-gb7ui
@BilalAhmad-gb7ui Год назад
@@Bioinformagician Thank you! I appreciate that.
@user-mv7uw3dh5d
@user-mv7uw3dh5d Год назад
Thanks so much. This video is really useful. Besides, how can we prepare data to combine different factors to draw forest plot or to construct risk models? Could you please share this similar R code? Thanks again!
@reflections86
@reflections86 Год назад
Greetings Miss Khusbu! Again a powerful video and it was really comprehensive. I have one question and will appreciate your guidance on it. If we perform survival analysis on an RNA-seq data from TCGA, and let’s say the expression matrix has 20K genes and 200 patients. After survival analysis I found 30 genes that has significant survival difference. So I want to pursue further and perform a multivariate cox regression of these 30 genes. Now my confusion is that what expression matrix we should use in multivariate cox model. Should we reduce initial expression matrix to only 30 genes as variables(columns) and 200 patients (as rows) or should we use the original expression matrix (having 20K genes and 200 patients and only put 30 genes in the cox equation : coxph(Surv(time, event) ~ gene1+ gene2 + gene3..+ gene 30 , data)). Will highly appreciate your comment on that. Thanks and keep doing the great work.
@Bioinformagician
@Bioinformagician Год назад
I don't recommend to reduce the matrix to 30 genes. You should use the entire dataset and provide 30 genes in cox equation. Also, check for multicollinearity between 30 genes, as correlations between genes can cause instability in model estimates. If collinearity is found, you should use feature selection methods to include most relevant and independent predictors in the model.
@reflections86
@reflections86 Год назад
@@Bioinformagician Many Thanks. Highly appreciate your reply.
@AyrodsGamgam
@AyrodsGamgam Год назад
thanks. Could you please run a tut on combining Machine Learning in R and TCGA or cbioportal or Gdac or others? Thank you.
@ezra47986
@ezra47986 2 месяца назад
Thank you for your video! I just have question, why did you extracted the unstranded counts, but not any other count type?
@stefanodidonato1284
@stefanodidonato1284 10 месяцев назад
If you ever write a book, let me know cause I'll pay 2000 euro to get it hands down!
@prakrithi.p7033
@prakrithi.p7033 Год назад
Thank you so much for your amazing content. I just wanted to know how I could extract the TCGA counts for some non-coding regions specified in a bed file. Suggestions would be really helpful. Thanks!
@madushanfernando6495
@madushanfernando6495 9 месяцев назад
Thank you very much for the excellent presentation. I am relatively new to TCGA-based R analysis. I was wondering if I can apply the same process to plot survival curves for a particular mutation using SNV data, such as the effect of BRCA1 mutation on the overall survival of ovarian cancer patients. Are there any significant changes that I need to make in the workflow to achieve this?
@skim4901
@skim4901 Год назад
Thank you for this very helpful video. If I want to know correlation (pearson R-value) between some genes in TCGA-Breast Cancer , do I have to use fpkm_unstrand? Could you make video about this? Again, I really appreciate your effort!!
@user-yf4pn8bw9c
@user-yf4pn8bw9c Год назад
How do we change the number days upto which follow up is done? Say instead of 8000 days I want the data upto only 4000 days.
@saeedjaanz
@saeedjaanz Год назад
Have you ever heard or done MFA & mixOmics DIABLO analysis on TCGA data?
@shreyasharma8063
@shreyasharma8063 Год назад
Hello mam, I am getting pvalue = 47.07. results are not significant. how to solve this. what could be the reason for this
@raresciencesimple5626
@raresciencesimple5626 Год назад
risk.table is showing the followinf error: Error: 'yaml_body' is not an exported object from 'namespace:xfun'. can you please help
@ShubhamMaurya-ws5ly
@ShubhamMaurya-ws5ly Год назад
Can you please make video on top colleges of msc bioinformatics in India?
@mugomuiruri2313
@mugomuiruri2313 9 месяцев назад
good
@dwitiroy2700
@dwitiroy2700 Год назад
Hello didi .. I need to talk to you .. can you pls send ur contact details .. it's about my current project .. i have some questions based on bioinformatics
@arpitmathur2933
@arpitmathur2933 Год назад
Dividing into groups is not good practice. Regression should be used. I did my whole thesis on this debate.
@divyaagrawal6740
@divyaagrawal6740 Год назад
Why we usually chose “unstranded data” for analysis?? @bioinformagician @khushbu. Please do solve this query??
@Bioinformagician
@Bioinformagician Год назад
I chose unstranded data for demonstration purposes. If your data is generated using a stranded protocol, you should choose stranded or reverse stranded accordingly.
@divyaagrawal6740
@divyaagrawal6740 Год назад
@@Bioinformagician thank you
@saeedjaanz
@saeedjaanz Год назад
​@@Bioinformagician I had the same question as @Divya and i got my answer.
Далее
How to read Kaplan-Meier plots
46:36
Просмотров 28 тыс.
Survival Analysis in R
1:38:40
Просмотров 34 тыс.
Introduction to Survival Analysis in R
2:48:24
Просмотров 10 тыс.
Kaplan Meier curve - explained
19:29
Просмотров 8 тыс.