Need help to perform survival analysis
So I have found the following dataset in GEO (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104554) but I'm not sure how I am supposed to perform survival analysis on it
survival
analysis
mirna
• 2,309 views
•
link
updated
by
Yugan Gogul Muthukumar •
•
written
by
Bhanu •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
RNA seq analysis differential expression analysis
written by bioinformatics •Hi, I'm trying to perform RNA sequencing differential expression analysis on the GEOdataset GSE111320 in the R program. https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE111320 Does anyone know how I might …
-
RNA sequencing analysis
written by bioinformatics •Hi, I'm trying to perform RNA sequencing analysis using data download from NCBI: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE184199 I'm following this workflow: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4934518/ These are the commands I've done …
-
How to perform survival analysis
written by Bhanu •So I have obtained the differentially expressed genes from Series GSE65626 using geo2r. However, I'm not able to use https://kmplot.com/analysis/ for survival analysis. It was …
-
How to analyse GSE Series with Multiple Platforms using R?
written by Prateek •Hi, I want to perform differential expression analysis of a GSE Series **GSE138214** (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138214) using limma in R. I am unable to extract data from …
-
Where is clonotypes .csv file
written by yueli7Hello, I tried to analysis following datasets: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5210599, or https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5808300. In the VDJ_Analysis: https://github.com/ucdavis-bioinformatics-training/2020-Advanced_Single_Cell_RNA_Seq/blob/master/data_analysis/VDJ_Analysis_fixed.md It should has two files: 1. filtered_contig-annotation.csv, 2. clonotypes.csv. Where I …
-
scRNA-seq datasets for different cell lines
written by Alexander •I am looking for scRNA-seq datasets for different cell lines , links would be helpful. Some examples which I know: HeLa - https://www.embopress.org/doi/full/10.15252/msb.20209946 Nikolaus Rajewsky …
-
Multiplatform batch correction using combat
written by Devyani •Hi, I wanted to analyze data from various micro-array platform such as agilent, rosetta/merk. Below is the link to the three platforms from which I …
-
Merge microarray datasetes with same platform
written by h72ghorashi •Hi all, I need to merge 10 microarray datasets of the same platform. Any hint how to do it? Is there any R package for …
-
Looking for DNase-seq of MCF10A cell line
written by bhchiang •Where can I find data from a DNase-seq assay of the non-cancerous MCF10A breast cell line aligned to the hg19 genome? I've found the following: …
-
Map from GEO samples' name to TCGA name
written by landscape95I am working on several GEO data sets, the samples are GSMxxx, can these samples be converted to TCGA format type TCGA-xx-xx. For example, data …
Are you expecting someone to look into the dataset and tell you, step by step, how to do this? It may serve you better to read the original paper and see how they did it.
I agree with Mensur. The best thing you can do is to read the paper, try to replicate the analysis and ask here any technical, definite question regarding any difficulty you may find. This will greatly increase the probability that you get a response. You may also refer to this guide on how to increase the probability of having answers to your questions.
No I wasnt expecting someone to do it for me. I tried to follow some guides online and used R studio to perform survival analysis. However, it resulted in a blank table and it kept crashing.
You are still doing the same thing. It would be like saying that you tried to make pasta puttanesca, but it didn't work. There are many ways to do things and even more ways for them to fail. Until you say what is it exactly that you tried and what step failed, you are still asking us to develop a protocol for you from the scratch.
People here are friendly and knowledgeable, and there would have been an answer already if you asked something that had a simple solution. That not being the case, you have to show some effort before others spend effort trying to help you. Otherwise, this is no different from ordering a free meal and expecting someone to serve it to you.
There are books, such as "An Introduction to Statistical Learning" by James et al. and "Statistics" by Crawley, that explain how to do survival analysis.
You have to state it clearly regarding what's your objective and what's your problem, if you're facing an error describe the error and ask if you want to know how to fix or some other topics relevant to it.
I guess you might be beginner and starting up on bioinformatics on a whole. For beginners i would recommend you start up with this Guide to Survival Analysis and after this check out this one. There are many types of survival analysis techniques you got to specify what you want to do and what youre having problem with.
Good luck