Skip to content

tzhang-nmdp/Supervised-clustering-survival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervised clustering survival

This is supervised clustering with integrated weighting of both GO semantic similarity and statistical association effect, and mine the mutational clusters with strong survival outcome stratifications.

Workflow:

WGS_WORKFLOW

Algorithm:

PSEUDOCODE

Installation:

# Docker installation
docker build -t supervised-clustering-survival:main .

# R installation
library(devtools)
install_github("tzhang-nmdp/Supervised-clustering-survival@main")

Usage:

Rscript Supervised-clustering-survival/R/SCCW_supervised_clustering.R \
-i  ${genomic_data}.RData \ # input matrix for genomic data
-o ***variant/gene \ # running model option ( 'variant' for variant level of common variant analysis, 'gene' for gene level of rare variant analysis)
-d ${outdir} \  # output directory
-k 5 # k_fold setting for cross-validation

Example

Rscript Supervised-clustering-survival/R/SCCW_supervised_clustering.R \
-i Supervised-clustering-survival/Example/genomic_data_vcf.RData \ # input matrix for genomic data (simulated example for demo only)
-o test_gene \ # running model option ( 'variant' for variant level of common variant analysis, 'gene' for gene level of rare variant analysis)
-d Supervised-clustering-survival/Example \  # output directory
-k 5 # k_fold setting for cross-validation

input data (to be created from VCF and survival outcome information)

INPUT

Variant-gene-dictionary (to be created from gene variant annotation)

Variant-gene-dictionary

output data

  1. Clustering model file: ***.model.RData
  2. Model metrics file: ***.csv
  3. Survival plot file: ***.tiff

Citation

Please cite our paper in Journal of Hematology & Oncology: Whole-genome sequencing identifies novel predictors for hematopoietic cell transplant outcomes for patients with myelodysplastic syndrome: a CIBMTR study.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages