Skip to content

CoLaSp and SMFM are Matrix Factorization-based techniques to assign pathogenicity score to each gene and predict uncertain significance genes.

Notifications You must be signed in to change notification settings

sabdollahi/CoLaSpSMFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoLaSpSMFM

CoLaSp and SMFM are Matrix Factorization-based techniques to assign pathogenicity score to each gene and predict uncertain significance genes. Inputs:
A folder name that contains the InterVar output files (.intervar)
Clinical dataset (Excel format) if you want use CoLaSp model (It is unnecessary if you want to use SMFM model)

Output:
A n by m matrix called the gene significance matrix. Where n is the number of samples (or patients) and m is the total number of genes. The matrix contains gene significance scores without any uncertain significance members.

Requirements (Latest Versions):

  1. keras
  2. pytorch
  3. sklearn
  4. pickle
  5. pyexcel
  6. skmultilearn
  7. numpy
  8. pandas
  9. matplotlib
  10. seaborn

About

CoLaSp and SMFM are Matrix Factorization-based techniques to assign pathogenicity score to each gene and predict uncertain significance genes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages