Skip to content

UCSC-Treehouse/os_kaplan_meier_plot

Repository files navigation

Survival Analysis of TARGET Osteosarcoma Samples

This repository contains R code to perform Kaplan-Meier survival analysis on TARGET Osteosarcoma samples, categorized by cluster assignments. The goal is to evaluate whether survival differs significantly between groups.


Input Files

  • survival_data.tsv: Survival information for 60 TARGET Osteosarcoma samples.
  • cluster_assignments_targetsamples.tsv: Cluster assignments for 75 TARGET samples.

The script uses only the overlapping 60 samples between the two datasets.


Usage

git clone https://github.com/UCSC-Treehouse/os_kaplan_meier_plot.git

Dependencies

Install the required R packages:

install.packages(c("survival", "survminer", "dplyr", "readr"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages