Skip to content

Classifying tumor types based on Whole Genome Sequencing (WGS) data

License

Notifications You must be signed in to change notification settings

Luan-zb/TumorType-WGS

 
 

Repository files navigation

TumorType-WGS

Classifying tumor types based on Whole Genome Sequencing (WGS) data

Training RF Models

$ Rscript train_models.R <dataType> <cancerType>

dataType is one of: SNV, SV, CNV, MUT, GEN, PTW, IND cancerType is one of the 24 cancer types.

Training DNN Models

$ python train_models_tumour_classifier.py <fold> <path/to/features>

About

Classifying tumor types based on Whole Genome Sequencing (WGS) data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 52.1%
  • Python 47.9%