survival analysis using R
how to mark the number of samples in each curve in the plot included in the survival curve?
r survival analysis
• 2,085 views
•
link
written
by
rsabrina93 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Survival analysis in R keeps censoring figure with no censored data.
written by mgranada3 •I am following [THIS][1] guide on how to create a survival analysis in R. The instructions say, "*Each row is a subject. An event (death) …
-
maftools - median survival time doesn't match plot
written by BioGuy •Hello all, I'm using maftools in R to plot some basic survival curves based on gene mutation, for example: > mafSurvival(maf = TCGA_maf, genes = …
-
How to draw survival curve marked at one censoring time for each patient
written by ApprenticeI have the following data "dat" in counting process format with time-dependent covariates. This data means that a patient with ID=5 is observed 3 times. …
-
Time-dependent ROC curve in R with rpart for a survival tree
written by Gin1994 •I have an issue with creating a ROC Curve for my survival tree created by the rpart package. My goal was to evaluate my survival …
-
survfit(Surv()) P-value interpretation for 3 survival curves?
written by JJDollar •Using the survfit(Surv()) functions in R, I am generating survival curves for a gene of interest, using z.scores to label patient data as upregulated, downregulated, …
-
Interpret Cbioportal output
written by rob.costa1234I performed simple mRNA expression of a particular gene and then looked for survival curve in However survival curve has two grps case without alterations …
-
Relapse vs gene expression figure
written by kanwarjagI want to show relationship between down regulation and up regulation of expression of a gene with that of patients relapse status in cancer. However, …
-
survival analysis using R
written by rsabrina93 •how do I calculate the p-vlaue for a survival analysis in R ? and also how the log-rank test works
-
survival analysis using R
written by rsabrina93 •I want to add censored data info on my plot how to I do that >try_surv <- survfit(Surv(Survival,Vital_status)~ 1, conf.type="none") >plot(try_surv, xlab="Survival", ylab="Survival Probability") I …
-
Kaplan Meier curve to validate a set of biomarkers
written by ncl.lazzariniI have a set of biomarkers (genes) and I'd like to validate it analysing the Kaplan Meier survival curve. I had a look at the …
Read "Tutorial: How To Ask Good Questions On Technical And Scientific Forums"